Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 736 for shared (0.1 sec)

  1. src/cmd/go/internal/work/gc.go

    	if err != nil {
    		return err
    	}
    
    	// On OS X when using external linking to build a shared library,
    	// the argument passed here to -o ends up recorded in the final
    	// shared library in the LC_ID_DYLIB load command.
    	// To avoid putting the temporary output directory name there
    	// (and making the resulting shared library useless),
    	// run the link in the output directory so that -o can name
    	// just the final path element.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:37:44 UTC 2024
    - 23K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/PrebuiltLibrariesIntegrationTest.groovy

            then:
            installation("build/install/main").exec().out == app.alternateLibraryOutput
        }
    
        @ToBeFixedForConfigurationCache
        def "can link to a prebuilt library with static and shared linkage"() {
            given:
            preBuildLibrary()
    
            and:
            buildFile << """
    apply plugin: 'cpp'
    model {
        repositories {
            libs(PrebuiltLibraries) {
                hello {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  3. pkg/controller/volume/attachdetach/attach_detach_controller.go

    	kubeClient clientset.Interface
    
    	// pvcLister is the shared PVC lister used to fetch and store PVC
    	// objects from the API server. It is shared with other controllers and
    	// therefore the PVC objects in its store should be treated as immutable.
    	pvcLister  corelisters.PersistentVolumeClaimLister
    	pvcsSynced kcache.InformerSynced
    
    	// pvLister is the shared PV lister used to fetch and store PV objects
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. settings.gradle.kts

            return id
        }
    }
    
    sealed class ArchitectureElement(
        val name: String,
        val id: ElementId
    ) : Serializable
    
    class Platform(name: String, id: ElementId, val uses: List<ElementId>, val children: List<ArchitectureModule>) : ArchitectureElement(name, id)
    
    class ArchitectureModule(name: String, id: ElementId) : ArchitectureElement(name, id)
    
    sealed class ArchitectureElementBuilder(
        val name: String
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/main.go

    	flagMsan          = flag.Bool("msan", false, "enable MSan interface")
    	flagAsan          = flag.Bool("asan", false, "enable ASan interface")
    	flagAslr          = flag.Bool("aslr", true, "enable ASLR for buildmode=c-shared on windows")
    
    	flagFieldTrack = flag.String("k", "", "set field tracking `symbol`")
    	flagLibGCC     = flag.String("libgcc", "", "compiler support lib for internal linking; use \"none\" to disable")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/symtab.go

    		}
    	}
    
    	// When loading a shared library, if a symbol has only one ABI,
    	// and the name is not mangled, we don't know what ABI it is.
    	// So we always mangle ABIInternal function name in shared linkage,
    	// except symbols that are exported to C. Type symbols are always
    	// ABIInternal so they are not mangled.
    	if ctxt.IsShared() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 16:29:40 UTC 2023
    - 29.2K bytes
    - Viewed (0)
  7. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/S3ClientIntegrationTest.groovy

    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    import org.junit.Rule
    import spock.lang.Ignore
    import spock.lang.Shared
    import spock.lang.Specification
    
    class S3ClientIntegrationTest extends Specification {
    
        public static final String FILE_NAME = "mavenTest.txt"
        final String accessKey = 'gradle-access-key'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

    import spock.lang.Ignore
    import spock.lang.Shared
    import spock.lang.Specification
    import spock.lang.Unroll
    
    class NormalizingExcludeFactoryTest extends Specification implements ExcludeTestSupport {
    
        def setup() {
            factory = new NormalizingExcludeFactory(factory)
        }
    
        @Shared
        private DefaultIvyArtifactName artifactName = new DefaultIvyArtifactName("a", "b", "c")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  9. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/ExternalResourceNameTest.groovy

    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    import org.gradle.util.Matchers
    import spock.lang.Shared
    import spock.lang.Specification
    
    class ExternalResourceNameTest extends Specification {
        @Shared
        def root = File.listRoots()[0]
        @Shared
        def base = new File(root, "base")
    
        def "can construct a resource name from URI"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 02 17:19:47 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/passes/unfreeze_constants.cc

    }
    
    // Replaces every uses of ConstOps in `target_const_ops` to VarHandleOp ->
    // ReadVariableOp patterns. The ConstOps are not erased. Returns the ConstOp ->
    // shared_name mapping. The shared_name is the shared name of the corresponding
    // VarHandleOp.
    llvm::MapVector<TF::ConstOp, std::string> ReplaceConstOpUsesWithVariableReads(
        llvm::ArrayRef<TF::ConstOp> target_const_ops) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 15:04:53 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top