Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 216 for yield (0.06 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	// uint16, if it is used, is supposed to be a NUL, and Go doesn't need that.
    	// For Go 1.1, we might avoid the allocation of win32finddata1 here
    	// by adding a final Bug [2]uint16 field to the struct and then
    	// adjusting the fields in the result directly.
    	var data1 win32finddata1
    	handle, err = findFirstFile1(name, &data1)
    	if err == nil {
    		copyFindData(data, &data1)
    	}
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	if len(sa.Remote) != 6 {
    		return nil, 0, EINVAL
    	}
    	if len(sa.Dev) > IFNAMSIZ-1 {
    		return nil, 0, EINVAL
    	}
    
    	*(*uint16)(unsafe.Pointer(&sa.raw[0])) = AF_PPPOX
    	// This next field is in host-endian byte order. We can't use the
    	// same unsafe pointer cast as above, because this value is not
    	// 32-bit aligned and some architectures don't allow unaligned
    	// access.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

                                        // user-specified filter.
      internal::TestFactoryBase* const factory_;  // The factory that creates
                                                  // the test object
    
      // This field is mutable and needs to be reset before running the
      // test for the second time.
      TestResult result_;
    
      GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo);
    };
    
    // A test case, which consists of a vector of TestInfos.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

                                        // user-specified filter.
      internal::TestFactoryBase* const factory_;  // The factory that creates
                                                  // the test object
    
      // This field is mutable and needs to be reset before running the
      // test for the second time.
      TestResult result_;
    
      GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo);
    };
    
    // A test case, which consists of a vector of TestInfos.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      DataType data_type = src_node->output_type(src_port);
      TensorProto dummy_proto;
      dummy_proto.set_dtype(data_type);
      *dummy_proto.mutable_tensor_shape() = shape;
      // Don't set any value field in the proto, since it is only going to be used
      // for shape inference.
    
      GraphDefBuilder::Options options(graph_out, /*status=*/nullptr);
      NodeBuilder node_builder(options.GetNameForOp("KnownShape"), "Const",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

        /**
         * Sets the socket factory used to secure HTTPS connections. If unset, the system default will
         * be used.
         *
         * @deprecated [SSLSocketFactory] does not expose its [X509TrustManager], which is a field that
         *     OkHttp needs to build a clean certificate chain. This method instead must use reflection
         *     to extract the trust manager. Applications should prefer to call
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    		t, v1.UniqueVolumeName(generatedVolumeName), false /* expectReportedInUse */, fakesDSW)
    
    	dswp.findAndRemoveDeletedPods()
    	// After the volume plugin changes to nonattachable, the corresponding volume attachable field should change.
    	volumesToMount := fakesDSW.GetVolumesToMount()
    	for _, volume := range volumesToMount {
    		if volume.VolumeName == expectedVolumeName {
    			if volume.PluginIsAttachable {
    				t.Fatalf(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  8. guava/src/com/google/common/reflect/TypeToken.java

    @ElementTypesAreNonnullByDefault
    public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable {
    
      private final Type runtimeType;
    
      /** Resolver for resolving parameter and field types with {@link #runtimeType} as context. */
      @LazyInit @CheckForNull private transient TypeResolver invariantTypeResolver;
    
      /** Resolver for resolving covariant types with {@link #runtimeType} as context. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/load.go

    	//
    	// Errors encountered in the module graph will still be reported.
    	//
    	// The caller may retrieve the silenced package errors using the Lookup
    	// function, and matching errors are still populated in the Errs field of the
    	// associated search.Match.)
    	SilencePackageErrors bool
    
    	// SilenceMissingStdImports indicates that LoadPackages should not print
    	// errors or terminate the process if an imported package is missing, and the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. pkg/controller/cronjob/cronjob_controllerv2_test.go

    				{
    					Type:    v1.NamespaceTerminatingCause,
    					Message: fmt.Sprintf("namespace %s is being terminated", metav1.NamespaceDefault),
    					Field:   "metadata.namespace",
    				}}}}},
    			concurrencyPolicy:          "Allow",
    			schedule:                   onTheHour,
    			deadline:                   noDead,
    			ranPreviously:              true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
Back to top