Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for tc (0.06 sec)

  1. pilot/pkg/networking/core/route/route_test.go

    		},
    	}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			got := route.SortVHostRoutes(tc.in)
    			if !reflect.DeepEqual(tc.expected, got) {
    				t.Errorf("SortVHostRoutes: \n")
    				t.Errorf("got: \n")
    				for _, g := range got {
    					t.Errorf("%v\n", g.Match.PathSpecifier)
    				}
    				t.Errorf("want: \n")
    				for _, g := range tc.expected {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/sidecar_simulation_test.go

      - name: auto
        port: 81
      - name: tcp
        port: 82
      - name: tls
        port: 83
      - name: https
        port: 84`
    
    	type tc struct {
    		call     simulation.Call
    		expected string
    	}
    	calls := []simulation.Expect{}
    	for _, call := range []tc{
    		{call: simulation.Call{Address: "1.2.3.4", Port: 80, Protocol: simulation.HTTP, HostHeader: "alias.default.svc.cluster.local"}, expected: "alias"},
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			requestRV:        "0",
    			expectResponseRV: secondNonConsistentReadRV,
    		},
    	}
    	for _, tc := range tcs {
    		t.Run(tc.name, func(t *testing.T) {
    			out := &example.PodList{}
    			opts := storage.ListOptions{
    				ResourceVersion: tc.requestRV,
    				Predicate:       storage.Everything,
    			}
    			err = store.GetList(ctx, "/pods/empty", opts, out)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  4. src/testing/testing.go

    // run in parallel with each other, and only with each other, regardless of
    // other top-level tests that may be defined:
    //
    //	func TestGroupedParallel(t *testing.T) {
    //	    for _, tc := range tests {
    //	        tc := tc // capture range variable
    //	        t.Run(tc.Name, func(t *testing.T) {
    //	            t.Parallel()
    //	            ...
    //	        })
    //	    }
    //	}
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. src/net/dnsclient_unix_test.go

    					t.Fatalf("unexpected error: %s", err)
    				}
    				if !reflect.DeepEqual(records, expected) {
    					t.Error("Unexpected record set")
    				}
    			},
    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.name, tc.f)
    	}
    
    }
    
    func TestNullMX(t *testing.T) {
    	fake := fakeDNSServer{
    		rh: func(n, _ string, q dnsmessage.Message, _ time.Time) (dnsmessage.Message, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. src/net/http/transport.go

    		if err != nil {
    			return nil, wrapErr(err)
    		}
    		if tc, ok := pconn.conn.(*tls.Conn); ok {
    			// Handshake here, in case DialTLS didn't. TLSNextProto below
    			// depends on it for knowing the connection state.
    			if trace != nil && trace.TLSHandshakeStart != nil {
    				trace.TLSHandshakeStart()
    			}
    			if err := tc.HandshakeContext(ctx); err != nil {
    				go pconn.conn.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

    embedding lookup on the SparseCore, followed by one or more dense layers on
    TensorCores, optionally followed by a backward pass (training update) with
    more ops on the SparseCore. Ops are broken up into:
      1. SC forward pass
      2. TC forward/backward pass
      3. SC backward pass
      4. non-TPU loop counter updates
    These 4 functions are then staggered so as to enable parallel execution.
    
    In pseudocode, the algorithm is as follows:
    
    // Start step 0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  8. src/html/template/escape_test.go

    			"`abcdefghijklmno" +
    			"pqrstuvwxyz{|}~\x7f" +
    			"\u00A0\u0100\u2028\u2029\ufeff\ufdec\ufffd\uffff\U0001D11E" +
    			"&%22\\",
    		CSS(`a[href =~ "//example.com"]#foo`),
    		HTML(`Hello, <b>World</b> &amp;tc!`),
    		HTMLAttr(` dir="ltr"`),
    		JS(`c && alert("Hello, World!");`),
    		JSStr(`Hello, World & O'Reilly\x21`),
    		URL(`greeting=H%69&addressee=(World)`),
    	}
    
    	for n0, m := range redundantFuncs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    //	               ::= TA <template-arg>
    //	               ::= GV <(object) name>
    //	               ::= T <call-offset> <(base) encoding>
    //	               ::= Tc <call-offset> <call-offset> <(base) encoding>
    //	g++ extensions:
    //	               ::= TC <type> <(offset) number> _ <(base) type>
    //	               ::= TF <type>
    //	               ::= TJ <type>
    //	               ::= GR <name>
    //	               ::= GA <encoding>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  10. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    e2kc1--nx??2xtbgm--nx?3&b2kcc--nx?jca1d--nx??4&6&1rfz--nx?qif--nx??96rzc--nx??88uvor--nx?a&0dc4xbgm--nx?c?her?n?ra?t??b!.&erots?gro?moc?o&c?fni??ten?ude?v&og?t??zib??a??c&j?s??d&hesa08--nx?mi??g?l!.&gro?moc?ten?ude?vog??m??s!.&gro?moc?ten?ude?vog???tc-retarebsnegmrev--nx?u&lc!.&elej,snduolc,ysrab,?smas??p!.ysrab,??wp-gnutarebsnegmrev--nx??c&1&1q54--nx?hbgw--nx??2e9c2czf--nx?4&4ub1km--nx?a1e--nx?byj9q--nx?erd5a9b1kcb--nx??8&4xx2g--nx?c9jrb2h--nx??9jr&b&2h--nx?54--nx?9s--nx??c&eg--nx?h3--nx?s2--nx...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top