Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 149 for Printer (0.14 sec)

  1. pkg/workloadapi/workload.pb.go

    }
    
    func (x *Address) Reset() {
    	*x = Address{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_workloadapi_workload_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Address) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Address) ProtoMessage() {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        // delete managed objects for other threads.
        GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
      }
    
      T* pointer() { return GetOrCreateValue(); }
      const T* pointer() const { return GetOrCreateValue(); }
      const T& get() const { return *pointer(); }
      void set(const T& value) { *pointer() = value; }
    
     private:
      // Holds a value of type T.
      class ValueHolder : public ThreadLocalValueHolderBase {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        // delete managed objects for other threads.
        GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
      }
    
      T* pointer() { return GetOrCreateValue(); }
      const T* pointer() const { return GetOrCreateValue(); }
      const T& get() const { return *pointer(); }
      void set(const T& value) { *pointer() = value; }
    
     private:
      // Holds a value of type T.
      class ValueHolder : public ThreadLocalValueHolderBase {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  4. plugin/pkg/admission/noderestriction/admission_test.go

    				HolderIdentity:       pointer.String("mynode"),
    				LeaseDurationSeconds: pointer.Int32(40),
    				RenewTime:            &metav1.MicroTime{Time: time.Now()},
    			},
    		}
    		leaseWrongNS = &coordination.Lease{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "mynode",
    				Namespace: "foo",
    			},
    			Spec: coordination.LeaseSpec{
    				HolderIdentity:       pointer.String("mynode"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  5. src/runtime/mgc.go

    //    b. Start the world. From this point, GC work is done by mark
    //    workers started by the scheduler and by assists performed as
    //    part of allocation. The write barrier shades both the
    //    overwritten pointer and the new pointer value for any pointer
    //    writes (see mbarrier.go for details). Newly allocated objects
    //    are immediately marked black.
    //
    //    c. GC performs root marking jobs. This includes scanning all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  6. src/text/template/exec_test.go

    			"{{.X}}",
    			(*T)(nil),
    			"nil pointer evaluating *template.T.X",
    		},
    		{
    			"MissingKeyOnNilMap",
    			"{{.MissingKey}}",
    			(*map[string]string)(nil),
    			"nil pointer evaluating *map[string]string.MissingKey",
    		},
    		{
    			"MissingKeyOnNilMapPtr",
    			"{{.MissingKey}}",
    			(*map[string]string)(nil),
    			"nil pointer evaluating *map[string]string.MissingKey",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  7. src/time/format.go

    //
    // A comma or decimal point followed by one or more zeros represents
    // a fractional second, printed to the given number of decimal places.
    // A comma or decimal point followed by one or more nines represents
    // a fractional second, printed to the given number of decimal places, with
    // trailing zeros removed.
    // For example "15:04:05,000" or "15:04:05.000" formats or parses with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/debug.go

    		//
    		//   v33 = ArgIntReg <uintptr> {foo+0} [0] : AX (foo)
    		//   v34 = ArgIntReg <uintptr> {bar+0} [0] : BX (bar)
    		//   ...
    		//   v77 = StoreReg <unsafe.Pointer> v67 : ctx+8[unsafe.Pointer]
    		//   v78 = StoreReg <unsafe.Pointer> v68 : ctx[unsafe.Pointer]
    		//   v79 = Arg <*uint8> {args} : args[*uint8] (args[*uint8])
    		//   v80 = Arg <int> {args} [8] : args+8[int] (args+8[int])
    		//   ...
    		//   v1 = InitMem <mem>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  9. src/html/template/exec_test.go

    			"{{.X}}",
    			(*T)(nil),
    			"nil pointer evaluating *template.T.X",
    		},
    		{
    			"MissingKeyOnNilMap",
    			"{{.MissingKey}}",
    			(*map[string]string)(nil),
    			"nil pointer evaluating *map[string]string.MissingKey",
    		},
    		{
    			"MissingKeyOnNilMapPtr",
    			"{{.MissingKey}}",
    			(*map[string]string)(nil),
    			"nil pointer evaluating *map[string]string.MissingKey",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. tensorflow/c/c_api.h

    // Retrieves the full name of the device (e.g. /job:worker/replica:0/...)
    // The return value will be a pointer to a null terminated string. The caller
    // must not modify or delete the string. It will be deallocated upon a call to
    // TF_DeleteDeviceList.
    //
    // If index is out of bounds, an error code will be set in the status object,
    // and a null pointer will be returned.
    TF_CAPI_EXPORT extern const char* TF_DeviceListName(const TF_DeviceList* list,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
Back to top