Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 56 for 50$ (0.04 sec)

  1. pkg/kubelet/eviction/eviction_manager_test.go

    				{name: "default-priority-medium-usage", priority: defaultPriority, pidUsage: 400},
    				{name: "low-priority-high-usage", priority: lowPriority, pidUsage: 600},
    				{name: "low-priority-low-usage", priority: lowPriority, pidUsage: 50},
    			},
    			evictPodIndex:                      3, // we expect the low-priority-high-usage pod to be evicted
    			noPressurePIDUsage:                 "300",
    			pressurePIDUsageWithGracePeriod:    "700",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

            .build(),
        )
        val response = getResponse(newRequest("/"))
        assertThat(response.code).isEqualTo(200)
        assertThat(response.message).isEqualTo("OK")
        assertContent(
          "STR;FFMJ2;Frankfurt;RTCM 2.1;1(1),3(19),16(59);0;GPS;GREF;DEU;50.12;8.68;0;1;GPSNet V2.10;none;N;N;560;Demo\nENDSOURCETABLE",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  3. pkg/controller/daemon/daemon_controller_test.go

    		informerFactory.Apps().V1().DaemonSets(),
    		informerFactory.Apps().V1().ControllerRevisions(),
    		informerFactory.Core().V1().Pods(),
    		informerFactory.Core().V1().Nodes(),
    		clientset,
    		flowcontrol.NewFakeBackOff(50*time.Millisecond, 500*time.Millisecond, testingclock.NewFakeClock(time.Now())),
    	)
    	if err != nil {
    		return nil, nil, nil, err
    	}
    
    	fakeRecorder := record.NewFakeRecorder(100)
    	dsc.eventRecorder = fakeRecorder
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/ops.mlir

    ^bb0(%arg0: tensor<*xf32>, %arg1: tensor<6x3xi32>):
      // expected-error @+1 {{'tfl.pad' op failed to verify that the first dim size of the padding argument must be at most 5}}
      %0 = "tfl.pad"(%arg0, %arg1) : (tensor<*xf32>, tensor<6x3xi32>) -> tensor<? x f32>
      func.return %0#0 : tensor<? x f32>
    }
    
    // -----
    
    // CHECK-LABEL: testPadQuantizedU8
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  5. src/reflect/all_test.go

    	{V(uint8(45)), V(float32(45))},
    	{V(float32(46)), V(uint8(46))},
    	{V(uint8(47)), V(float64(47))},
    	{V(float64(48)), V(uint8(48))},
    	{V(int16(49)), V(int16(49))},
    	{V(int16(50)), V(uint16(50))},
    	{V(uint16(51)), V(int16(51))},
    	{V(int16(52)), V(int32(52))},
    	{V(int32(53)), V(int16(53))},
    	{V(int16(54)), V(uint32(54))},
    	{V(uint32(55)), V(int16(55))},
    	{V(int16(56)), V(int64(56))},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/s390x/asmz.go

    	{i: 82, as: ACEFBRA, a1: C_REG, a6: C_FREG},
    	{i: 83, as: ACFEBRA, a1: C_FREG, a6: C_REG},
    	{i: 48, as: AFIEBR, a1: C_SCON, a2: C_FREG, a6: C_FREG},
    	{i: 49, as: ACPSDR, a1: C_FREG, a2: C_FREG, a6: C_FREG},
    	{i: 50, as: ALTDBR, a1: C_FREG, a6: C_FREG},
    	{i: 51, as: ATCDB, a1: C_FREG, a6: C_SCON},
    
    	// load symbol address (plus offset)
    	{i: 19, as: AMOVD, a1: C_SYMADDR, a6: C_REG},
    	{i: 93, as: AMOVD, a1: C_GOTADDR, a6: C_REG},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_GAMMA                           = 0x2E  // 46
    	SYS_ISALPHA                         = 0x30  // 48
    	SYS_ISALNUM                         = 0x31  // 49
    	SYS_ISLOWER                         = 0x32  // 50
    	SYS_ISCNTRL                         = 0x33  // 51
    	SYS_ISDIGIT                         = 0x34  // 52
    	SYS_ISGRAPH                         = 0x35  // 53
    	SYS_ISUPPER                         = 0x36  // 54
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

      else
        project_hash=$(echo -n "$PROJECT" | md5sum)
        project_hash=${project_hash%%[[:blank:]]*}
      fi
    
      # This requires 1 million projects before the probability of collision is 50%
      # that's probably good enough for now :P
      project_hash=${project_hash:0:10}
    
      set-preferred-region
    
      if [[ "${ENABLE_DOCKER_REGISTRY_CACHE:-}" == "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    // TestMonitorNodeHealthMarkPodsNotReady with a large number of nodes/pods and
    // varying numbers of workers.
    func TestMonitorNodeHealthMarkPodsNotReadyWithWorkerSize(t *testing.T) {
    	const numNodes = 50
    	const podsPerNode = 100
    	makeNodes := func() []*v1.Node {
    		nodes := make([]*v1.Node, numNodes)
    		// Node created long time ago, with status updated by kubelet exceeds grace period.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // Type utilities needed for implementing typed and type-parameterized
    // tests.  This file is generated by a SCRIPT.  DO NOT EDIT BY HAND!
    //
    // Currently we support at most 50 types in a list, and at most 50
    // type-parameterized tests in one type-parameterized test case.
    // Please contact ******@****.*** if you need
    // more.
    
    #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
Back to top