Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 67 for desc3 (0.07 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

    opt<std::string> input_model(llvm::cl::Positional,
                                 llvm::cl::desc("<input model path>"),
                                 llvm::cl::Required);
    
    // NOLINTNEXTLINE
    opt<std::string> output_path("o", llvm::cl::desc("<output path>"),
                                 llvm::cl::Required);
    
    // NOLINTNEXTLINE
    opt<std::string> export_type("export-type", llvm::cl::desc("<export type>"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go

    					}
    				}
    			}
    		})
    	}
    }
    
    func TestFeatureEnabled(t *testing.T) {
    	var tests = []struct {
    		desc                         string
    		shutdownGracePeriodRequested time.Duration
    		featureGateEnabled           bool
    		expectEnabled                bool
    	}{
    		{
    			desc:                         "shutdownGracePeriodRequested 0; disables feature",
    			shutdownGracePeriodRequested: time.Duration(0 * time.Second),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  3. pkg/proxy/servicechangetracker_test.go

    	testCases := []struct {
    		desc          string
    		service       *v1.Service
    		expected      map[ServicePortName]*BaseServicePortInfo
    		ipFamily      v1.IPFamily
    		ipModeEnabled bool
    	}{
    		{
    			desc:     "nothing",
    			ipFamily: v1.IPv4Protocol,
    
    			service:  nil,
    			expected: map[ServicePortName]*BaseServicePortInfo{},
    		},
    		{
    			desc:     "headless service",
    			ipFamily: v1.IPv4Protocol,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  4. cmd/metrics-v3-types.go

    	for metricName, mv := range m.values {
    		desc := m.descriptors[metricName]
    		promDesc := desc.toPromDesc(namePrefix, extraLabels)
    		for _, v := range mv {
    			// labelValues is in the same order as the variable labels in the
    			// descriptor.
    			labelValues := make([]string, 0, len(v.Labels))
    			for _, k := range desc.VariableLabels {
    				labelValues = append(labelValues, v.Labels[k])
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/metrics_test.go

    		"apiextensions_apiserver_validation_ratcheting_seconds",
    	}
    
    	testCases := []struct {
    		desc   string
    		obj    *unstructured.Unstructured
    		old    *unstructured.Unstructured
    		schema apiextensions.JSONSchemaProps
    		iters  int // how many times to validate the same update before checking metric
    		want   string
    	}{
    		{
    			desc: "valid noop update",
    			obj: &unstructured.Unstructured{
    				Object: map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.9K bytes
    - Viewed (1)
  6. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    		if _, err := io.ReadFull(r, desc); err == io.EOF {
    			return nil, fmt.Errorf("missing desc (want %d bytes)", len(desc))
    		} else if err != nil {
    			return nil, err
    		}
    
    		notes = append(notes, elfNote{Name: name, Desc: desc, Type: typ})
    
    		// Drop padding bytes until the next note or the end of the section,
    		// whichever comes first.
    		for n := padding(len(desc)); n > 0; n-- {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. src/crypto/tls/boring_test.go

    		if (clientErr == nil) == ok {
    			if ok {
    				t.Logf("%s: accept", desc)
    			} else {
    				t.Logf("%s: reject", desc)
    			}
    		} else {
    			if ok {
    				t.Errorf("%s: BAD reject (%v)", desc, clientErr)
    			} else {
    				t.Errorf("%s: BAD accept", desc)
    			}
    		}
    	}
    
    	// server verifying client cert
    	testClientCert := func(t *testing.T, desc string, pool *x509.CertPool, key interface{}, list [][]byte, ok bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/manifest-generate_test.go

    			noInput:    true,
    		},
    		{
    			desc:       "flag_force",
    			diffSelect: "no:resources:selected",
    			fileSelect: []string{""},
    			flags:      "--force",
    		},
    	})
    }
    
    func TestManifestGeneratePilot(t *testing.T) {
    	runTestGroup(t, testGroup{
    		{
    			desc:       "pilot_default",
    			diffIgnore: "CustomResourceDefinition:*:*,ConfigMap:*:istio",
    		},
    		{
    			desc:       "pilot_k8s_settings",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/types_test.go

    	tests := []struct {
    		desc   string
    		added  []hostPortInfoParam
    		check  hostPortInfoParam
    		expect bool
    	}{
    		{
    			desc: "empty check should check 0.0.0.0 and TCP",
    			added: []hostPortInfoParam{
    				{"TCP", "127.0.0.1", 80},
    			},
    			check:  hostPortInfoParam{"", "", 81},
    			expect: false,
    		},
    		{
    			desc: "empty check should check 0.0.0.0 and TCP (conflicted)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/initialization/MixInLegacyTypesClassLoader.java

                if (((access & PUBLIC_STATIC_FINAL) == PUBLIC_STATIC_FINAL) && Type.getDescriptor(String.class).equals(desc)) {
                    missingStaticStringConstantGetters.put("get" + name, name);
                }
                if (((access & Opcodes.ACC_PRIVATE) > 0) && !isStatic(access) && Type.getDescriptor(boolean.class).equals(desc)) {
                    booleanFields.add(name);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top