Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 100 for 65533 (0.05 sec)

  1. pkg/registry/core/service/ipallocator/controller/repair_test.go

    		t.Errorf("unexpected ipallocator state: %#v", secondaryAfter)
    	}
    	if free := secondaryAfter.Free(); free != 65533 {
    		t.Errorf("unexpected ipallocator state: %d free (number of free ips is not 65532)", free)
    	}
    	em := testMetrics{
    		leak:       0,
    		repair:     5,
    		outOfRange: 6,
    		duplicate:  3,
    		unknown:    0,
    		invalid:    0,
    		full:       0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  2. pkg/kubelet/userns/userns_manager_test.go

    			mappingFirstID: 65536 + 1,
    		},
    		{
    			name:           "firstID is less than 65535",
    			mappingFirstID: 1,
    		},
    		{
    			name:           "mappingLen not multiple",
    			mappingFirstID: 65536,
    			mappingLen:     65536 + 1,
    		},
    		{
    			name:           "range can't fit maxPods",
    			mappingFirstID: 65536,
    			mappingLen:     65536,
    			maxPods:        2,
    		},
    	}
    
    	for _, tc := range cases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/validation/validation_test.go

    			conf.Port = 65536
    			return conf
    		},
    		errMsg: "invalid configuration: port (--port) 65536 must be between 1 and 65535, inclusive",
    	}, {
    		name: "invalid ReadOnlyPort",
    		configure: func(conf *kubeletconfig.KubeletConfiguration) *kubeletconfig.KubeletConfiguration {
    			conf.ReadOnlyPort = 65536
    			return conf
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/ipset/ipset_test.go

    				HashFamily: ProtocolFamilyIPV6,
    				HashSize:   65535,
    				MaxElem:    2048,
    				PortRange:  DefaultPortRange,
    			},
    			expectErr: false,
    			desc:      "control case",
    		},
    		{ // case[2]
    			ipset: &IPSet{
    				Name:       "foo",
    				SetType:    BitmapPort,
    				HashFamily: ProtocolFamilyIPV6,
    				HashSize:   65535,
    				MaxElem:    2048,
    			},
    			expectErr: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 41.5K bytes
    - Viewed (0)
  5. pkg/controller/nodeipam/ipam/cidrset/cidr_set_test.go

    			expectedUsedBegin: 0,
    			expectedUsedEnd:   65535,
    			expectErr:         false,
    			description:       "Occupy 65535 Bits with IPv4",
    		},
    		{
    			clusterCIDRStr:    "2001:beef:1200::/48",
    			subNetMaskSize:    64,
    			subNetCIDRStr:     "2001:beef:1200::/48",
    			expectedUsedBegin: 0,
    			expectedUsedEnd:   65535,
    			expectErr:         false,
    			description:       "Occupy 65535 Bits with IPv6",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 08:53:03 UTC 2023
    - 29.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/test/testdata/arithBoundary_test.go

    	utd16{a: 0, b: 1, add: 1, sub: 65535, mul: 0, div: 0, mod: 0},
    	utd16{a: 0, b: 65535, add: 65535, sub: 1, mul: 0, div: 0, mod: 0},
    	utd16{a: 1, b: 0, add: 1, sub: 1, mul: 0},
    	utd16{a: 1, b: 1, add: 2, sub: 0, mul: 1, div: 1, mod: 0},
    	utd16{a: 1, b: 65535, add: 0, sub: 2, mul: 65535, div: 0, mod: 1},
    	utd16{a: 65535, b: 0, add: 65535, sub: 65535, mul: 0},
    	utd16{a: 65535, b: 1, add: 0, sub: 65534, mul: 65535, div: 65535, mod: 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 31.3K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/s390x.s

    	AND	R1, R2, R3            // b9e42031
    	AND	$-2, R1               // a517fffe
    	AND	$-65536, R1           // c01bffff0000
    	AND	$1, R1                // c0a100000001b980001a
    	ANDW	R1, R2                // 1421
    	ANDW	R1, R2, R3            // b9f42031
    	ANDW	$1, R1                // c01b00000001
    	ANDW	$131071, R1           // a5160001
    	ANDW	$65536, R1            // c01b00010000
    	ANDW	$-2, R1               // a517fffe
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    			cacheSizes: []string{"deployments.apps#65536", "replicasets.extensions#-65536"},
    			expectErr:  "watch cache size cannot be negative",
    		},
    		{
    			name:       "test when parse watch cache size success",
    			cacheSizes: []string{"deployments.apps#65536", "replicasets.extensions#65536"},
    			expectWatchCacheSizes: map[schema.GroupResource]int{
    				{Group: "apps", Resource: "deployments"}:       65536,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. pkg/registry/core/service/allocator/bitmap_test.go

    			allocator: NewAllocationMapWithOffset,
    			max:       1024,
    			reserved:  64,
    		},
    		{
    			name:      "NewAllocationMapWithOffset max value",
    			allocator: NewAllocationMapWithOffset,
    			max:       65535,
    			reserved:  256,
    		},
    	}
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			m := tc.allocator(tc.max, "test", tc.reserved)
    
    			if _, ok, _ := m.AllocateNext(); !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 10 08:56:31 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  10. src/image/png/testdata/pngsuite/ftbgn2c16.sng

    #SNG: from ftbgn2c16.png
    IHDR {
        width: 32; height: 32; bitdepth: 16;
        using color;
    }
    gAMA {1.0000}
    bKGD {red: 0;  green: 65535;  blue: 0;}
    tRNS {
        red: 65535; green: 65535; blue: 65535;
    }
    IMAGE {
        pixels hex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 27 22:27:41 UTC 2016
    - 13.2K bytes
    - Viewed (0)
Back to top