Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 73 for highest (0.11 sec)

  1. android/guava/src/com/google/common/collect/Synchronized.java

        @Override
        public SortedSet<E> headSet(E toElement) {
          return headSet(toElement, false);
        }
    
        @Override
        @CheckForNull
        public E higher(E e) {
          synchronized (mutex) {
            return delegate().higher(e);
          }
        }
    
        @Override
        @CheckForNull
        public E lower(E e) {
          synchronized (mutex) {
            return delegate().lower(e);
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Synchronized.java

        @Override
        public SortedSet<E> headSet(E toElement) {
          return headSet(toElement, false);
        }
    
        @Override
        @CheckForNull
        public E higher(E e) {
          synchronized (mutex) {
            return delegate().higher(e);
          }
        }
    
        @Override
        @CheckForNull
        public E lower(E e) {
          synchronized (mutex) {
            return delegate().lower(e);
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	if err != nil {
    		t.Fatalf("Failed to create watch: %v", err)
    	}
    
    	// Create one more pod, to ensure that current RV is higher and thus
    	// bookmarks will be delievere (events are delivered for RV higher
    	// than the max from init events).
    	if err := cacher.watchCache.Add(makePod(1)); err != nil {
    		t.Fatalf("failed to add a pod: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    The `x`, and `y` tensors must all have the same shape, and the
    output will also have that shape.
    
    The `condition` tensor must be a scalar if `x` and `y` are scalars.
    If `x` and `y` are vectors or higher rank, then `condition` must be either a
    scalar, a vector with size matching the first dimension of `x`, or must have
    the same shape as `x`.
    
    The `condition` tensor acts as a mask that chooses, based on the value at each
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/memorymanager/memory_manager_test.go

    			assignments:               state.ContainerMemoryAssignments{},
    			activePods:                nil,
    		},
    		{
    			description: "Correct allocation of container requiring amount of memory higher than capacity of one NUMA node",
    			policyName:  policyTypeStatic,
    			machineInfo: machineInfo,
    			reserved:    reserved,
    			machineState: state.NUMANodeMap{
    				0: &state.NUMANodeState{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 13:01:40 UTC 2023
    - 70.2K bytes
    - Viewed (0)
  6. src/crypto/tls/common.go

    	// random as a downgrade protection if the server would be capable of
    	// negotiating a higher version. See RFC 8446, Section 4.1.3.
    	downgradeCanaryTLS12 = "DOWNGRD\x01"
    	downgradeCanaryTLS11 = "DOWNGRD\x00"
    )
    
    // testingOnlyForceDowngradeCanary is set in tests to force the server side to
    // include downgrade canaries even if it's using its highers supported version.
    var testingOnlyForceDowngradeCanary bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_server_test.go

    	}
    
    	// Test that the server will decline to resume at a higher version.
    	clientConfig.MaxVersion = VersionTLS13
    	state, _, err = testHandshake(t, clientConfig, serverConfig)
    	if err != nil {
    		t.Fatalf("handshake failed: %s", err)
    	}
    	if state.DidResume {
    		t.Fatalf("handshake resumed at a higher version")
    	}
    }
    
    // Note: see comment in handshake_test.go for details of how the reference
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  8. src/crypto/tls/tls_test.go

    		return false
    	}
    }
    
    type brokenSigner struct{ crypto.Signer }
    
    func (s brokenSigner) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error) {
    	// Replace opts with opts.HashFunc(), so rsa.PSSOptions are discarded.
    	return s.Signer.Sign(rand, digest, opts.HashFunc())
    }
    
    // TestPKCS1OnlyCert uses a client certificate with a broken crypto.Signer that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/runtime/framework.go

    // This function is called from two different places: Schedule and Preempt.
    // When it is called from Schedule, we want to test whether the pod is
    // schedulable on the node with all the existing pods on the node plus higher
    // and equal priority pods nominated to run on the node.
    // When it is called from Preempt, we should remove the victims of preemption
    // and add the nominated pods. Removal of the victims is done by
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  10. gradle/verification-metadata.xml

                <pgp value="DCBA03381EF6C89096ACD985AC5EC74981F9CDA6"/>
             </artifact>
          </component>
          <component group="com.burgstaller" name="okhttp-digest" version="1.10">
             <artifact name="okhttp-digest-1.10.jar">
                <sha256 value="be46341a814e786c14c5d0e6cf5d470e55fff468b99509437c4014d8b2a20ce4" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
Back to top