Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 65 for tn (0.02 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/typeparams/common.go

    	// parameter lists, fall back on types.AssignableTo.
    
    	VN, Vnamed := V.(*types.Named)
    	TN, Tnamed := T.(*types.Named)
    	if !Vnamed || !Tnamed {
    		return types.AssignableTo(V, T)
    	}
    
    	vtparams := VN.TypeParams()
    	ttparams := TN.TypeParams()
    	if vtparams.Len() == 0 || vtparams.Len() != ttparams.Len() || VN.TypeArgs().Len() != 0 || TN.TypeArgs().Len() != 0 {
    		return types.AssignableTo(V, T)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/termlist.go

    // license that can be found in the LICENSE file.
    
    package types2
    
    import "strings"
    
    // A termlist represents the type set represented by the union
    // t1 ∪ y2 ∪ ... tn of the type sets of the terms t1 to tn.
    // A termlist is in normal form if all terms are disjoint.
    // termlist operations don't require the operands to be in
    // normal form.
    type termlist []*term
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 03 18:29:30 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/tests/BUILD

        #    (1, 4, 4),
    ]
    
    tfcompile_bench_tfmatmul_custom_tiling = [
        (
            "bench_graph_tfmatmul_%sx%sx%s_tiled_%sx%sx%s_mlir" % (m, k, n, tm, tk, tn),
            "bench_graph_tfmatmul_%sx%sx%s_tiled_%sx%sx%s_mlir.config.pbtxt" % (m, k, n, tm, tk, tn),
            "bench_graph_tfmatmul.template.pbtxt",
            "-e \"s|<M>|%s|g\" -e \"s|<K>|%s|g\" -e \"s|<N>|%s|g\"" % (m, k, n),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/resource/fallback_query_param_verifier_test.go

    			},
    			queryParam:       QueryParamFieldValidation,
    			expectedSupports: false,
    		},
    	}
    
    	root := openapi3.NewRoot(cached.NewClient(openapitest.NewEmbeddedFileClient()))
    	for tn, tc := range tests {
    		t.Run(tn, func(t *testing.T) {
    			primary := createFakeV3Verifier(tc.crds, root, tc.queryParam)
    			// secondary verifier should not be called.
    			secondary := &failingVerifier{name: "secondary", t: t}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 18:30:16 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/plugins/form-validator/uk.js

    a.length){for(var e=0;e<10;e++)d+=a[e]*b[e];if(parseInt(a.charAt(0))===c[d%11])return!0}return!1},errorMessage:"",errorMessageKey:"badUkUtr"}),a.formUtils.addValidator({name:"uknin",validatorFunction:function(a){return!!/^(?!BG)(?!GB)(?!NK)(?!KN)(?!TN)(?!NT)(?!ZZ)(?:[A-CEGHJ-PR-TW-Z][A-CEGHJ-NPR-TW-Z])(?:\s*\d\s*){6}([A-D]|\s)$/i.test(a)},errorMessage:"",errorMessageKey:"badUkNin"})}(a)});...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  6. src/go/types/termlist.go

    // license that can be found in the LICENSE file.
    
    package types
    
    import "strings"
    
    // A termlist represents the type set represented by the union
    // t1 ∪ y2 ∪ ... tn of the type sets of the terms t1 to tn.
    // A termlist is in normal form if all terms are disjoint.
    // termlist operations don't require the operands to be in
    // normal form.
    type termlist []*term
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_selector_test.go

                apiserver_egress_dialer_dial_duration_seconds_count{protocol="fake_protocol",transport="fake_transport"} 1
    `,
    		},
    	}
    	for tn, tc := range testcases {
    
    		t.Run(tn, func(t *testing.T) {
    			metrics.Metrics.Reset()
    			metrics.Metrics.SetClock(testingclock.NewFakeClock(time.Now()))
    			d := dialerCreator{
    				connector: &fakeProxyServerConnector{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 26 22:41:29 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  8. pkg/controller/disruption/disruption_test.go

    			apiResources: []metav1.APIResource{
    				{
    					Kind: customGVK.Kind,
    					Name: resourceName,
    				},
    			},
    			expectError: true,
    		},
    	}
    
    	for tn, tc := range testCases {
    		t.Run(tn, func(t *testing.T) {
    			customResourceUID := uuid.NewUUID()
    
    			_, ctx := ktesting.NewTestContext(t)
    			dc, _ := newFakeDisruptionController(ctx)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. src/net/ip.go

    		return netip.AddrFrom4([4]byte(p4)).String()
    	}
    	return netip.AddrFrom16([16]byte(ip)).String()
    }
    
    func hexString(b []byte) string {
    	s := make([]byte, len(b)*2)
    	for i, tn := range b {
    		s[i*2], s[i*2+1] = hexDigit[tn>>4], hexDigit[tn&0xf]
    	}
    	return string(s)
    }
    
    // ipEmptyString is like ip.String except that it returns
    // an empty string when ip is unset.
    func ipEmptyString(ip IP) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  10. src/time/mono_test.go

    		t.Errorf("t4.Nanosecond() = %d, want 123456", t4.Nanosecond())
    	}
    	if GetMono(&t4) != 0 {
    		t.Errorf("t4.mono = %d, want 0 (wall time out of range for monotonic reading)", GetMono(&t4))
    	}
    
    	tn := Now()
    	tn1 := tn.Add(1 * Hour)
    	Sleep(100 * Millisecond)
    	d := Until(tn1)
    	if d < 59*Minute {
    		t.Errorf("Until(Now().Add(1*Hour)) = %v, wanted at least 59m", d)
    	}
    	now := Now()
    	if now.After(tn1) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 19 17:10:49 UTC 2022
    - 8.3K bytes
    - Viewed (0)
Back to top