Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for a$b (0.1 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.val1 + self.val2 == ['a', 'b', 'c']",
    				"self.val1 + ['c', 'd'] == ['a', 'b', 'c', 'd']",
    
    				// Join function
    				"self.val1.join('-') == 'a-b-c'",
    				"['a', 'b', 'c'].join('-') == 'a-b-c'",
    				"self.val1.join() == 'abc'",
    				"['a', 'b', 'c'].join() == 'abc'",
    
    				// CEL sets functions
    				"sets.contains(['a', 'b'], [])",
    				"sets.contains(['a', 'b'], ['b'])",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    	{x: []byte("abcdef"), y: []byte("abcdef")},
    	{x: [][]byte{[]byte("abcdef")}, y: [][]byte{[]byte("abcdef")}},
    
    	{x: [6]byte{'a', 'b', 'c', 'a', 'b', 'c'}, y: [6]byte{'a', 'b', 'c', 'a', 'b', 'c'}},
    	{x: [][6]byte{[6]byte{'a', 'b', 'c', 'a', 'b', 'c'}}, y: [][6]byte{[6]byte{'a', 'b', 'c', 'a', 'b', 'c'}}},
    }
    
    func TestDeepEqualAllocs(t *testing.T) {
    	for _, tt := range deepEqualPerfTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    			// C->B, use an unsupported ExtKeyUsage (in this case ExtKeyUsageCodeSigning) which invalidates
    			// the path Trust Anchor -> C -> B -> EE. The remaining valid paths should be:
    			//   * Trust Anchor -> A -> B -> EE
    			//   * Trust Anchor -> C -> A -> B -> EE
    			//
    			//     +---------+
    			//     |  Trust  |
    			//     | Anchor  |
    			//     +---------+
    			//      |       |
    			//      v       v
    			//   +---+    +---+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          return intersect(
              inputs,
              ImmutableSet.of(
                  delayedSuccess, delayedFailed, delayedCancelled, delayedRuntimeException));
        }
    
        void assertHasDelayed(ListenableFuture<String> a, ListenableFuture<String> b, Exception e) {
          ImmutableSet<ListenableFuture<String>> inputs = ImmutableSet.of(a, b);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          return intersect(
              inputs,
              ImmutableSet.of(
                  delayedSuccess, delayedFailed, delayedCancelled, delayedRuntimeException));
        }
    
        void assertHasDelayed(ListenableFuture<String> a, ListenableFuture<String> b, Exception e) {
          ImmutableSet<ListenableFuture<String>> inputs = ImmutableSet.of(a, b);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    						Labels: map[string]string{"a": "b"},
    					},
    					Spec: api.PodSpec{
    						Containers: []api.Container{},
    					},
    				},
    			},
    		},
    	}
    
    	// Columns: Name, Containers, Images, Pod Labels
    	expectedRows := []metav1.TableRow{
    		{Cells: []interface{}{"pod-template-1", "", "", "foo=bar"}},
    		{Cells: []interface{}{"pod-template-2", "", "", "a=b"}},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    	// when -trimpath is enabled.
    	if b.gccSupportsFlag(compiler, "-fdebug-prefix-map=a=b") {
    		if cfg.BuildTrimpath || p.Goroot {
    			prefixMapFlag := "-fdebug-prefix-map"
    			if b.gccSupportsFlag(compiler, "-ffile-prefix-map=a=b") {
    				prefixMapFlag = "-ffile-prefix-map"
    			}
    			// Keep in sync with Action.trimpath.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. src/crypto/x509/x509_test.go

    			}
    		}
    	}
    }
    
    type matchHostnamesTest struct {
    	pattern, host string
    	ok            bool
    }
    
    var matchHostnamesTests = []matchHostnamesTest{
    	{"a.b.c", "a.b.c", true},
    	{"a.b.c", "b.b.c", false},
    	{"", "b.b.c", false},
    	{"a.b.c", "", false},
    	{"example.com", "example.com", true},
    	{"example.com", "www.example.com", false},
    	{"*.example.com", "example.com", false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

       multiples times. The output tensor's i'th dimension has
       input.dims(i) * multiples[i] elements, and the values of input
       are replicated multiples[i] times along the 'i'th dimension.
       For example, tiling [a b c d] by [2] produces [a b c d a b c d].
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, I1, I32, I64, UI8, QI8, QUI8, TFL_Str]>:$input,
        TFL_I32OrI64Tensor:$multiples);
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Maps.java

       *
       * @since 16.0
       */
      public static <A, B> Converter<A, B> asConverter(final BiMap<A, B> bimap) {
        return new BiMapConverter<>(bimap);
      }
    
      private static final class BiMapConverter<A, B> extends Converter<A, B> implements Serializable {
        private final BiMap<A, B> bimap;
    
        BiMapConverter(BiMap<A, B> bimap) {
          this.bimap = checkNotNull(bimap);
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
Back to top