Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for satisfies (0.25 sec)

  1. pkg/controller/replicaset/replica_set_test.go

    }
    
    type FakeRSExpectations struct {
    	*controller.ControllerExpectations
    	satisfied    bool
    	expSatisfied func()
    }
    
    func (fe FakeRSExpectations) SatisfiedExpectations(logger klog.Logger, controllerKey string) bool {
    	fe.expSatisfied()
    	return fe.satisfied
    }
    
    // TestRSSyncExpectations tests that a pod cannot sneak in between counting active pods
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
    // is not satisfied.
    //  Synopsys:
    //    GTEST_CHECK_(boolean_condition);
    //     or
    //    GTEST_CHECK_(boolean_condition) << "Additional message";
    //
    //    This checks the condition and if the condition is not satisfied
    //    it prints message about the condition violation, including the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
    // is not satisfied.
    //  Synopsys:
    //    GTEST_CHECK_(boolean_condition);
    //     or
    //    GTEST_CHECK_(boolean_condition) << "Additional message";
    //
    //    This checks the condition and if the condition is not satisfied
    //    it prints message about the condition violation, including the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      }
    
      // Stores result of the assertion predicate.
      bool success_;
      // Stores the message describing the condition in case the expectation
      // construct is not satisfied with the predicate's outcome.
      // Referenced via a pointer to avoid taking too much stack frame space
      // with test assertions.
      internal::scoped_ptr< ::std::string> message_;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      }
    
      // Stores result of the assertion predicate.
      bool success_;
      // Stores the message describing the condition in case the expectation
      // construct is not satisfied with the predicate's outcome.
      // Referenced via a pointer to avoid taking too much stack frame space
      // with test assertions.
      internal::scoped_ptr< ::std::string> message_;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  6. pkg/kubelet/eviction/helpers.go

    		if !found {
    			observedAt = now
    		}
    		results[thresholds[i]] = observedAt
    	}
    	return results
    }
    
    // thresholdsMetGracePeriod returns the set of thresholds that have satisfied associated grace period
    func thresholdsMetGracePeriod(observedAt thresholdsObservedAt, now time.Time) []evictionapi.Threshold {
    	results := []evictionapi.Threshold{}
    	for threshold, at := range observedAt {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/regalloc.go

    	rematerializeableRegs regMask // registers that hold rematerializeable values
    }
    
    type contentRecord struct {
    	vid   ID       // pre-regalloc value
    	c     *Value   // cached value
    	final bool     // this is a satisfied destination
    	pos   src.XPos // source position of use of the value
    }
    
    type dstRecord struct {
    	loc    Location // register or stack slot
    	vid    ID       // pre-regalloc value it should contain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  8. src/math/big/float_test.go

    		}
    		// test inverse property
    		mant := new(Float)
    		if z.SetMantExp(mant, want.MantExp(mant)).Cmp(want) != 0 {
    			t.Errorf("Inverse property not satisfied: got %s; want %s", z.Text('g', 10), test.z)
    		}
    	}
    }
    
    func TestFloatPredicates(t *testing.T) {
    	for _, test := range []struct {
    		x            string
    		sign         int
    		signbit, inf bool
    	}{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  9. src/runtime/mgc.go

    	// gcTriggerCycle indicates that a cycle should be started if
    	// we have not yet started cycle number gcTrigger.n (relative
    	// to work.cycles).
    	gcTriggerCycle
    )
    
    // test reports whether the trigger condition is satisfied, meaning
    // that the exit condition for the _GCoff phase has been met. The exit
    // condition should be tested when allocating.
    func (t gcTrigger) test() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// +optional
    	IngressRuleValue `json:",inline,omitempty" protobuf:"bytes,2,opt,name=ingressRuleValue"`
    }
    
    // IngressRuleValue represents a rule to apply against incoming requests. If the
    // rule is satisfied, the request is routed to the specified backend. Currently
    // mixing different types of rules in a single Ingress is disallowed, so exactly
    // one of the following must be set.
    type IngressRuleValue struct {
    	//TODO:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
Back to top