Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 610 for shared (0.32 sec)

  1. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/TcpConnectorTest.groovy

    import org.gradle.util.ports.ReleasingPortAllocator
    import org.junit.Rule
    import spock.lang.Issue
    import spock.lang.Shared
    import spock.lang.Timeout
    
    import java.nio.channels.SocketChannel
    
    @Timeout(60)
    class TcpConnectorTest extends ConcurrentSpec {
        @Shared def serializer = Serializers.stateful(BaseSerializerFactory.STRING_SERIALIZER)
        final def idGenerator = new UUIDGenerator()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/policy_static.go

    //
    //   - SHARED: Burstable, BestEffort, and non-integral Guaranteed containers
    //     run here. Initially this contains all CPU IDs on the system. As
    //     exclusive allocations are created and destroyed, this CPU set shrinks
    //     and grows, accordingly. This is stored in the state as the default
    //     CPU set.
    //
    //   - RESERVED: A subset of the shared pool which is not exclusively
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  3. src/runtime/syscall_windows_test.go

    }
    
    var cbDLLs = []cbDLL{
    	{
    		"test",
    		func(out, src string) []string {
    			return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, src}
    		},
    	},
    	{
    		"testO2",
    		func(out, src string) []string {
    			return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, "-O2", src}
    		},
    	},
    }
    
    func TestStdcallAndCDeclCallbacks(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{82, "EREMCHG", "remote address changed"},
    	{83, "ELIBACC", "can not access a needed shared library"},
    	{84, "ELIBBAD", "accessing a corrupted shared library"},
    	{85, "ELIBSCN", ".lib section in a.out corrupted"},
    	{86, "ELIBMAX", "attempting to link in too many shared libraries"},
    	{87, "ELIBEXEC", "cannot exec a shared library directly"},
    	{88, "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
    - 34.7K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeBinariesIntegrationTest.groovy

            then:
            failureDescriptionContains("Execution failed for task ':assemble'.")
            failure.assertHasCause("""No buildable binaries found:
      - shared library 'another:sharedLibrary': Disabled by user
      - static library 'another:staticLibrary': Disabled by user
      - shared library 'hello:sharedLibrary':
          - No tool chain is available to build for platform 'unknown':
              - ${toolChain.instanceDisplayName}:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    The cache can be incomplete; however, an empty shared cache will only add overhead.
    
    NOTE: The shared read-only dependency cache is an incubating feature.
    
    The first step in using a shared dependency cache is to create one by copying of an existing _local_ cache.
    For this you need to follow the <<sub:cache_copy,instructions above>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  7. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractIncompleteFileSystemNodeTest.groovy

            where:
            vfsSpec << (NO_COMMON_PREFIX + COMMON_PREFIX).findAll { allowEmptyChildren || !it.childPaths.empty }
        }
    
        def "store #fileType child with common prefix adds a new child with the shared prefix of type Directory (#vfsSpec)"() {
            setupTest(vfsSpec)
            def snapshot = Mock(MetadataSnapshot)
            def newGrandChildPath = pathFromCommonPrefix
            def newGrandChild = Mock(FileSystemNode)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/internal/concurrent/TaskRunner.kt

    import okhttp3.internal.okHttpName
    import okhttp3.internal.threadFactory
    
    /**
     * A set of worker threads that are shared among a set of task queues.
     *
     * Use [INSTANCE] for a task runner that uses daemon threads. There is not currently a shared
     * instance for non-daemon threads.
     *
     * The task runner is also responsible for releasing held threads when the library is unloaded.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 29 00:33:04 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.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: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. docs/config/README.md

    ARGS:
    endpoints*       (csv)       comma separated list of etcd endpoints e.g. "http://localhost:2379"
    path_prefix      (path)      namespace prefix to isolate tenants e.g. "customer1/"
    coredns_path     (path)      shared bucket DNS records, default is "/skydns"
    client_cert      (path)      client cert for mTLS authentication
    client_cert_key  (path)      client cert key for mTLS authentication
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 11 21:48:54 UTC 2023
    - 17.7K bytes
    - Viewed (0)
Back to top