Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for 444T (0.06 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_PROCESS_MADVISE              = 4440
    	SYS_EPOLL_PWAIT2                 = 4441
    	SYS_MOUNT_SETATTR                = 4442
    	SYS_QUOTACTL_FD                  = 4443
    	SYS_LANDLOCK_CREATE_RULESET      = 4444
    	SYS_LANDLOCK_ADD_RULE            = 4445
    	SYS_LANDLOCK_RESTRICT_SELF       = 4446
    	SYS_PROCESS_MRELEASE             = 4448
    	SYS_FUTEX_WAITV                  = 4449
    	SYS_SET_MEMPOLICY_HOME_NODE      = 4450
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    	SYS_PROCESS_MADVISE              = 4440
    	SYS_EPOLL_PWAIT2                 = 4441
    	SYS_MOUNT_SETATTR                = 4442
    	SYS_QUOTACTL_FD                  = 4443
    	SYS_LANDLOCK_CREATE_RULESET      = 4444
    	SYS_LANDLOCK_ADD_RULE            = 4445
    	SYS_LANDLOCK_RESTRICT_SELF       = 4446
    	SYS_PROCESS_MRELEASE             = 4448
    	SYS_FUTEX_WAITV                  = 4449
    	SYS_SET_MEMPOLICY_HOME_NODE      = 4450
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"9.01", decQuantity(901, -2, DecimalSI)},
    		{"8.1k", decQuantity(81, 2, DecimalSI)},
    		{"7.123456M", decQuantity(7123456, 0, DecimalSI)},
    		{"6.987654321G", decQuantity(6987654321, 0, DecimalSI)},
    		{"5.444T", decQuantity(5444, 9, DecimalSI)},
    		{"40.1T", decQuantity(401, 11, DecimalSI)},
    		{"300.2T", decQuantity(3002, 11, DecimalSI)},
    		{"2.5P", decQuantity(25, 14, DecimalSI)},
    		{"1.01E", decQuantity(101, 16, DecimalSI)},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/loadbalancer/loadbalancer_test.go

    							{
    								HostIdentifier: buildEndpoint("3.3.3.3"),
    								LoadBalancingWeight: &wrappers.UInt32Value{
    									Value: 1,
    								},
    							},
    							{
    								HostIdentifier: buildEndpoint("4.4.4.4"),
    								LoadBalancingWeight: &wrappers.UInt32Value{
    									Value: 1,
    								},
    							},
    						},
    						LoadBalancingWeight: &wrappers.UInt32Value{
    							Value: 2,
    						},
    						Priority: 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384

    000001a0  a8 16 6c 9c f7 09 d3 37  e4 4b 2b 36 7c 01 ad 41  |..l....7.K+6|..A|
    000001b0  d2 32 d8 c3 d2 93 f9 10  6b 8e 95 b9 2c 17 8a a3  |.2......k...,...|
    000001c0  44 48 bc 59 13 83 16 04  88 a4 81 5c 25 0d 98 0c  |DH.Y.......\%...|
    000001d0  ac 11 b1 28 56 be 1d cd  61 62 84 09 bf d6 80 c6  |...(V...ab......|
    000001e0  45 8d 82 2c b4 d8 83 9b  db c9 22 b7 2a 12 11 7b  |E..,......".*..{|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		instances1 := []*model.ServiceInstance{
    			makeInstance(tcpDNS, "lon.google.com", 444, tcpDNS.Spec.(*networking.ServiceEntry).Ports[0],
    				nil, MTLS),
    			makeInstance(tcpDNS, "in.google.com", 444, tcpDNS.Spec.(*networking.ServiceEntry).Ports[0],
    				nil, MTLS),
    		}
    
    		// This is not applied, just to make makeInstance pick the right service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/util/workloadinstances/index_test.go

    		Namespace:         "selector",
    		CreationTimestamp: GlobalTime,
    	},
    	Spec: &networking.ServiceEntry{
    		Hosts: []string{"selector.com"},
    		Ports: []*networking.ServicePort{
    			{Number: 444, Name: "tcp-444", Protocol: "tcp"},
    			{Number: 445, Name: "http-445", Protocol: "http"},
    		},
    		WorkloadSelector: &networking.WorkloadSelector{
    			Labels: map[string]string{"app": "wle"},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. pkg/proxy/config/config_test.go

    		AddressType: discoveryv1.AddressTypeIPv4,
    		Endpoints: []discoveryv1.Endpoint{{
    			Addresses: []string{"3.3.3.3"},
    		}, {
    			Addresses: []string{"4.4.4.4"},
    		}},
    		Ports: []discoveryv1.EndpointPort{{Port: ptr.To[int32](80)}},
    	}
    	fakeWatch.Add(endpoints1)
    	fakeWatch.Add(endpoints2)
    
    	endpoints := []*discoveryv1.EndpointSlice{endpoints2, endpoints1}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/sys/cpu/cpu_arm64.go

    	}
    
    	switch extractBits(isar0, 36, 39) {
    	case 1:
    		ARM64.HasSM3 = true
    	}
    
    	switch extractBits(isar0, 40, 43) {
    	case 1:
    		ARM64.HasSM4 = true
    	}
    
    	switch extractBits(isar0, 44, 47) {
    	case 1:
    		ARM64.HasASIMDDP = true
    	}
    
    	// ID_AA64ISAR1_EL1
    	switch extractBits(isar1, 0, 3) {
    	case 1:
    		ARM64.HasDCPOP = true
    	}
    
    	switch extractBits(isar1, 12, 15) {
    	case 1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES128-SHA256

    00000050  83 08 03 78 72 d8 25 fc  31 70 55 fa cd ec e4 0a  |...xr.%.1pU.....|
    00000060  a2 7b 00 5c fe 7f 08 26  a5 ca 9f d6 28 95 69 f5  |.{.\...&....(.i.|
    00000070  b9 17 23 34 83 fe 36 24  60 17 4c 90 18 30 f9 44  |..#4..6$`.L..0.D|
    00000080  af 74 ea 65 4b                                    |.t.eK|
    >>> Flow 4 (server to client)
    00000000  14 03 03 00 01 01 16 03  03 00 50 b6 cf 83 c7 0d  |..........P.....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top