Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 144 for 7500 (0.04 sec)

  1. src/internal/types/testdata/check/stmt0.go

    		_ []byte = nil
    		_ struct{} = nil /* ERROR "cannot use nil as struct{} value in variable declaration" */
    		_ func() = nil
    		_ map[int]string = nil
    		_ chan int = nil
    	)
    
    	// test cases for issue 5500
    	_ = func() (int, bool) {
    		var m map[int]int
    		return m /* ERROR "not enough return values" */ [0]
    	}
    
    	g := func(int, bool){}
    	var m map[int]int
    	g(m[0]) /* ERROR "not enough arguments" */
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. pkg/scheduler/eventhandlers_test.go

    	podOverheadError := AdmissionResult{InsufficientResource: &noderesources.InsufficientResource{ResourceName: v1.ResourceCPU, Reason: "Insufficient cpu", Requested: 2000, Used: 7000, Capacity: 8000}}
    	cpu := map[v1.ResourceName]string{v1.ResourceCPU: "8"}
    	tests := []struct {
    		name                 string
    		node                 *v1.Node
    		existingPods         []*v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 14:38:54 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/test/callback.go

    func stack1492() { var buf [1492]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1496() { var buf [1496]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1500() { var buf [1500]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1504() { var buf [1504]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1508() { var buf [1508]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/helpers_linux_test.go

    		{
    			input:  int64(200),
    			quota:  int64(20000),
    			period: uint64(100000),
    		},
    		{
    			input:  int64(500),
    			quota:  int64(50000),
    			period: uint64(100000),
    		},
    		{
    			input:  int64(1000),
    			quota:  int64(100000),
    			period: uint64(100000),
    		},
    		{
    			input:  int64(1500),
    			quota:  int64(150000),
    			period: uint64(100000),
    		},
    	}
    	for _, testCase := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  5. src/strconv/atof_test.go

    	{"1e-322", "1e-322", nil},
    	// smallest denormal
    	{"5e-324", "5e-324", nil},
    	{"4e-324", "5e-324", nil},
    	{"3e-324", "5e-324", nil},
    	// too small
    	{"2e-324", "0", nil},
    	// way too small
    	{"1e-350", "0", nil},
    	{"1e-400000", "0", nil},
    
    	// Near denormals and denormals.
    	{"0x2.00000000000000p-1010", "1.8227805048890994e-304", nil}, // 0x00e0000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  6. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt

        assertThat(Adapters.OBJECT_IDENTIFIER.toDer(SHA256_WITH_RSA_ENCRYPTION)).isEqualTo(bytes)
      }
    
      @Test fun `null value`() {
        val bytes = "0500".decodeHex()
        assertThat(Adapters.NULL.fromDer(bytes)).isNull()
        assertThat(Adapters.NULL.toDer(null)).isEqualTo(bytes)
      }
    
      @Test fun `sequence algorithm`() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  7. src/encoding/gob/doc.go

    	05	// string is (unsigned) 5 bytes long
    	50 6f 69 6e 74	// wireType.structType.CommonType.name = "Point"
    	01	// add 1 to field number (now 1, the id of the type)
    	ff 82	// wireType.structType.CommonType._id = 65
    	00	// end of embedded wiretype.structType.CommonType struct
    	01	// add 1 to field number (now 1, the field array in wireType.structType)
    	02	// There are two fields in the type (len(structType.field))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  8. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		seedPod0Container0    = 2000
    		seedPod0Container1    = 2001
    		seedPod1Infra         = 3000
    		seedPod1Container     = 4000
    		seedPod2Infra         = 5000
    		seedPod2Container     = 6000
    		seedPod3Infra         = 7000
    		seedPod3Container0    = 8000
    		seedPod3Container1    = 8001
    		seedEphemeralVolume1  = 10000
    		seedEphemeralVolume2  = 10001
    		seedPersistentVolume1 = 20000
    		seedPersistentVolume2 = 20001
    	)
    	const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  9. pkg/api/v1/resource/helpers_test.go

    		},
    		{
    			cName:         "cpu overhead and req",
    			pod:           getPod("foo", podResources{cpuRequest: "2", cpuOverhead: "5", memoryOverhead: "5"}),
    			resourceName:  v1.ResourceCPU,
    			expectedValue: 7000,
    		},
    		{
    			cName:         "mem overhead and req",
    			pod:           getPod("foo", podResources{cpuRequest: "2", memoryRequest: "1024", cpuOverhead: "5", memoryOverhead: "5"}),
    			resourceName:  v1.ResourceMemory,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 22:26:13 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  10. pkg/controller/daemon/update_test.go

    	clearExpectations(t, manager, ds, podControl)
    	expectSyncDaemonSets(t, manager, ds, podControl, 0, 2, 0)
    
    	// controller has completed upgrade
    	manager.failedPodsBackoff.Clock = testingclock.NewFakeClock(time.Unix(350, 0))
    	clearExpectations(t, manager, ds, podControl)
    	expectSyncDaemonSets(t, manager, ds, podControl, 0, 0, 0)
    }
    
    func podsByNodeMatchingHash(dsc *daemonSetsController, hash string) map[string][]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top