Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 71 for toWords (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    	nv := len(verbs)
    	ng := len(apiGroups)
    	nr := len(resources)
    	nn := len(namespaces)
    	coords := chooseInts(rng, nv*ng*nr*nn, m)
    	ans := make([]*request.RequestInfo, 0, m)
    	for _, coord := range coords {
    		ans = append(ans, &request.RequestInfo{
    			IsResourceRequest: true,
    			Verb:              verbs[coord%nv],
    			APIGroup:          apiGroups[coord/nv%ng],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/types.go

    	// Annotation indicating the number of failures for the index corresponding
    	// to the pod, which are counted towards the backoff limit.
    	JobIndexFailureCountAnnotation = labelPrefix + "job-index-failure-count"
    	// Annotation indicating the number of failures for the index corresponding
    	// to the pod, which don't count towards the backoff limit, according to the
    	// pod failure policy. When the annotation is absent zero is implied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  3. pkg/apis/batch/types.go

    	// Annotation indicating the number of failures for the index corresponding
    	// to the pod, which are counted towards the backoff limit.
    	JobIndexFailureCountAnnotation = labelPrefix + "job-index-failure-count"
    	// Annotation indicating the number of failures for the index corresponding
    	// to the pod, which don't count towards the backoff limit, according to the
    	// pod failure policy. When the annotation is absent zero is implied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/loopbce.go

    	indVarMaxInc                            // maximum value is inclusive (default: exclusive)
    	indVarCountDown                         // if set the iteration starts at max and count towards min (default: min towards max)
    )
    
    type indVar struct {
    	ind   *Value // induction variable
    	nxt   *Value // the incremented variable
    	min   *Value // minimum value, inclusive/exclusive depends on flags
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 17:37:47 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/math/IntMath.java

        int rem = p - q * div; // equal to p % q
    
        if (rem == 0) {
          return div;
        }
    
        /*
         * Normal Java division rounds towards 0, consistently with RoundingMode.DOWN. We just have to
         * deal with the cases where rounding towards 0 is wrong, which typically depends on the sign of
         * p / q.
         *
         * signum is 1 if p and q are both nonnegative or both negative, and -1 otherwise.
         */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/math/IntMath.java

        int rem = p - q * div; // equal to p % q
    
        if (rem == 0) {
          return div;
        }
    
        /*
         * Normal Java division rounds towards 0, consistently with RoundingMode.DOWN. We just have to
         * deal with the cases where rounding towards 0 is wrong, which typically depends on the sign of
         * p / q.
         *
         * signum is 1 if p and q are both nonnegative or both negative, and -1 otherwise.
         */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  7. pkg/registry/core/pod/storage/eviction.go

    					// Delete the unhealthy pod, it doesn't count towards currentHealthy and desiredHealthy and we should not decrement disruptionsAllowed.
    					updateDeletionOptions = true
    					return nil
    				}
    			}
    			// default nil and IfHealthyBudget policy
    			if pdb.Status.CurrentHealthy >= pdb.Status.DesiredHealthy && pdb.Status.DesiredHealthy > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 08 11:58:48 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/schedule.go

    )
    
    const (
    	ScorePhi       = iota // towards top of block
    	ScoreArg              // must occur at the top of the entry block
    	ScoreInitMem          // after the args - used as mark by debug info generation
    	ScoreReadTuple        // must occur immediately after tuple-generating insn (or call)
    	ScoreNilCheck
    	ScoreMemory
    	ScoreReadFlags
    	ScoreDefault
    	ScoreFlags
    	ScoreControl // towards bottom of block
    )
    
    type ValHeap struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 15:53:17 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyGradleModuleMetadataPublishIntegrationTest.groovy

            module.assertPublished()
            module.parsedModuleMetadata.variants.size() == 1
            def api = module.parsedModuleMetadata.variant('api')
            api.dependencies[0].coords == 'group.a:lib_a:4.5'
            api.dependencies[1].coords == 'group.b:utils:0.01'
        }
    
        def "publishes component with strict and prefer dependencies"() {
            settingsFile << "rootProject.name = 'root'"
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 07:21:42 UTC 2023
    - 30.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/passes.h

    class OperationPass;
    class Type;
    
    namespace TFL {
    
    // Creates an instance of the TensorFlow Lite dialect LegalizeTF pass.
    // When the given run_tfl_runtime_verification value is true, it will check each
    // TFL builtin op towards the TFL runtime capability and the incompatible TF ops
    // will be left in the graph without getting legalized. If `preserve_assert_op`
    // is true, the TF::AssertOp will not be removed.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 07 21:29:34 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top