Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for 111111112 (0.1 sec)

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

    				},
    			},
    			expected: []int{111, 112, 113},
    		},
    		{
    			name: "duplicated nodePort with TCP protocol",
    			serviceSpec: corev1.ServiceSpec{
    				Ports: []corev1.ServicePort{
    					{NodePort: 111, Protocol: corev1.ProtocolTCP},
    					{NodePort: 111, Protocol: corev1.ProtocolTCP},
    					{NodePort: 112, Protocol: corev1.ProtocolUDP},
    				},
    			},
    			expected: []int{111, 111, 112},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "latest.milestone"   | "select branch" | "2.0"         | '["2.0"]'        | ['2.1', '2.0']     | false           | false            | ["didn't match version 2.1"]
            "1.1"                | "select 1.1"    | "1.1"         | '["1.1"]'        | ['1.1']            | true            | true             | []
            "1.1"                | "select status" | "1.1"         | '["1.1"]'        | ['1.1']            | false           | true             | []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. pkg/dns/client/dns_test.go

    					netip.MustParseAddr("11.11.11.11"),
    				}),
    		},
    		{
    			name: "success: remote cluster k8s svc round robin",
    			host: "details.ns2.svc.cluster.remote.",
    			id:   1,
    			expected: a("details.ns2.svc.cluster.remote.",
    				[]netip.Addr{
    					netip.MustParseAddr("13.13.13.13"),
    					netip.MustParseAddr("14.14.14.14"),
    					netip.MustParseAddr("11.11.11.11"),
    					netip.MustParseAddr("12.12.12.12"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  4. src/go/printer/testdata/expressions.input

    	_ = int(c0&_Mask4)<<18 | int(c1&_Maskx)<<12 | int(c2&_Maskx)<<6 | int(c3&_Maskx)
    
    	// test case for issue 8021
    	// want:
    	//  ([]bool{})[([]int{})[((1)+(((1)+((((1)*(((1)+(1))+(1)))+(1))*(1)))+(1)))]]
    	_ = ([]bool{})[([]int{})[((1) + (((((1) + (((((((1) * (((((1) + (1))) + (1))))) + (1))) * (1))))) + (1))))]]
    
    	// the parser does not restrict expressions that may appear as statements
    	true
    	42
    	"foo"
    	x
    	(x)
    	a+b
    	a+b+c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.1K bytes
    - Viewed (0)
  5. src/go/printer/testdata/expressions.golden

    	_ = int(c0&_Mask4)<<18 | int(c1&_Maskx)<<12 | int(c2&_Maskx)<<6 | int(c3&_Maskx)
    
    	// test case for issue 8021
    	// want:
    	//  ([]bool{})[([]int{})[((1)+(((1)+((((1)*(((1)+(1))+(1)))+(1))*(1)))+(1)))]]
    	_ = ([]bool{})[([]int{})[((1)+(((1)+((((1)*(((1)+(1))+(1)))+(1))*(1)))+(1)))]]
    
    	// the parser does not restrict expressions that may appear as statements
    	true
    	42
    	"foo"
    	x
    	(x)
    	a + b
    	a + b + c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  6. src/go/printer/testdata/expressions.raw

    	_ = int(c0&_Mask4)<<18 | int(c1&_Maskx)<<12 | int(c2&_Maskx)<<6 | int(c3&_Maskx)
    
    	// test case for issue 8021
    	// want:
    	//  ([]bool{})[([]int{})[((1)+(((1)+((((1)*(((1)+(1))+(1)))+(1))*(1)))+(1)))]]
    	_ = ([]bool{})[([]int{})[((1)+(((1)+((((1)*(((1)+(1))+(1)))+(1))*(1)))+(1)))]]
    
    	// the parser does not restrict expressions that may appear as statements
    	true
    	42
    	"foo"
    	x
    	(x)
    	a + b
    	a + b + c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/p256.go

    	//
    	//	_10       = 2*1
    	//	_11       = 1 + _10
    	//	_1100     = _11 << 2
    	//	_1111     = _11 + _1100
    	//	_11110000 = _1111 << 4
    	//	_11111111 = _1111 + _11110000
    	//	x16       = _11111111 << 8 + _11111111
    	//	x32       = x16 << 16 + x16
    	//	return      ((x32 << 32 + 1) << 96 + 1) << 94
    	//
    	var t0 = new(fiat.P256Element)
    
    	z.Square(x)
    	z.Mul(x, z)
    	t0.Square(z)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/p256_asm.go

    	//
    	//	_10       = 2*1
    	//	_11       = 1 + _10
    	//	_1100     = _11 << 2
    	//	_1111     = _11 + _1100
    	//	_11110000 = _1111 << 4
    	//	_11111111 = _1111 + _11110000
    	//	x16       = _11111111 << 8 + _11111111
    	//	x32       = x16 << 16 + x16
    	//	return      ((x32 << 32 + 1) << 96 + 1) << 94
    	//
    	p256Sqr(t0, x, 1)
    	p256Mul(t0, x, t0)
    	p256Sqr(t1, t0, 2)
    	p256Mul(t0, t0, t1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p384.go

    	//	_110     = 2*_11
    	//	_111     = 1 + _110
    	//	_111000  = _111 << 3
    	//	_111111  = _111 + _111000
    	//	_1111110 = 2*_111111
    	//	_1111111 = 1 + _1111110
    	//	x12      = _1111110 << 5 + _111111
    	//	x24      = x12 << 12 + x12
    	//	x31      = x24 << 7 + _1111111
    	//	x32      = 2*x31 + 1
    	//	x63      = x32 << 31 + x31
    	//	x126     = x63 << 63 + x63
    	//	x252     = x126 << 126 + x126
    	//	x255     = x252 << 3 + _111
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 18K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/topologymanager/numa_info_test.go

    						11,
    						10,
    						12,
    						12,
    					},
    				},
    			},
    			expectedNUMAInfo: &NUMAInfo{
    				Nodes: []int{1},
    				NUMADistances: NUMADistances{
    					1: {
    						11,
    						10,
    						12,
    						12,
    					},
    				},
    			},
    			opts: PolicyOptions{
    				PreferClosestNUMA: true,
    			},
    		},
    		{
    			name: "two nodes not sequential",
    			topology: []cadvisorapi.Node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 16:52:14 UTC 2022
    - 11.6K bytes
    - Viewed (0)
Back to top