Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 129 for Forked (0.5 sec)

  1. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    	if volumeNode1ComboState != AttachStateAttached {
    		t.Fatalf("%q/%q volume/node combo is marked %q; expected 'Attached'.", generatedVolumeName1, node1Name, volumeNode1ComboState)
    	}
    
    	volumeNode2ComboState := asw.GetAttachState(generatedVolumeName1, node2Name)
    	if volumeNode2ComboState != AttachStateAttached {
    		t.Fatalf("%q/%q volume/node combo is marked %q; expected 'Attached'.", generatedVolumeName1, node2Name, volumeNode2ComboState)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        const absl::flat_hash_set<string>& has_successors,
        const absl::flat_hash_map<string, absl::flat_hash_set<string>>& ancestors,
        std::vector<string>* sorted) {
      // The nodes are placed in 'sorted' in topological order.
      sorted->clear();
      // We don't use the standard DFS because we are not operating on Node*
      // objects.
      struct Work {
        string cluster;
        bool leave;
      };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener.go

    			// already generated, run through the outboundListenerEntry map and set
    			// the locked bit to true.
    			// buildSidecarOutboundListener will not add/merge
    			// any HTTP/TCP listener if there is already a outboundListenerEntry
    			// with locked bit set to true
    			for _, e := range listenerMap {
    				e.locked = true
    			}
    
    			for _, service := range services {
    				saddress := service.GetAddressForProxy(node)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. src/index/suffixarray/sais2.go

    	// yet to scan. A single pass therefore sees indexes j, j-1, j-2, j-3,
    	// and so on, in sorted but not necessarily adjacent order, until it finds
    	// one preceded by an index of type S, at which point it must stop.
    	//
    	// As we scan through the array, we clear the worked entries (sa[i] > 0) to zero,
    	// and we flip sa[i] < 0 to -sa[i], so that the loop finishes with sa containing
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				}
    			},
    
    			lock : function () {
    				this.data.core.locked = true;
    				this.get_container().children("ul").addClass("jstree-locked").css("opacity","0.7");
    				this.__callback({});
    			},
    			unlock : function () {
    				this.data.core.locked = false;
    				this.get_container().children("ul").removeClass("jstree-locked").css("opacity","1");
    				this.__callback({});
    			},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  6. pkg/controller/volume/persistentvolume/binder_test.go

    			errors:          noerrors,
    			test:            testSyncClaim,
    		},
    
    		// [Unit test set 3] Syncing bound claim
    		{
    			// syncClaim with claim  bound and its claim.Spec.VolumeName is
    			// removed. Check it's marked as Lost.
    			name:            "3-1 - bound claim with missing VolumeName",
    			initialVolumes:  novolumes,
    			expectedVolumes: novolumes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  7. src/runtime/mgcmark.go

    		// we're trying to scan our own stack.
    		systemstack(func() {
    			// If this is a self-scan, put the user G in
    			// _Gwaiting to prevent self-deadlock. It may
    			// already be in _Gwaiting if this is a mark
    			// worker or we're in mark termination.
    			userG := getg().m.curg
    			selfScan := gp == userG && readgstatus(userG) == _Grunning
    			if selfScan {
    				casGToWaitingForGC(userG, _Grunning, waitReasonGarbageCollectionScan)
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

        }
    
        private String getLockReason(boolean strict, String lockedVersion) {
            if (strict) {
                return "dependency was locked to version '" + lockedVersion + "'";
            }
            return "dependency was locked to version '" + lockedVersion + "' (update/lenient mode)";
        }
    
        @Override
        public DomainObjectContext getDomainObjectContext() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

                assert dep.reason == reason
            }
    
            where:
            reason                                                          | strict
            "dependency was locked to version '1.1'"                        | true
            "dependency was locked to version '1.1' (update/lenient mode)"  | false
        }
    
        private ResolverResults buildDependenciesResolved() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/load.go

    	//
    	// If the "all" pattern is included as a root, then non-test packages in "all"
    	// are also roots (and must be marked pkgIsRoot).
    	pkgIsRoot
    
    	// pkgFromRoot indicates that the package is in the transitive closure of
    	// imports starting at the roots. (Note that every package marked as pkgIsRoot
    	// is also trivially marked pkgFromRoot.)
    	pkgFromRoot
    
    	// pkgImportsLoaded indicates that the imports and testImports fields of a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top