Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 93 for 100xi1 (0.19 sec)

  1. pilot/pkg/serviceregistry/kube/conversion_test.go

    	saB := "serviceaccountB"
    	saC := "spiffe://accounts.google.com/******@****.***"
    	saD := "spiffe://accounts.google.com/******@****.***"
    
    	ip := "10.0.0.1"
    
    	tnow := time.Now()
    	localSvc := corev1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      serviceName,
    			Namespace: namespace,
    			Annotations: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataSupplierRuleExecutorTest.groovy

            if (expired) {
                // should check that the recorded service call returns the same value
                1 * record.getInput() >> '124'
                1 * record.getOutput() >> HashCode.fromInt(10000)
                1 * cachedResult.isChanging() >> changing
                1 * cachedResult.getId() >> id
                1 * cachePolicy.moduleExpiry({ it.id == id }, Duration.ZERO, changing) >> Stub(Expiry) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReaderTest.java

            assertEquals(num, valueSet2.size());
        }
    
        @Test
        public void test_getLimitDocNum() throws Exception {
            assertEquals(10, ESSourceReader.getLimitDocNum(100, 10, -1));
            assertEquals(25, ESSourceReader.getLimitDocNum(50, 50, -1));
            assertEquals(10, ESSourceReader.getLimitDocNum(50, 50, 10));
        }
    
        @Test
        public void test_sort() throws Exception {
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. pkg/api/service/util_test.go

    			t.Errorf("Expected error parsing: %q", v)
    		}
    	}
    	checkError("10.0.0.1/33")
    	checkError("foo.bar")
    	checkError("10.0.0.1/32,*")
    	checkError("10.0.0.1/32,")
    	checkError("10.0.0.1/32, ")
    	checkError("10.0.0.1")
    
    	checkOK := func(v string) utilnet.IPNetSet {
    		t.Helper()
    		annotations := make(map[string]string)
    		annotations[api.AnnotationLoadBalancerSourceRangesKey] = v
    		svc := api.Service{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 15:18:45 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataRuleExecutorTest.groovy

            if (expired) {
                // should check that the recorded service call returns the same value
                1 * record.getInput() >> '124'
                1 * record.getOutput() >> TestHashCodes.hashCodeFrom(10000)
                1 * cachedResult.isChanging() >> changing
                1 * cachedResult.getModuleVersionId() >> id
                1 * cachePolicy.moduleExpiry({ it.id == id }, Duration.ZERO, changing) >> Stub(Expiry) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-collective.mlir

      %group_assignment = "tf.Const"() { value = dense<[[0],[1]]> : tensor<2x1xi32> } : () -> tensor<2x1xi32>
      // CHECK: "mhlo.all_reduce"
      // CHECK-SAME: channel_handle = #mhlo.channel_handle<handle = 10001, type = 1>
      // CHECK-SAME{LITERAL}: replica_groups = dense<[[0], [1]]> : tensor<2x1xi64>
      // CHECK: mhlo.add
      // CHECK: mhlo.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %f0 = "tfl.logical_and"(%arg0, %cst_false0): (tensor<1xi1>, tensor<1xi1>) -> tensor<1xi1>        // match
      %f1 = "tfl.logical_and"(%arg0, %cst_false1): (tensor<1xi1>, tensor<2x3xi1>) -> tensor<2x3xi1>    // match
      %f2 = "tfl.logical_and"(%arg1, %cst_false0): (tensor<2x3xi1>, tensor<1xi1>) -> tensor<2x3xi1>    // no match
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  8. pilot/pkg/xds/workload_test.go

    		// Not subscribed, no response
    		ads.ExpectNoResponse()
    
    		// Now we subscribe to the service explicitly
    		ads.Request(&discovery.DeltaDiscoveryRequest{
    			ResourceNamesSubscribe: []string{"/10.0.0.1"},
    		})
    		// Should get updates for all pods in the service
    		expect(ads.ExpectResponse(), "Kubernetes//Pod/default/pod4", "default/svc1.default.svc.cluster.local")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  9. src/text/tabwriter/tabwriter_test.go

    		"g) f&lt;o..|<b>bar</b>.....| non-terminated entity &amp",
    	},
    
    	{
    		"8",
    		8, 0, 1, '*', 0,
    		"Hello, world!\n",
    		"Hello, world!\n",
    	},
    
    	{
    		"9a",
    		1, 0, 0, '.', 0,
    		"1\t2\t3\t4\n" +
    			"11\t222\t3333\t44444\n",
    
    		"1.2..3...4\n" +
    			"11222333344444\n",
    	},
    
    	{
    		"9b",
    		1, 0, 0, '.', FilterHTML,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/single-policy-out.yaml

                        addressPrefix: 172.16.10.10
                        prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 10.0.0.1
                        prefixLen: 32
                    - directRemoteIp:
                        addressPrefix: 10.0.0.2
                        prefixLen: 32
                - orIds:
                    ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 14.1K bytes
    - Viewed (0)
Back to top