Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 736 for shared (0.1 sec)

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileProcessorTest.groovy

            given:
            initialFiles()
    
            when:
            dependencyRemoved(dep4)
    
            then:
            checkCompile recompiled: [source2], removed: []
        }
    
        def "detects shared dependency file changed"() {
            given:
            initialFiles()
    
            when:
            modified(dep3)
    
            then:
            checkCompile recompiled: [source1, source2], removed: []
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:31:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/shell.go

    // context.Context.
    type Shell struct {
    	action       *Action // nil for the root shell
    	*shellShared         // per-Builder state shared across Shells
    }
    
    // shellShared is Shell state shared across all Shells derived from a single
    // root shell (generally a single Builder).
    type shellShared struct {
    	workDir string // $WORK, immutable
    
    	printLock sync.Mutex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  3. pkg/volume/util/subpath/subpath_linux.go

    	// There is no action when the container starts. Bind-mount will be cleaned
    	// when container stops by CleanSubPaths.
    	cleanupAction = nil
    	return newHostPath, cleanupAction, err
    }
    
    // This implementation is shared between Linux and NsEnter
    func safeOpenSubPath(mounter mount.Interface, subpath Subpath) (int, error) {
    	if !mount.PathWithinBase(subpath.Path, subpath.VolumePath) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 12 14:09:11 UTC 2022
    - 21.4K bytes
    - Viewed (0)
  4. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

            """
            buildFile << """
                apply plugin: 'cpp-library'
                library {
                    baseName = 'some-lib'
                    linkage = [Linkage.STATIC, Linkage.SHARED]
                    privateHeaders.from = []
                    publicHeaders.from = ['include']
                    binaries.configureEach(CppSharedLibrary) {
                        compileTask.get().includes.from("other")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/main/java/org/gradle/language/plugins/NativeBasePlugin.java

            @Override
            public void execute(MultipleCandidatesDetails<Linkage> details) {
                if (details.getCandidateValues().contains(Linkage.SHARED)) {
                    details.closestMatch(Linkage.SHARED);
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 26.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/DefaultFileCollectionFactoryTest.groovy

    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.junit.Assert
    import org.junit.ClassRule
    import spock.lang.Shared
    import spock.lang.Specification
    
    import java.util.concurrent.Callable
    
    class DefaultFileCollectionFactoryTest extends Specification {
        @ClassRule
        @Shared
        TestNameTestDirectoryProvider tmpDir = new TestNameTestDirectoryProvider(getClass())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  7. pkg/registry/core/replicationcontroller/storage/storage.go

    }
    
    func (r *StatusREST) New() runtime.Object {
    	return &api.ReplicationController{}
    }
    
    // Destroy cleans up resources on shutdown.
    func (r *StatusREST) Destroy() {
    	// Given that underlying store is shared with REST,
    	// we don't destroy it here explicitly.
    }
    
    // Get retrieves the object from the storage. It is required to support Patch.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	{109, "EBFONT", "bad font file format"},
    	{110, "ELIBEXEC", "cannot exec a shared library directly"},
    	{111, "ENODATA", "no data available"},
    	{112, "ELIBBAD", "accessing a corrupted shared library"},
    	{113, "ENOPKG", "package not installed"},
    	{114, "ELIBACC", "can not access a needed shared library"},
    	{115, "ENOTUNIQ", "name not unique on network"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	{78, "EREMCHG", "remote address changed"},
    	{79, "ELIBACC", "can not access a needed shared library"},
    	{80, "ELIBBAD", "accessing a corrupted shared library"},
    	{81, "ELIBSCN", ".lib section in a.out corrupted"},
    	{82, "ELIBMAX", "attempting to link in too many shared libraries"},
    	{83, "ELIBEXEC", "cannot exec a shared library directly"},
    	{84, "EILSEQ", "invalid or incomplete multibyte or wide character"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	{78, "EREMCHG", "remote address changed"},
    	{79, "ELIBACC", "can not access a needed shared library"},
    	{80, "ELIBBAD", "accessing a corrupted shared library"},
    	{81, "ELIBSCN", ".lib section in a.out corrupted"},
    	{82, "ELIBMAX", "attempting to link in too many shared libraries"},
    	{83, "ELIBEXEC", "cannot exec a shared library directly"},
    	{84, "EILSEQ", "invalid or incomplete multibyte or wide character"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top