Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 143 for X1234567Y (0.11 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_termination_order_test.go

    )
    
    func TestTerminationOrderingSidecarStopAfterMain(t *testing.T) {
    	restartPolicy := v1.ContainerRestartPolicyAlways
    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			UID:       "12345678",
    			Name:      "bar",
    			Namespace: "new",
    		},
    		Spec: v1.PodSpec{
    			InitContainers: []v1.Container{
    				{
    					Name:            "init",
    					Image:           "busybox",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 00:07:21 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_to_nchw.mlir

      // CHECK: return %[[RES_TRANSPOSE]]
    
      %0 = "tf.Conv2D"(%input, %filter)
           {
             data_format = "NHWC",
             dilations = [1, 2, 3, 4],
             explicit_paddings = [1, 2, 3, 4, 5, 6, 7, 8],
             padding = "EXPLICIT",
             strides = [5, 6, 7, 8]
           } : (tensor<1x32x32x3xf32>, tensor<1x1x3x8xf32>) -> tensor<1x7x7x8xf32>
    
      func.return %0 : tensor<1x7x7x8xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/hash/AbstractStreamingHasherTest.java

     *
     * @author Dimitris Andreou
     */
    public class AbstractStreamingHasherTest extends TestCase {
      public void testBytes() {
        Sink sink = new Sink(4); // byte order insignificant here
        byte[] expected = {1, 2, 3, 4, 5, 6, 7, 8};
        sink.putByte((byte) 1);
        sink.putBytes(new byte[] {2, 3, 4, 5, 6});
        sink.putByte((byte) 7);
        sink.putBytes(new byte[] {});
        sink.putBytes(new byte[] {8});
        HashCode unused = sink.hash();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  4. src/net/mac_test.go

    	{"01:02:03:04:05006", nil, "invalid MAC address"},
    	{"01-02:03:04:05:06", nil, "invalid MAC address"},
    	{"01:02-03-04-05-06", nil, "invalid MAC address"},
    	{"0123:4567:89AF", nil, "invalid MAC address"},
    	{"0123-4567-89AF", nil, "invalid MAC address"},
    }
    
    func TestParseMAC(t *testing.T) {
    	match := func(err error, s string) bool {
    		if s == "" {
    			return err == nil
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 27 02:36:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  5. cmd/lock-rest-server-common_test.go

    	testPath, locker, _ := createLockTestServer(ctx, t)
    	defer os.RemoveAll(testPath)
    
    	lockRequesterInfo1 := lockRequesterInfo{
    		Owner:           "owner",
    		Writer:          true,
    		UID:             "0123-4567",
    		Timestamp:       UTCNow(),
    		TimeLastRefresh: UTCNow(),
    	}
    	lockRequesterInfo2 := lockRequesterInfo{
    		Owner:           "owner",
    		Writer:          true,
    		UID:             "89ab-cdef",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 23 17:26:21 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. test/fixedbugs/issue44823.go

    package main
    
    import "encoding/binary"
    
    //go:noinline
    func Id(a [8]byte) (x [8]byte) {
    	binary.LittleEndian.PutUint64(x[:], binary.LittleEndian.Uint64(a[:]))
    	return
    }
    
    var a = [8]byte{1, 2, 3, 4, 5, 6, 7, 8}
    
    func main() {
    	x := Id(a)
    	if x != a {
    		panic("FAIL")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 05 22:14:48 UTC 2021
    - 492 bytes
    - Viewed (0)
  7. src/cmd/gofmt/testdata/go2numbers.golden

    	_ = 0x_dead_cafe.p-10
    	_ = 0x12_34.p1_2_3
    	_ = 0x1_2_3_4.p-1_2_3
    
    	// imaginaries
    	_ = 0i
    	_ = 0i
    	_ = 8i
    	_ = 0i
    	_ = 123i
    	_ = 123i
    	_ = 56789i
    	_ = 1234i
    	_ = 1234567i
    
    	_ = 0i
    	_ = 0i
    	_ = 8i
    	_ = 0i
    	_ = 123i
    	_ = 123i
    	_ = 56_789i
    	_ = 1_234i
    	_ = 1_234_567i
    
    	_ = 0.i
    	_ = 123.i
    	_ = 0123.i
    	_ = 000123.i
    
    	_ = 0e0i
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 21 17:24:29 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_test.go

    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:       "12345678",
    				Name:      "pod1",
    				Namespace: "ns",
    				Annotations: map[string]string{
    					kubetypes.ConfigSourceAnnotationKey: "api",
    					kubetypes.ConfigMirrorAnnotationKey: "mirror",
    				},
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:       "12345679",
    				Name:      "pod2",
    				Namespace: "ns",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/cpumanager/state/state_checkpoint_test.go

    	}{
    		{
    			description:   "One container",
    			defaultCPUset: cpuset.New(0, 1, 2, 3, 4, 5, 6, 7, 8),
    			assignments: map[string]map[string]cpuset.CPUSet{
    				"pod": {
    					"c1": cpuset.New(0, 1),
    				},
    			},
    		},
    		{
    			description:   "Two containers",
    			defaultCPUset: cpuset.New(0, 1, 2, 3, 4, 5, 6, 7, 8),
    			assignments: map[string]map[string]cpuset.CPUSet{
    				"pod": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  10. src/go/printer/testdata/go2numbers.norm

    	_	= 0x_dead_cafe.p-10
    	_	= 0x12_34.p1_2_3
    	_	= 0x1_2_3_4.p-1_2_3
    
    	// imaginaries
    	_	= 0i
    	_	= 0i
    	_	= 8i
    	_	= 0i
    	_	= 123i
    	_	= 123i
    	_	= 56789i
    	_	= 1234i
    	_	= 1234567i
    
    	_	= 0i
    	_	= 0i
    	_	= 8i
    	_	= 0i
    	_	= 123i
    	_	= 123i
    	_	= 56_789i
    	_	= 1_234i
    	_	= 1_234_567i
    
    	_	= 0.i
    	_	= 123.i
    	_	= 0123.i
    	_	= 000123.i
    
    	_	= 0e0i
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 17 02:15:01 UTC 2020
    - 1.9K bytes
    - Viewed (0)
Back to top