Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 121 for 1000000000 (0.15 sec)

  1. pkg/scheduler/framework/plugins/noderesources/balanced_allocation_test.go

    			// Node2 scores on 0-MaxNodeScore scale
    			// CPU Fraction: 6000 / 10000 = 60%
    			// Memory Fraction: 10000 / 20000 = 50%
    			// Node2 std: (0.6 - 0.5) / 2 = 0.05
    			// Node2 Score: (1 - 0.05)*MaxNodeScore = 95
    			pod:          &v1.Pod{Spec: cpuAndMemory},
    			nodes:        []*v1.Node{makeNode("node1", 10000, 20000, nil), makeNode("node2", 10000, 20000, nil)},
    			expectedList: []framework.NodeScore{{Name: "node1", Score: 82}, {Name: "node2", Score: 95}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    }
    
    func printUint16(i uint16) string {
    	return printUint32(uint32(i))
    }
    
    func printUint32(i uint32) string {
    	// Max value is 4294967295.
    	buf := make([]byte, 10)
    	for b, d := buf, uint32(1000000000); d > 0; d /= 10 {
    		b[0] = byte(i/d%10 + '0')
    		if b[0] == '0' && len(b) == len(buf) && len(buf) > 1 {
    			buf = buf[1:]
    		}
    		b = b[1:]
    		i %= d
    	}
    	return string(buf)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/README.md

    KUBE-FIREWALL  all  --  0.0.0.0/0            0.0.0.0/0            match-set KUBE-LOAD-BALANCER-FW dst,dst
    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            match-set KUBE-LOAD-BALANCER-LOCAL dst,dst
    KUBE-MARK-MASQ  all  --  0.0.0.0/0            0.0.0.0/0
    
    Chain KUBE-MARK-DROP (1 references)
    target     prot opt source               destination
    MARK       all  --  0.0.0.0/0            0.0.0.0/0            MARK or 0x8000
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    					Name:              "pc2",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(-3e11)},
    				},
    				Value:         1000000000,
    				GlobalDefault: true,
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"pc2", int64(1000000000), bool(true), "5m"}}},
    		},
    	}
    
    	for i, test := range tests {
    		rows, err := printPriorityClass(&test.pc, printers.GenerateOptions{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. src/net/mac_test.go

    	// See RFC 7042, Section 2.2.2.
    	{"02:00:5e:10:00:00:00:01", HardwareAddr{0x02, 0x00, 0x5e, 0x10, 0x00, 0x00, 0x00, 0x01}, ""},
    	{"02-00-5e-10-00-00-00-01", HardwareAddr{0x02, 0x00, 0x5e, 0x10, 0x00, 0x00, 0x00, 0x01}, ""},
    	{"0200.5e10.0000.0001", HardwareAddr{0x02, 0x00, 0x5e, 0x10, 0x00, 0x00, 0x00, 0x01}, ""},
    
    	// See RFC 4391, Section 9.1.1.
    	{
    		"00:00:00:00:fe:80:00:00:00:00:00:00:02:00:5e:10:00:00:00:01",
    		HardwareAddr{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 27 02:36:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  6. pkg/kubelet/qos/policy_test.go

    func TestGetContainerOOMScoreAdjust(t *testing.T) {
    	oomTests := []oomTest{
    		{
    			pod:             &cpuLimit,
    			memoryCapacity:  4000000000,
    			lowOOMScoreAdj:  999,
    			highOOMScoreAdj: 999,
    		},
    		{
    			pod:             &memoryLimitCPURequest,
    			memoryCapacity:  8000000000,
    			lowOOMScoreAdj:  999,
    			highOOMScoreAdj: 999,
    		},
    		{
    			pod:             &zeroMemoryLimit,
    			memoryCapacity:  7230457451,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 03 21:34:27 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  7. pkg/kubelet/metrics/collectors/resource_metrics_test.go

    		},
    		{
    			name: "arbitrary node metrics",
    			summary: &statsapi.Summary{
    				Node: statsapi.NodeStats{
    					CPU: &statsapi.CPUStats{
    						Time:                 testTime,
    						UsageCoreNanoSeconds: uint64Ptr(10000000000),
    					},
    					Memory: &statsapi.MemoryStats{
    						Time:            testTime,
    						WorkingSetBytes: uint64Ptr(1000),
    					},
    					Swap: &statsapi.SwapStats{
    						Time:           testTime,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 15.3K bytes
    - Viewed (1)
  8. src/archive/tar/strconv_test.go

    		{"1350244992", time.Unix(1350244992, 0), true},
    		{"-1.000000001", time.Unix(-1, -1e0+0e0), true},
    		{"-1.000001", time.Unix(-1, -1e3+0e0), true},
    		{"-1.001000", time.Unix(-1, -1e6+0e0), true},
    		{"-1", time.Unix(-1, -0e0+0e0), true},
    		{"-1.999000", time.Unix(-1, -1e9+1e6), true},
    		{"-1.999999", time.Unix(-1, -1e9+1e3), true},
    		{"-1.999999999", time.Unix(-1, -1e9+1e0), true},
    		{"0.000000001", time.Unix(0, 1e0+0e0), true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 09 05:28:50 UTC 2021
    - 14K bytes
    - Viewed (0)
  9. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/AbstractCrawlerClientTest.java

            client.checkMaxContentLength(responseData);
    
            responseData.setContentLength(1000000L);
            client.checkMaxContentLength(responseData);
    
            responseData.setContentLength(1000000000L);
            client.checkMaxContentLength(responseData);
    
            responseData.setContentLength(1000000000000L);
            client.checkMaxContentLength(responseData);
        }
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/base/StopwatchTest.java

        stopwatch.start();
        ticker.advance(5000000000L);
        assertEquals("5.000 s", stopwatch.toString());
        stopwatch.reset();
        stopwatch.start();
        ticker.advance((long) (1.5 * 60 * 1000000000L));
        assertEquals("1.500 min", stopwatch.toString());
        stopwatch.reset();
        stopwatch.start();
        ticker.advance((long) (2.5 * 60 * 60 * 1000000000L));
        assertEquals("2.500 h", stopwatch.toString());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top