Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 112 for 444T (0.05 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_SMR_GARBAGE_COLLECTION_REQUIRED                                     syscall.Errno = 4445
    	ERROR_WOF_WIM_HEADER_CORRUPT                                              syscall.Errno = 4446
    	ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT                                      syscall.Errno = 4447
    	ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT                                     syscall.Errno = 4448
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*4428*/ uint16(xCondPrefix), 2,
    	0x66, 4440,
    	0x0, 4434,
    	/*4434*/ uint16(xSetOp), uint16(PACKSSWB),
    	/*4436*/ uint16(xReadSlashR),
    	/*4437*/ uint16(xArgMm1),
    	/*4438*/ uint16(xArgMm2M64),
    	/*4439*/ uint16(xMatch),
    	/*4440*/ uint16(xSetOp), uint16(PACKSSWB),
    	/*4442*/ uint16(xReadSlashR),
    	/*4443*/ uint16(xArgXmm1),
    	/*4444*/ uint16(xArgXmm2M128),
    	/*4445*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. pilot/pkg/xds/mesh_network_test.go

    				Namespace: "istio-system",
    			},
    			Spec: corev1.ServiceSpec{Type: corev1.ServiceTypeLoadBalancer},
    			Status: corev1.ServiceStatus{
    				LoadBalancer: corev1.LoadBalancerStatus{Ingress: []corev1.LoadBalancerIngress{{IP: "4.4.4.4"}}},
    			},
    		}, metav1.CreateOptions{})
    		meshNetworks.SetNetworks(&meshconfig.MeshNetworks{Networks: map[string]*meshconfig.Network{
    			"network-1": {
    				Endpoints: []*meshconfig.Network_NetworkEndpoints{
    					{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link( \
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend( \
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
    	SYS_AUDIT                    = 445 // { int audit(const void *record, \
    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/image/jpeg/reader_test.go

    		"../testdata/video-001.q50.410",
    		"../testdata/video-001.q50.411",
    		"../testdata/video-001.q50.420",
    		"../testdata/video-001.q50.422",
    		"../testdata/video-001.q50.440",
    		"../testdata/video-001.q50.444",
    		"../testdata/video-005.gray.q50",
    		"../testdata/video-005.gray.q50.2x2",
    		"../testdata/video-001.separate.dc.progression",
    	}
    	for _, tc := range testCases {
    		m0, err := decodeFile(tc + ".jpeg")
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/canonicalize.mlir

    // as its input type and both are static.
    func.func @reshape_removeIdentity(tensor<4x4x4xf32>) -> tensor<4x4x4xf32> {
    ^bb0(%arg0: tensor<4x4x4xf32>) :
      %cst = arith.constant dense<[4, 4, 4]> : tensor<3xi32>
      %0 = "tfl.reshape"(%arg0, %cst) : (tensor<4x4x4xf32>, tensor<3xi32>) -> tensor<4x4x4xf32>
      func.return %0 : tensor<4x4x4xf32>
    
    // CHECK-LABEL: func @reshape_removeIdentity
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    		CreationTimestamp: GlobalTime,
    	},
    	Spec: &networking.ServiceEntry{
    		Hosts:     []string{"tcpnone.com"},
    		Addresses: []string{"172.217.0.0/16"},
    		Ports: []*networking.ServicePort{
    			{Number: 444, Name: "tcp-444", Protocol: "tcp"},
    		},
    		Location:   networking.ServiceEntry_MESH_EXTERNAL,
    		Resolution: networking.ServiceEntry_NONE,
    	},
    }
    
    var httpStatic = &config.Config{
    	Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  8. test/fixedbugs/issue30116.out

                                   slice[4:4:0] runtime error: slice bounds out of range [:4:0]
                                   slice[4:4:3] runtime error: slice bounds out of range [:4:3]
                                   slice[4:4:4] runtime error: slice bounds out of range [::4] with capacity 3
                          slice[4:4:9876543210] runtime error: slice bounds out of range [::9876543210] with capacity 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 53.8K bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/test/callback.go

    func stack4436() { var buf [4436]byte; use(buf[:]); C.callGoStackCheck() }
    func stack4440() { var buf [4440]byte; use(buf[:]); C.callGoStackCheck() }
    func stack4444() { var buf [4444]byte; use(buf[:]); C.callGoStackCheck() }
    func stack4448() { var buf [4448]byte; use(buf[:]); C.callGoStackCheck() }
    func stack4452() { var buf [4452]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)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_SHMCTL               = 443 // { int|sys|50|shmctl(int shmid, int cmd, struct shmid_ds *buf); }
    	SYS_MSGCTL               = 444 // { int|sys|50|msgctl(int msqid, int cmd, struct msqid_ds *buf); }
    	SYS_GETRUSAGE            = 445 // { int|sys|50|getrusage(int who, struct rusage *rusage); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top