Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 84 for multis (0.49 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

         *
         * * **Unreachable IP addresses.** If the URL's host has multiple IP addresses,
         *   failure to reach any individual IP address doesn't fail the overall request. This can
         *   increase availability of multi-homed services.
         *
         * * **Stale pooled connections.** The [ConnectionPool] reuses sockets
         *   to decrease request latency, but these connections will occasionally time out.
         *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

        // If the resource is written in some but not all regions, we would need
        // a read for the value before these regions. Note that this is applicable
        // only to multi-region ops:
        // If/Case: If not all regions write to the resource, post hoisting the read
        //   value need to be routed through all paths that don't write.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    If you are running tasks from the command line in nested included builds, then you may need to adjust your invocation.
    
    For example, if you have the following hierarchy:
    
    ====
    [.multi-language-sample]
    =====
    [source,kotlin]
    ----
    .
    ├── settings.gradle.kts
    └── nested
        ├── settings.gradle.kts
        └── nestedNested
            └── settings.gradle.kts
    ----
    .settings.gradle.kts
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. cmd/bucket-handlers.go

    		deleteObjectsReq.Objects[i].ObjectName = trimLeadingSlash(deleteObjectsReq.Objects[i].ObjectName)
    		objects[i] = deleteObjectsReq.Objects[i].ObjectV
    	}
    
    	// Make sure to update context to print ObjectNames for multi objects.
    	ctx = updateReqContext(ctx, objects...)
    
    	// Call checkRequestAuthType to populate ReqInfo.AccessKey before GetBucketInfo()
    	// Ignore errors here to preserve the S3 error behavior of GetBucketInfo()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  5. tests/migrate_test.go

    		{name: "uniqueIndex to uniqueAndUniqueIndex", from: &UniqueStruct5{}, to: &UniqueStruct8{}, checkFunc: checkMyIndex},
    		{name: "uniqueIndex to multi uniqueIndex", from: &UniqueStruct5{}, to: &UniqueStruct7{}, checkFunc: checkMulIndex},
    	}
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			if err := DB.Migrator().DropTable(table); err != nil {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  6. src/runtime/mprof.go

    	}
    	// Saving the *mutex as a uintptr is safe because:
    	//  - lockrank_on.go does this too, which gives it regular exercise
    	//  - the lock would only move if it's stack allocated, which means it
    	//      cannot experience multi-M contention
    	prof.pending = uintptr(unsafe.Pointer(l))
    	prof.cycles = cycles
    }
    
    // From unlock2, we might not be holding a p in this code.
    //
    //go:nowritebarrierrec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    			},
    			pvs: []*v1.PersistentVolume{
    				localPVNode1a,
    				localPVNode1b,
    			},
    			nodes: []*v1.Node{
    				node1,
    				node2,
    			},
    			eligibleNodes: sets.New("node1"),
    		},
    		"multi-local-pv-with-different-nodes": {
    			pvcs: []*v1.PersistentVolumeClaim{
    				localPreboundPVC1a,
    				localPreboundPVC1b,
    				localPreboundPVC2a,
    			},
    			pvs: []*v1.PersistentVolume{
    				localPVNode1a,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

         * which have a no-arg closure as their only parameter.
         *
         * TODO: Improve this to be more general, handle more statements than just method calls,
         * indent multi-statement closures properly, possibly handle args
         */
        private static class NoArgClosureExpression implements ExpressionValue {
            final List<MethodInvocation> calls = new ArrayList<>();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/sidecar_simulation_test.go

    			proxy:     proxy("default"),
    			routeName: "80",
    			expected:  nil, // We do not even get a route as there is no service on the port
    		},
    		{
    			// https://github.com/istio/istio/issues/37087
    			name: "multi-host import single",
    			cfg: []Configer{
    				vsArgs{
    					Namespace: "default",
    					Matches:   []string{"known.default.svc.cluster.local", "alt-known.default.svc.cluster.local"},
    					Dest:      "example.com",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // pass into pthread_create().
    extern "C" inline void* ThreadFuncWithCLinkage(void* thread) {
      static_cast<ThreadWithParamBase*>(thread)->Run();
      return NULL;
    }
    
    // Helper class for testing Google Test's multi-threading constructs.
    // To use it, write:
    //
    //   void ThreadFunc(int param) { /* Do things with param */ }
    //   Notification thread_can_start;
    //   ...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top