Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for runners (0.14 sec)

  1. internal/s3select/csv/testdata/testdata.zip

    1 -73.86395263671875 40.732879638671875 -73.920028686523438 40.741107940673828 1 4.59 16 0 0.5 0 0 16.5 2 1 196 226 green 0.00 0.0 0.0 63 41 6.93 1288 717.02 4 Queens 071702 4071702 I QN18 Rego Park 4108 599 185.02 4 Queens 018502 4018502 E QN31 Hunters Point-Sunnyside-West Maspeth 4109 3389329 2 2014-03-26 19:37:54 2014-03-26 19:52:22 N 1 -73.863868713378906 40.732524871826172 -73.906852722167969 40.740898132324219 2 2.98 13.5 1 0.5 1 0 16 1 1 196 260 green 0.00 0.0 0.0 36 24 11.86 1288 717.02 4...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    func runqget(pp *p) (gp *g, inheritTime bool) {
    	// If there's a runnext, it's the next G to run.
    	next := pp.runnext
    	// If the runnext is non-0 and the CAS fails, it could only have been stolen by another P,
    	// because other Ps can race to set runnext to 0, but only the current P can set it to non-0.
    	// Hence, there's no need to retry this CAS if it fails.
    	if next != 0 && pp.runnext.cas(next, 0) {
    		return next.ptr(), true
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

        | org.gradle.jvm.environment     |          | standard-jvm |
    
    project :some:deeply:nested
    \\--- compileClasspath
    """
        }
    
        def "renders tree with a mix of project and external dependencies"() {
            given:
            mavenRepo.module("org", "leaf1").dependsOnModules("leaf2").publish()
            mavenRepo.module("org", "leaf2").dependsOnModules("leaf3").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerCachingSmokeTest.groovy

    import org.gradle.util.internal.VersionNumber
    
    import static org.gradle.testkit.runner.TaskOutcome.FROM_CACHE
    import static org.gradle.testkit.runner.TaskOutcome.NO_SOURCE
    import static org.gradle.testkit.runner.TaskOutcome.SKIPPED
    import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
    import static org.gradle.testkit.runner.TaskOutcome.UP_TO_DATE
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 13:45:43 UTC 2024
    - 209.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"rowing_woman":                         "\U0001f6a3\u200d\u2640\ufe0f",
    	"ru":                                   "\U0001f1f7\U0001f1fa",
    	"rugby_football":                       "\U0001f3c9",
    	"runner":                               "\U0001f3c3",
    	"running":                              "\U0001f3c3",
    	"running_man":                          "\U0001f3c3\u200d\u2642\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    		kubeDeps.PodStartupLatencyTracker,
    		kubeDeps.TracerProvider,
    	)
    	if err != nil {
    		return nil, err
    	}
    	klet.containerRuntime = runtime
    	klet.streamingRuntime = runtime
    	klet.runner = runtime
    
    	runtimeCache, err := kubecontainer.NewRuntimeCache(klet.containerRuntime, runtimeCacheRefreshPeriod)
    	if err != nil {
    		return nil, err
    	}
    	klet.runtimeCache = runtimeCache
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. go.sum

    github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
    github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
    github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/kubernetes-client/runtime/pom.xml
    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/independent-projects/arc/tcks/cdi-tck-runner/pom.xml
    	quarkus/independent-projects/arc/tcks/arquillian/pom.xml
    	quarkus/independent-projects/arc/tcks/cdi-tck-porting-pkg/pom.xml
    quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods.go

    	if err != nil {
    		return nil, err
    	}
    	if container == nil {
    		return nil, fmt.Errorf("container not found (%q)", containerName)
    	}
    	// TODO(tallclair): Pass a proper timeout value.
    	return kl.runner.RunInContainer(ctx, container.ID, cmd, 0)
    }
    
    // GetExec gets the URL the exec will be served from, or nil if the Kubelet will serve it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier_test.go

    		networkInterfacer:   networkInterfacer,
    		staleChains:         make(map[string]time.Time),
    		serviceCIDRs:        serviceCIDRs,
    	}
    	p.setInitialized(true)
    	p.syncRunner = async.NewBoundedFrequencyRunner("test-sync-runner", p.syncProxyRules, 0, time.Minute, 1)
    
    	return nft, p
    }
    
    // TestOverallNFTablesRules creates a variety of services and verifies that the generated
    // rules are exactly as expected.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top