Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 100 for inf2 (0.07 sec)

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

        val in2 = response2.body.source()
        assertThat(in2.readUtf8("I love puppies but hate spiders".length.toLong()))
          .isEqualTo(
            "I love puppies but hate spiders",
          )
        assertThat(response2.code).isEqualTo(200)
        assertThat(response2.message).isEqualTo("Fantastic")
        assertThat(in2.exhausted()).isTrue()
        in2.close()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    		// TODO: this is questionable - status read is async and during eviction we already
    		// expect to not have some container info. The pod worker knows whether a pod has
    		// been evicted, so if this is about minimizing the time to react to an eviction we
    		// can do better. If it's about preserving pod status info we can also do better.
    		if eviction.PodIsEvicted(pod.Status) {
    			if podStatus, err := kl.podCache.Get(pod.UID); err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    write(java.io.Writer, Xpp3Dom); public static void write(XMLWriter, Xpp3Dom); public static void write(XMLWriter, Xpp3Dom, boolean); } META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml plexus org.codehaus.plexus 1.0.4 4.0.0 plexus-utils Plexus Common Utilities 1.1 maven-surefire-plugin org/codehaus/plexus/util/FileBasedTestCase.java **/Test*.java META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties #Generated by Maven #Thu Jan 12 15:17:24 EST 2006 version=1.1 groupId=org.codehaus.plexus...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  4. src/crypto/x509/x509_test.go

            Validity
                Not Before: May  6 17:27:16 2019 GMT
                Not After : Jun  5 17:27:16 2019 GMT
            Subject: CN = Ed25519 test certificate
            Subject Public Key Info:
                Public Key Algorithm: ED25519
                    ED25519 Public-Key:
                    pub:
                        36:29:c5:6c:0d:4f:14:6c:81:d0:ff:75:d3:6a:70:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        return false;
    
      // Combine shape information including shape info in subtypes.
      Type operand_type = op->getOperand(0).getType();
      Type result_type = result.getType();
      auto new_type = GetCastCompatibleType(operand_type, result_type);
      if (!new_type) {
        // Combine shape information when leaf element types are not the same, not
        // including shape info in subtypes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  6. cmd/metrics-v2.go

    				Value:          float64(b.GetCumulativeCount()),
    			}
    			metrics = append(metrics, metric)
    		}
    		// add metrics with +Inf label
    		labels1 := make(map[string]string)
    		for _, lp := range dtoMetric.GetLabel() {
    			labels1[*lp.Name] = *lp.Value
    		}
    		labels1["le"] = fmt.Sprintf("%.3f", math.Inf(+1))
    		metrics = append(metrics, MetricV2{
    			Description:    desc,
    			VariableLabels: labels1,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/spring-di/runtime/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/extensions/info/deployment/pom.xml
    	quarkus/extensions/info/deployment-spi/pom.xml
    	quarkus/extensions/info/runtime/pom.xml
    	quarkus/extensions/vertx-http/deployment/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/extensions/smallrye-metrics/deployment/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)
  8. src/cmd/go/alldocs.go

    //	    Path     string // module path
    //	    Query    string // version query corresponding to this version
    //	    Version  string // module version
    //	    Error    string // error loading module
    //	    Info     string // absolute path to cached .info file
    //	    GoMod    string // absolute path to cached .mod file
    //	    Zip      string // absolute path to cached .zip file
    //	    Dir      string // absolute path to cached source root directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. cmd/bucket-replication.go

    	return dst
    }
    
    // DeletedObjectReplicationInfo has info on deleted object
    type DeletedObjectReplicationInfo struct {
    	DeletedObject
    	Bucket    string
    	EventType string
    	OpType    replication.Type
    	ResetID   string
    	TargetArn string
    }
    
    // ToMRFEntry returns the relevant info needed by MRF
    func (di DeletedObjectReplicationInfo) ToMRFEntry() MRFReplicateEntry {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  10. src/net/http/serve_test.go

    			t.Fatal(err)
    		}
    		res.Body.Close()
    		if conns != 1 {
    			t.Fatalf("request %v: got %v conns, want 1", try, conns)
    		}
    		if info.Reused || info.WasIdle {
    			t.Fatalf("request %v: Reused=%v (want false), WasIdle=%v (want false)", try, info.Reused, info.WasIdle)
    		}
    	}
    }
    
    // Issue 18447: test that the Server's ReadTimeout is stopped while
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top