Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 129 for Forked (0.12 sec)

  1. src/cmd/compile/internal/ssa/prove.go

    			// should be rewritten to:
    			//	for i := 5; 0 < i; i-- {
    			continue
    		}
    
    		if end.Block == ind.Block {
    			// we can't rewrite loops where the condition depends on the loop body
    			// this simple check is forced to work because if this is true a Phi in ind.Block must exists
    			continue
    		}
    
    		check := ind.Block.Controls[0]
    		// invert the check
    		check.Args[0], check.Args[1] = check.Args[1], check.Args[0]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/font-awesome.min.css

    t:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  3. src/cmd/dist/test.go

    // a good solution to check VMA size (see https://go.dev/issue/29948).
    // raceDetectorSupported will always return true for arm64. But race
    // detector tests may abort on non 48-bit VMA configuration, the tests
    // will be marked as "skipped" in this case.
    func raceDetectorSupported(goos, goarch string) bool {
    	switch goos {
    	case "linux":
    		return goarch == "amd64" || goarch == "ppc64le" || goarch == "arm64" || goarch == "s390x"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

          // 2. Client cancels request
          // 3. Server tries to send response on the canceled stream
          // Otherwise, there is no guarantee for the sequence. For example, the server may use the
          // first mocked response to respond to the second request.
          val response = super.dispatch(request)
          responseDequeuedLatches[responseIndex].countDown()
          requestCanceledLatches[responseIndex].await()
          responseIndex++
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      }
    
      TF_ASSERT_OK(MarkForCompilationPassTestHelper::MarkForCompilation(&graph));
      auto clusters = GetClusters(*graph);
      EXPECT_FALSE(clusters.empty());
    }
    
    // Tests that PartitionedCalls are only marked for compilation if every node
    // inside the function can be compiled.
    TEST(XlaCompilationTest, PartitionedCallUnsupported) {
      FunctionDef compilable = FunctionDefHelper::Define(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  6. src/net/url/url_test.go

    		{"http://[::1]/%48", false},      // %xx in path is fine
    		{"http://%41:8080/", true},       // not allowed: % encoding only for non-ASCII
    		{"mysql://x@y(z:123)/foo", true}, // not well-formed per RFC 3986, golang.org/issue/33646
    		{"mysql://x@y(1.2.3.4:123)/foo", true},
    
    		{" http://foo.com", true},  // invalid character in schema
    		{"ht tp://foo.com", true},  // invalid character in schema
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // For optimal startup times, changing this should be tied to the readiness probe values.
      //
      // If the probe is enabled, it is recommended to have delay=0s,period=15s,failureThreshold=4.
      // This ensures the pod is marked ready immediately after the startup probe passes (which has a 1s poll interval),
      // and doesn't spam the readiness endpoint too much
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	pv.Spec.NodeAffinity = nil // Will be written by the CSI translation lib
    	pv.ObjectMeta.Labels = labels
    	// GCEPersistentDisk is used when migration is enabled, as its featuregate is locked to GA.
    	// RBD is used for the nonmigrated case, as its featuregate is still alpha. When RBD migration goes GA,
    	// a different nonmigrated plugin should be used instead. If there are no other plugins, then the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.3.md

    ## Known Issues
    
    There are a number of known issues that have been found and are being worked on.
    Please be aware of them as you test your workloads.
    
    * PVC Volume not detached if pod deleted via namespace deletion ([29051](https://github.com/kubernetes/kubernetes/issues/29051))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // events have been sent, a synthetic "Bookmark" event  will be sent.
      // The bookmark will report the ResourceVersion (RV) corresponding to the
      // set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation.
      // Afterwards, the watch stream will proceed as usual, sending watch events
      // corresponding to changes (subsequent to the RV) to objects watched.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top