Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 63 for uncommon (0.27 sec)

  1. android/guava/src/com/google/common/collect/Maps.java

    import static java.util.Objects.requireNonNull;
    
    import com.google.common.annotations.GwtCompatible;
    import com.google.common.annotations.GwtIncompatible;
    import com.google.common.annotations.J2ktIncompatible;
    import com.google.common.base.Converter;
    import com.google.common.base.Equivalence;
    import com.google.common.base.Function;
    import com.google.common.base.Objects;
    import com.google.common.base.Preconditions;
    import com.google.common.base.Predicate;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  2. src/reflect/value.go

    }
    
    // convertOp: concrete -> interface
    func cvtT2I(v Value, typ Type) Value {
    	target := unsafe_New(typ.common())
    	x := valueInterface(v, false)
    	if typ.NumMethod() == 0 {
    		*(*any)(target) = x
    	} else {
    		ifaceE2I(typ.common(), x, target)
    	}
    	return Value{typ.common(), target, v.flag.ro() | flagIndir | flag(Interface)}
    }
    
    // convertOp: interface -> interface
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

      local flags
      flags="$(construct-common-kubelet-flags)"
    
      # Note: NODE_KUBELET_TEST_ARGS is empty in typical kube-up runs.
      flags+=" ${NODE_KUBELET_TEST_ARGS:-}"
    
      local node_labels
      node_labels="$(build-windows-node-labels)"
      if [[ -n "${node_labels:-}" ]]; then
        flags+=" --node-labels=${node_labels}"
      fi
    
      # Concatenate common and windows-only node taints and apply them.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. tests/integration/pilot/common/routing.go

    	echoClient "istio.io/istio/pkg/test/echo"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	"istio.io/istio/pkg/test/framework/components/echo/common/deployment"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/echotest"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  5. src/unicode/tables.go

    	Chorasmian             = _Chorasmian             // Chorasmian is the set of Unicode characters in script Chorasmian.
    	Common                 = _Common                 // Common is the set of Unicode characters in script Common.
    	Coptic                 = _Coptic                 // Coptic is the set of Unicode characters in script Coptic.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  6. go.sum

    github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
    github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
    github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
    github.com/prometheus/common v0.54.0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      //   a common source for all three.
      // * Body result and cond inputs to call the cond function for the subsequent
      //   iterations. Similarly, Body result should be compatible with body inputs
      //   and op results.
      //
      // Note that the operands and body results need not be compatible as they are
      // never converted from one to the another nor there is a common source
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  8. src/crypto/x509/x509_test.go

    			t.Errorf("%s: failed to check certificate request signature: %s", test.name, err)
    			continue
    		}
    
    		if out.Subject.CommonName != template.Subject.CommonName {
    			t.Errorf("%s: output subject common name and template subject common name don't match", test.name)
    		} else if len(out.Subject.Organization) != len(template.Subject.Organization) {
    			t.Errorf("%s: output subject organisation and template subject organisation don't match", test.name)
    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. pkg/kubelet/kubelet_pods.go

    	// We now look through the set of active pods for those that the pod worker is not aware of
    	// and deliver an update. The most common reason a pod is not known is because the pod was
    	// deleted and recreated with the same UID while the pod worker was driving its lifecycle (very
    	// very rare for API pods, common for static pods with fixed UIDs). Containers that may still
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    	ELFOSABI_NETBSD     OSABI = 2   /* NetBSD */
    	ELFOSABI_LINUX      OSABI = 3   /* Linux */
    	ELFOSABI_HURD       OSABI = 4   /* Hurd */
    	ELFOSABI_86OPEN     OSABI = 5   /* 86Open common IA32 ABI */
    	ELFOSABI_SOLARIS    OSABI = 6   /* Solaris */
    	ELFOSABI_AIX        OSABI = 7   /* AIX */
    	ELFOSABI_IRIX       OSABI = 8   /* IRIX */
    	ELFOSABI_FREEBSD    OSABI = 9   /* FreeBSD */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top