Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for someone (0.59 sec)

  1. src/reflect/value.go

    	// being properly initialized.
    	*retValid = true
    
    	// Clear the scratch space and put it back in the pool.
    	// This must happen after the statement above, so that the return
    	// values will always be scanned by someone.
    	typedmemclr(methodFrameType, methodFrame)
    	methodFramePool.Put(methodFrame)
    
    	// See the comment in callReflect.
    	runtime.KeepAlive(ctxt)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/helpers_test.go

    		}
    	}
    }
    
    func TestAddAllocatableThresholds(t *testing.T) {
    	// About func addAllocatableThresholds, only someone threshold that "Signal" is "memory.available" and "GracePeriod" is 0,
    	// append this threshold(changed "Signal" to "allocatableMemory.available") to thresholds
    	testCases := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    		if exportToSet.Contains(string(visibility.None)) {
    			if len(exportTo) > 1 {
    				errs = appendErrors(errs, fmt.Errorf("cannot export service entry to no one (~) and someone"))
    			}
    		}
    	}
    
    	return
    }
    
    func ValidateAlphaWorkloadSelector(selector *networking.WorkloadSelector) (Warning, error) {
    	var errs error
    	var warning Warning
    
    	if selector != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    use speaking to it,' she thought, `till its ears have come, or at
    least one of them.'  In another minute the whole head appeared,
    and then Alice put down her flamingo, and began an account of the
    game, feeling very glad she had someone to listen to her.  The
    Cat seemed to think that there was enough of it now in sight, and
    no more of it appeared.
    
      `I don't think they play at all fairly,' Alice began, in rather
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    use speaking to it,' she thought, `till its ears have come, or at
    least one of them.'  In another minute the whole head appeared,
    and then Alice put down her flamingo, and began an account of the
    game, feeling very glad she had someone to listen to her.  The
    Cat seemed to think that there was enough of it now in sight, and
    no more of it appeared.
    
      `I don't think they play at all fairly,' Alice began, in rather
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "properties": {
            "claimName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    			if next := timeSleepUntil(); next < now {
    				startm(nil, false, false)
    			}
    		}
    		if scavenger.sysmonWake.Load() != 0 {
    			// Kick the scavenger awake if someone requested it.
    			scavenger.wake()
    		}
    		// retake P's blocked in syscalls
    		// and preempt long running G's
    		if retake(now) != 0 {
    			idle = 0
    		} else {
    			idle++
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    `values.yaml` represent a complex user facing API that tends to grow uncontrollably over time due to design choices in Helm. The underlying Kubernetes resources we configure have 1000s of fields; given enough users and bespoke use cases, eventually someone will want to customize every one of those fields. If all fields are exposed in `values.yaml`, we end up with an massive API that is also likely worse than just using the Kubernetes API directly. To avoid this, the project attempts to minimize additions...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %tl_0 = "tf.TensorListReserve"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type.variant<tensor<?x1xf32>>>
        %elem_0 = "tf.SomeOp"() : () -> tensor<16x1xf32>
        %elem_1 = "tf.SomeOp"() : () -> tensor<16x1xf32>
        %elem_2 = "tf.SomeOp"() : () -> tensor<8x1xf32>
        %tl_1 = "tf.IfRegion"(%arg0) ({
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  10. pkg/config/validation/validation_test.go

    		},
    		{
    			name:                          "destination rule with workloadselector cannot have another ns in exportTo (.)",
    			namespace:                     "ns5",
    			exportTo:                      []string{"somens"},
    			isServiceEntry:                false,
    			isDestinationRuleWithSelector: true,
    			wantErr:                       true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top