Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 457 for Unshare (0.14 sec)

  1. src/net/http/mapping_test.go

    		"go1compat.html",
    		"go_faq.html",
    		"go_mem.html",
    		"go_spec.html",
    		"help.html",
    		"ie.css",
    		"install-source.html",
    		"install.html",
    		"logo-153x55.png",
    		"Makefile",
    		"root.html",
    		"share.png",
    		"sieve.gif",
    		"tos.html",
    		"articles",
    	}
    	if len(children) != 32 {
    		panic("bad len")
    	}
    	for _, n := range []int{2, 4, 8, 16, 32} {
    		list := children[:n]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 17:47:07 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. build-logic/integration-testing/src/main/kotlin/gradlebuild.distribution-testing.gradle.kts

                } else {
                    configurations["${prefix}TestDistributionRuntimeClasspath"]
                }
            }
            // Set the base user home dir to be share by integration tests.
            // The actual user home dir will be a subfolder using the name of the distribution.
            gradleUserHomeDir = intTestHomeDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 14:05:00 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/hub/queue/MultiEndPointQueue.java

    import java.util.Deque;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Set;
    import java.util.concurrent.locks.Lock;
    
    // TODO - use circular buffers to avoid copying
    // TODO - share a single initializer with MultiChannelQueue
    public class MultiEndPointQueue implements Dispatch<InterHubMessage> {
        private final Set<EndPointQueue> endpoints = new HashSet<EndPointQueue>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. src/internal/filepathlite/path_windows.go

    		return 2
    
    	case len(path) == 0 || !IsPathSeparator(path[0]):
    		// Path does not have a volume component.
    		return 0
    
    	case pathHasPrefixFold(path, `\\.\UNC`):
    		// We're going to treat the UNC host and share as part of the volume
    		// prefix for historical reasons, but this isn't really principled;
    		// Windows's own GetFullPathName will happily remove the first
    		// component of the path in this space, converting
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:50 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h

      // been initialized.
      static absl::StatusOr<std::unique_ptr<TFRDecomposeContext>> Get(
          mlir::MLIRContext* mlir_ctx);
    
      // Constructor of the decompose context. To share the decompose library, the
      // whole decompose TFR function library is loaded.
      explicit TFRDecomposeContext(mlir::ModuleOp tfr_module);
    
      // Constructs the decompose context from the tfr text module and the mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 11:12:54 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/net/lif/link.go

    // On Solaris, each logical network interface represents network layer
    // adjacency information and the interface has a only single network
    // address or address pair for tunneling. It's usual that multiple
    // logical network interfaces share the same logical data link.
    type Link struct {
    	Name  string // name, equivalent to IP interface name
    	Index int    // index, equivalent to IP interface index
    	Type  int    // type
    	Flags int    // flags
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/OkHttpClientTest.kt

        assertThat(a.dispatcher).isNotNull()
        assertThat(a.connectionPool).isNotNull()
        assertThat(a.sslSocketFactory).isNotNull()
        assertThat(a.x509TrustManager).isNotNull()
    
        // Multiple clients share the instances.
        val b = client.newBuilder().build()
        assertThat(b.dispatcher).isSameAs(a.dispatcher)
        assertThat(b.connectionPool).isSameAs(a.connectionPool)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/artifact/ResolvedArtifactsGraphVisitor.java

            ComponentGraphResolveState component = toNode.getOwner().getResolveState();
            VariantGraphResolveState variant = toNode.getResolveState();
    
            // Do not share an ArtifactSet if the artifacts are modified by the dependency.
            if (!dependency.getDependencyMetadata().getArtifacts().isEmpty() ||
                !dependency.getAttributes().isEmpty() ||
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/tooling/provider/model/internal/DefaultIntermediateToolingModelProvider.java

                BuildState projectBuildState = getBuildState(target);
                if (result != projectBuildState) {
                    throw new IllegalArgumentException(
                        String.format("Expected target projects to share the same build state. Found at least two: '%s' and '%s'",
                            result.getDisplayName(), projectBuildState.getDisplayName())
                    );
                }
            }
    
            return result;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 10:31:36 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/overview/userguide.adoc

    Gradle, Inc. provides a free service called https://scans.gradle.com/[Build ScanĀ®] that provides extensive information and insights about your builds.
    You can view scans to identify problems or share them for debugging help.
    
    === Supported Languages and Frameworks
    Gradle supports Android, Java, Kotlin Multiplatform, Groovy, Scala, Javascript, and C/C++.
    
    image::userguide-languages.png[]
    
    === Compatible IDEs
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top