Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 103 for runUse (0.15 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

            normalization = (sensitivity?.name()?.toLowerCase()?.replaceAll("_", " ") ?: "no") + " path sensitivity"
            type = (incremental ? "incremental" : "non-incremental")
        }
    
        def "re-runs incremental transform when input artifact file changes from file to missing"() {
            createDirs("a", "b", "c")
            settingsFile << "include 'a', 'b', 'c'"
            setupBuildWithColorTransform()
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
  2. src/runtime/malloc.go

    // Memory allocator.
    //
    // This was originally based on tcmalloc, but has diverged quite a bit.
    // http://goog-perftools.sourceforge.net/doc/tcmalloc.html
    
    // The main allocator works in runs of pages.
    // Small allocation sizes (up to and including 32 kB) are
    // rounded to one of about 70 size classes, each of which
    // has its own free set of objects of exactly that size.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    	for i > 0 && ('0' <= path[i-1] && path[i-1] <= '9' || path[i-1] == '.') {
    		i--
    	}
    	url := path[:i]
    	url = strings.TrimSuffix(url, "/v")
    	url = strings.TrimSuffix(url, "/")
    
    	f := func(c rune) bool {
    		return c > '9' || c < '0'
    	}
    	s := strings.FieldsFunc(path[i:], f)
    	if len(s) > 0 {
    		m = s[0]
    	}
    	m = strings.TrimLeft(m, "0")
    	if m == "" || m == "1" {
    		return url + "/v2"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		// - The dynamicresources plugin allocates claim A and updates the assume cache.
    		// - A second pod gets marked as unschedulable based on that assume cache.
    		// - Before the informer cache here catches up, the pod runs, terminates and
    		//   the claim gets deallocated without ever sending the claim status with
    		//   allocation to the scheduler.
    		// - The comparison below is for a *very* old claim with no allocation and the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewrite.go

    	if ruleFile == nil {
    		// Open a log file to write log to. We open in append
    		// mode because all.bash runs the compiler lots of times,
    		// and we want the concatenation of all of those logs.
    		// This means, of course, that users need to rm the old log
    		// to get fresh data.
    		// TODO: all.bash runs compilers in parallel. Need to synchronize logging somehow?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  6. cluster/gce/windows/k8s-node-setup.psm1

      if ($waited -ge $timeout) {
        Log-Output "$(Get-Service kube* | Out-String)"
        Throw ("Timeout while waiting ${timeout} seconds for kubelet and kube-proxy services to start")
      }
    }
    
    # Runs 'kubectl get nodes'.
    # Runs additional verification commands to ensure node successfully joined cluster
    # and that it connects to the API Server.
    function Verify-WorkerServices {
      $timeout = 12
      $retries = 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            collection.from(containing(new File("a.txt")))
    
            when:
            collection.replace { null }
    
            then:
            collection.isEmpty()
        }
    
        def "replace transformation runs eagerly"() {
            given:
            Transformer<FileCollection, FileCollection> transform = Mock()
            collection.from(containing(new File("a.txt")))
    
            when:
            collection.replace(transform)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  8. hack/local-up-cluster.sh

    # limitations under the License.
    
    KUBE_VERBOSE=${KUBE_VERBOSE:-1}
    if (( KUBE_VERBOSE > 4 )); then
      set -x
    fi
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    # This script builds and runs a local kubernetes cluster. You may need to run
    # this as root to allow kubelet to open docker's socket, and to write the test
    # CA in /var/run/kubernetes.
    # Usage: `hack/local-up-cluster.sh`.
    
    DOCKER_OPTS=${DOCKER_OPTS:-""}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. pkg/kubelet/pod_workers.go

    //
    //	. .   ^- Kubelet evicts pod       .
    //	. .                               .
    //
    // -------------------|       |---------------- = syncTerminatingPod runs then exits without error
    //
    //	        . .        ^ pod worker loop exits syncPod, sees pod is terminating,
    //					 . .          invokes syncTerminatingPod
    //	        . .                               .
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  10. pkg/proxy/winkernel/proxier.go

    	if proxier.healthzServer != nil {
    		proxier.healthzServer.QueuedUpdate(proxier.ipFamily)
    	}
    	metrics.SyncProxyRulesLastQueuedTimestamp.SetToCurrentTime()
    	proxier.syncRunner.Run()
    }
    
    // SyncLoop runs periodic work.  This is expected to run as a goroutine or as the main loop of the app.  It does not return.
    func (proxier *Proxier) SyncLoop() {
    	// Update healthz timestamp at beginning in case Sync() never succeeds.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top