Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for evalTo (0.48 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    				execSeatsIntegrator: uss.execSeatsIntegrators[i],
    				fsName:              fsName,
    			}
    			ust.start()
    		}
    	}
    	if uss.doSplit {
    		uss.evalTo(uss.startTime.Add(uss.evalDuration/2), false, uss.expectedFair[0], uss.expectedFairnessMargin[0])
    	}
    	uss.evalTo(uss.startTime.Add(uss.evalDuration), true, uss.expectedFair[len(uss.expectedFair)-1], uss.expectedFairnessMargin[len(uss.expectedFairnessMargin)-1])
    	uss.clk.Run(nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/fiat/p384_fiat64.go

    	*out1 = x2
    }
    
    // p384Mul multiplies two field elements in the Montgomery domain.
    //
    // Preconditions:
    //
    //	0 ≤ eval arg1 < m
    //	0 ≤ eval arg2 < m
    //
    // Postconditions:
    //
    //	eval (from_montgomery out1) mod m = (eval (from_montgomery arg1) * eval (from_montgomery arg2)) mod m
    //	0 ≤ eval out1 < m
    func p384Mul(out1 *p384MontgomeryDomainFieldElement, arg1 *p384MontgomeryDomainFieldElement, arg2 *p384MontgomeryDomainFieldElement) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
  3. internal/bucket/lifecycle/lifecycle_test.go

    	}
    
    	// Go back seven days in the past
    	now = now.Add(7 * 24 * time.Hour)
    
    	// Eval object 1
    	evt := lc.eval(obj1, now)
    	if evt.Action != NoneAction {
    		t.Fatalf("Expected action: %s but got %s", NoneAction, evt.Action)
    	}
    
    	// Eval object 2
    	evt = lc.eval(obj2, now)
    	if evt.Action != TransitionAction {
    		t.Fatalf("Expected action: %s but got %s", TransitionAction, evt.Action)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

    			// Need waypoint proxy and HTTP
    			if opt.Scheme != scheme.HTTP {
    				return
    			}
    			t.NewSubTest("set header").Run(func(t framework.TestContext) {
    				t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    					"Destination": dst.Config().Service,
    				}, `apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: route
    spec:
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. cmd/xl-storage-format-v2_gen.go

    				err = msgp.WrapError(err, "VersionID")
    				return
    			}
    		case "DDir":
    			err = dc.ReadExactBytes((z.DataDir)[:])
    			if err != nil {
    				err = msgp.WrapError(err, "DataDir")
    				return
    			}
    		case "EcAlgo":
    			{
    				var zb0002 uint8
    				zb0002, err = dc.ReadUint8()
    				if err != nil {
    					err = msgp.WrapError(err, "ErasureAlgorithm")
    					return
    				}
    				z.ErasureAlgorithm = ErasureAlgo(zb0002)
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  6. src/go/build/build.go

    	} else {
    		text = "// +build " + text
    	}
    	x, err := constraint.Parse(text)
    	if err != nil {
    		return false
    	}
    	return ctxt.eval(x, allTags)
    }
    
    func (ctxt *Context) eval(x constraint.Expr, allTags map[string]bool) bool {
    	return x.Eval(func(tag string) bool { return ctxt.matchTag(tag, allTags) })
    }
    
    // matchTag reports whether the name is one of:
    //
    //	cgo (if cgo is enabled)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  7. cmd/xl-storage-format-v2.go

    	DataDir            [16]byte          `json:"DDir" msg:"DDir"`                                // Data dir ID
    	ErasureAlgorithm   ErasureAlgo       `json:"EcAlgo" msg:"EcAlgo"`                            // Erasure coding algorithm
    	ErasureM           int               `json:"EcM" msg:"EcM"`                                  // Erasure data blocks
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  8. src/cmd/dist/build.go

    	windows := flag.Bool("w", gohostos == "windows", "emit windows syntax")
    	xflagparse(0)
    
    	format := "%s=\"%s\";\n" // Include ; to separate variables when 'dist env' output is used with eval.
    	switch {
    	case *plan9:
    		format = "%s='%s'\n"
    	case *windows:
    		format = "set %s=%s\r\n"
    	}
    
    	xprintf(format, "GO111MODULE", "")
    	xprintf(format, "GOARCH", goarch)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  9. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("pom.properties", pom.getValue("build/plugins[1]/executions[1]/configuration/outputFile"));
            assertEquals(1, ((List<?>) pom.getValue("build/plugins[1]/executions[1]/goals")).size());
            assertEquals("eval", pom.getValue("build/plugins[1]/executions[1]/goals[1]"));
            assertEquals(1, ((List<?>) pom.getValue("build/plugins[1]/dependencies")).size());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    			ctxt := &context{
    				GOOS:       goos,
    				GOARCH:     goarch,
    				cgoEnabled: cgoEnabled,
    				noOptEnv:   strings.Contains(gcFlags, "-N") || strings.Contains(gcFlags, "-l"),
    			}
    
    			if !expr.Eval(ctxt.match) {
    				return false, line
    			}
    		}
    	}
    	return true, ""
    }
    
    func (ctxt *context) match(name string) bool {
    	if name == "" {
    		return false
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top