Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,616 for emptypb (0.14 sec)

  1. src/text/template/exec_test.go

    	// Empty interfaces holding values.
    	{"empty nil", "{{.Empty0}}", "<no value>", tVal, true},
    	{"empty with int", "{{.Empty1}}", "3", tVal, true},
    	{"empty with string", "{{.Empty2}}", "empty2", tVal, true},
    	{"empty with slice", "{{.Empty3}}", "[7 8]", tVal, true},
    	{"empty with struct", "{{.Empty4}}", "{UinEmpty}", tVal, true},
    	{"empty with struct, field", "{{.Empty4.V}}", "UinEmpty", tVal, true},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_ambiguous_a_b_v0.0.0-empty.txt

    Module example.com/ambiguous/a/b is a suffix of example.com/a.
    This version contains no package.
    -- .mod --
    module example.com/ambiguous/a/b
    
    go 1.16
    -- .info --
    {"Version":"v0.0.0-empty"}
    -- go.mod --
    module example.com/ambiguous/a/b
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 23 20:54:35 UTC 2020
    - 244 bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/allow-empty-rule-out.yaml

    Yangmin Zhu <******@****.***> 1617651067 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 390 bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/deny-empty-rule-out.yaml

    Yangmin Zhu <******@****.***> 1617651067 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 406 bytes
    - Viewed (0)
  5. tools/istio-iptables/pkg/capture/testdata/ipv6-empty-inbound-ports.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-empty-tensor-content.pbtxt

    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-enable-shape-inference-on-import=false %s -o - | FileCheck %s
    
    # This test is intended to verify the tensor_content field on import of an empty
    # tensor.
    # CHECK:  tf.Const
    # CHECK-SAME: value = dense<0.000000e+00>
    
    node {
      name: "Const"
      op: "Const"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 587 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/skipnonapplied.go

    	if len(managed.Fields()) == 0 {
    		gvk := appliedObj.GetObjectKind().GroupVersionKind()
    		emptyObj, err := f.objectCreater.New(gvk)
    		if err != nil {
    			return nil, nil, fmt.Errorf("failed to create empty object of type %v: %v", gvk, err)
    		}
    		liveObj, managed, err = f.fieldManager.Update(emptyObj, liveObj, managed, f.beforeApplyManagerName)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 16 20:03:48 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java

        assertEquals(Object[].class, array.getClass());
      }
    
      public void testToArray_emptyArray() {
        E[] empty = getSubjectGenerator().createArray(0);
        E[] array = collection.toArray(empty);
        assertEquals(
            "toArray(emptyT[]) should return an array of type T", empty.getClass(), array.getClass());
        assertEquals("toArray(emptyT[]).length:", getNumElements(), array.length);
        expectArrayContentsAnyOrder(createSamplesArray(), array);
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. buildscripts/verify-healing-empty-erasure-set.sh

    Anis Eleuch <******@****.***> 1717166930 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 31 14:48:50 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/traffic-annotations-empty-includes.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top