Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,565 for 50$ (0.03 sec)

  1. src/cmd/go/testdata/script/mod_overlay.txt

    module overlay.sum/used
    
    require rsc.io/quote v1.5.0
    -- overlay-sum-used/p.go --
    package p
    
    import "rsc.io/quote"
    
    func f() string {
    	return quote.Hello()
    }
    -- overlay-sum-used/incomplete-sum-file --
    golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c h1:pvCbr/wm8HzDD3fVywevekufpn6tCGPY3spdHeZJEsw=
    rsc.io/quote v1.5.0 h1:6fJa6E+wGadANKkUMlZ0DhXFpoKlslOQDCo259XtdIE=
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 7.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    				NominalConcurrencyShares: ptr.To(int32(40)),
    				LendablePercent:          ptr.To(int32(50)),
    				LimitResponse: flowcontrol.LimitResponse{
    					Type: flowcontrol.LimitResponseTypeQueue,
    					Queuing: &flowcontrol.QueuingConfiguration{
    						Queues:           128,
    						HandSize:         6,
    						QueueLengthLimit: 50,
    					},
    				},
    			},
    		})
    	// workload-low priority-level
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  3. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/TestFilter.java

         *
         * @param testNamePattern test name pattern to exclude, can be class or method name, can contain wildcard '*'
         * @return this filter object
         * @since 5.0
         */
        TestFilter excludeTestsMatching(String testNamePattern);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  4. security/pkg/util/certutil_test.go

    			cert:        []byte(`INVALIDCERT`),
    			now:         time.Date(2017, time.August, 23, 21, 0, 0, 40, time.UTC),
    			expectedErr: "invalid PEM encoded certificate",
    		},
    	}
    
    	cu := NewCertUtil(50) // Grace period percentage is set to 50
    	for id, c := range testCases {
    		waitTime, err := cu.GetWaitTime(c.cert, c.now)
    		if c.expectedErr != "" {
    			if err == nil {
    				t.Errorf("%s: no error is returned.", id)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 19:33:26 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  5. src/cmd/trace/testdata/testprog/main.go

    	var wg2 sync.WaitGroup
    	for i := 0; i < runtime.GOMAXPROCS(0); i++ {
    		wg2.Add(1)
    		go func() {
    			defer wg2.Done()
    			cpuHog(50 * time.Millisecond)
    		}()
    	}
    	wg2.Wait()
    
    	// checkSyscalls relies on this.
    	done := make(chan error)
    	go blockingSyscall(50*time.Millisecond, done)
    	if err := <-done; err != nil {
    		log.Fatal(err)
    	}
    
    	// checkNetworkUnblock relies on this.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/tasks/TaskCollection.java

        /**
         * {@inheritDoc}
         *
         * @since 5.0
         */
        @Override
        TaskProvider<T> named(String name, Action<? super T> configurationAction) throws UnknownTaskException;
    
        /**
         * {@inheritDoc}
         *
         * @since 5.0
         */
        @Override
        <S extends T> TaskProvider<S> named(String name, Class<S> type) throws UnknownTaskException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 08:18:33 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/borrowing_test.go

    	}{
    		{
    			name: "lendable-limited",
    			constraints: []borrowingTestConstraints{
    				{lendable: 50, borrowing: 67},
    				{lendable: 33, borrowing: 50},
    			}},
    		{
    			name: "borrowing-limited",
    			constraints: []borrowingTestConstraints{
    				{lendable: 50, borrowing: 33},
    				{lendable: 67, borrowing: 50},
    			}},
    	} {
    		t.Run(testCase.name, func(t *testing.T) {
    			fsObjs := make([]*flowcontrol.FlowSchema, 2)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/AbstractConsoleBuildPhaseFunctionalTest.groovy

            resolveTask.waitForAllPendingCalls()
            assertHasBuildPhase("50% EXECUTING")
            resolveTask.releaseAll()
    
            and:
            doubleTransform.waitForAllPendingCalls()
            assertHasBuildPhase("50% EXECUTING")
            doubleTransform.releaseAll()
    
            and:
            sizeTransform.waitForAllPendingCalls()
            assertHasBuildPhase("50% EXECUTING")
            sizeTransform.releaseAll()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 07:25:15 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/replica_calculator_test.go

    			requests: []resource.Quantity{resource.MustParse("1.0"), resource.MustParse("1.0"), resource.MustParse("1.0")},
    			levels:   makePodMetricLevels(300, 500, 700),
    
    			targetUtilization:   30,
    			expectedUtilization: 50,
    			expectedValue:       numContainersPerPod * 500,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestReplicaCalcContainerScaleUp(t *testing.T) {
    	tc := replicaCalcTestCase{
    		currentReplicas:  3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testsanitizers/testdata/tsan9.go

    		// Profile frequency is 100Hz so we should definitely
    		// get a signal in 50 milliseconds.
    		if (diff > 50 * 1000) {
    			break;
    		}
    	}
    
    	free(prev);
    }
    */
    import "C"
    
    import (
    	"io"
    	"runtime/pprof"
    	"time"
    )
    
    func goSpin() {
    	start := time.Now()
    	for n := 0; n < 1<<20; n++ {
    		_ = make([]byte, n)
    		if time.Since(start) > 50*time.Millisecond {
    			break
    		}
    	}
    }
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top