Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for AbC (0.06 sec)

  1. pkg/apis/apps/validation/validation_test.go

    		set  apps.StatefulSet
    		errs field.ErrorList
    	}
    
    	successCases := []testCase{{
    		name: "alpha name",
    		set:  mkStatefulSet(&validPodTemplate, tweakName("abc")),
    	}, {
    		name: "alphanumeric name",
    		set:  mkStatefulSet(&validPodTemplate, tweakName("abc-123")),
    	}, {
    		name: "hostNetwork true",
    		set:  mkStatefulSet(&validHostNetPodTemplate),
    	}, {
    		name: "parallel pod management",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CallTest.kt

    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  3. pkg/apis/batch/validation/validation_test.go

    					Name:            "abc",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "1",
    				},
    				Status: batch.JobStatus{
    					Active:      1,
    					Succeeded:   2,
    					Failed:      3,
    					Terminating: pointer.Int32(4),
    				},
    			},
    			update: batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "abc",
    					Namespace:       metav1.NamespaceDefault,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

          MockResponse.Builder()
            .body("abc\r\nYOU SHOULD NOT SEE THIS")
            .clearHeaders()
            .addHeader("Content-Length: 3")
            .build(),
        )
        assertContent("abc", getResponse(newRequest("/")))
      }
    
      @Test
      fun contentDisagreesWithContentLengthHeaderBodyTooShort() {
        server.enqueue(
          MockResponse.Builder()
            .body("abc")
            .setHeader("Content-Length", "5")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CacheTest.kt

        server.enqueue(
          MockResponse.Builder()
            .body("ABC")
            .build(),
        )
        server.enqueue(
          MockResponse.Builder()
            .body("ABC")
            .build(),
        )
        val request1 = Request.Builder().url(server.url("/")).build()
        val response1 = client.newCall(request1).execute()
        assertThat(response1.body.string()).isEqualTo("ABC")
        val request2 = Request.Builder().url(server.url("/")).build()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  6. pkg/registry/batch/job/strategy_test.go

    			Labels: validSelector.MatchLabels,
    		},
    		Spec: api.PodSpec{
    			RestartPolicy: api.RestartPolicyOnFailure,
    			DNSPolicy:     api.DNSClusterFirst,
    			Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: api.TerminationMessageReadFile}},
    		},
    	}
    	validPodTemplateSpecNever := *validPodTemplateSpec.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_node_status_test.go

    			kubelet.nodeLister = delegatingNodeLister{client: kubeClient}
    			machineInfo := &cadvisorapi.MachineInfo{
    				MachineID:      "123",
    				SystemUUID:     "abc",
    				BootID:         "1b3",
    				NumCores:       2,
    				MemoryCapacity: 10e9, // 10G
    			}
    			kubelet.setCachedMachineInfo(machineInfo)
    
    			expectedNode := &v1.Node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.val1.substring(4, 10).trim() == 'takes'",
    				"self.val1.upperAscii() == 'ROOK TAKES 👑'",
    				"self.val1.lowerAscii() == 'rook takes 👑'",
    
    				"'%d %s %f %s %s'.format([1, 'abc', 1.0, duration('1m'), timestamp('2000-01-01T00:00:00.000Z')]) == '1 abc 1.000000 60s 2000-01-01T00:00:00Z'",
    				"'%e'.format([3.14]) == '3.140000 × 10⁰⁰'",
    				"'%o %o %o'.format([7, 8, 9]) == '7 10 11'",
    				"'%b %b %b'.format([7, 8, 9]) == '111 1000 1001'",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            input_tensor=ops.convert_to_tensor(input_data)
        )
    
        self.assertAllClose(expected_outputs, got_outputs, atol=0.05)
    
      @parameterized.parameters(
          ('abc,cde->abde', quant_opts_pb2.XLA),
          ('abc,dce->abde', quant_opts_pb2.XLA),
      )
      def test_einsum_ptq_model(
          self,
          equation: str,
          target_opset: quant_opts_pb2.OpSet,
      ):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  10. pkg/apis/admissionregistration/validation/validation_test.go

    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
Back to top