Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 95 for IsShared (0.15 sec)

  1. src/cmd/dist/build.go

    	}
    	if len(sfiles) > 0 {
    		compile = append(compile, "-asmhdr", goasmh)
    	}
    	if symabis != "" {
    		compile = append(compile, "-symabis", symabis)
    	}
    	if goos == "android" {
    		compile = append(compile, "-shared")
    	}
    
    	compile = append(compile, gofiles...)
    	var wg sync.WaitGroup
    	// We use bgrun and immediately wait for it instead of calling run() synchronously.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Sets.java

       *
       * @param sets the sets to choose elements from, in the order that the elements chosen from those
       *     sets should appear in the resulting lists
       * @param <B> any common base class shared by all axes (often just {@link Object})
       * @return the Cartesian product, as an immutable set containing immutable lists
       * @throws NullPointerException if {@code sets}, any one of the {@code sets}, or any element of a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ppc64/asm.go

    	if initfunc == nil {
    		return
    	}
    
    	o := func(op uint32) {
    		initfunc.AddUint32(ctxt.Arch, op)
    	}
    
    	// Write a function to load this module's local.moduledata. This is shared code.
    	//
    	// package link
    	// void addmoduledata() {
    	//	runtime.addmoduledata(local.moduledata)
    	// }
    
    	if !hasPCrel {
    		// Regenerate TOC from R12 (the address of this function).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //                            - Define to 1 when compiling tests that use
    //                              Google Test as a shared library (known as
    //                              DLL on Windows).
    //   GTEST_CREATE_SHARED_LIBRARY
    //                            - Define to 1 when compiling Google Test itself
    //                              as a shared library.
    
    // This header defines the following utilities:
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //                            - Define to 1 when compiling tests that use
    //                              Google Test as a shared library (known as
    //                              DLL on Windows).
    //   GTEST_CREATE_SHARED_LIBRARY
    //                            - Define to 1 when compiling Google Test itself
    //                              as a shared library.
    
    // This header defines the following utilities:
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  6. pkg/apis/core/v1/defaults_test.go

    		".Spec.Volumes[0].VolumeSource.AzureDisk.FSType":                                              `"ext4"`,
    		".Spec.Volumes[0].VolumeSource.AzureDisk.Kind":                                                `"Shared"`,
    		".Spec.Volumes[0].VolumeSource.AzureDisk.ReadOnly":                                            `false`,
    		".Spec.Volumes[0].VolumeSource.ConfigMap.DefaultMode":                                         `420`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

        def buildOperations = new BuildOperationsFixture(executer, testDirectoryProvider)
    
        def setup() {
            requireOwnGradleUserHomeDir("Artifact transforms should run every time and not be shared between tests")
    
            // group name is included in the capabilities of components, which are part of the transform identity
            buildFile << """
                allprojects {
                    group = "colored"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            }
            beforeExecute.execute(this);
            assertCanExecute();
            assert !(usesSharedDaemons() && (args.contains("--stop") || tasks.contains("--stop"))) : "--stop cannot be used with daemons that are shared with other tests, since this will cause other tests to fail.";
            collectStateBeforeExecution();
        }
    
        private void afterBuildCleanup(ExecutionResult result) {
            afterExecute.execute(this);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Sets.java

       *
       * @param sets the sets to choose elements from, in the order that the elements chosen from those
       *     sets should appear in the resulting lists
       * @param <B> any common base class shared by all axes (often just {@link Object})
       * @return the Cartesian product, as an immutable set containing immutable lists
       * @throws NullPointerException if {@code sets}, any one of the {@code sets}, or any element of a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 78.8K bytes
    - Viewed (0)
  10. configure.py

      config_info_line('numa', 'Build with NUMA support.')
      config_info_line(
          'dynamic_kernels',
          '(Experimental) Build kernels into separate shared objects.')
      config_info_line('v1', 'Build with TensorFlow 1 API instead of TF 2 API.')
    
      print('Preconfigured Bazel build configs to DISABLE default on features:')
      config_info_line('nogcp', 'Disable GCP support.')
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top