Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for gems (0.06 sec)

  1. android/guava/src/com/google/common/cache/LocalCache.java

        }
    
        // Find the lowest power-of-two segmentCount that exceeds concurrencyLevel, unless
        // maximumSize/Weight is specified in which case ensure that each segment gets at least 10
        // entries. The special casing for size-based eviction is only necessary because that eviction
        // happens per segment instead of globally, so too many segments compared to the maximum size
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      std::vector<Node*> result;
      for (Node* n : g.nodes()) {
        if (n->type_string() == type) {
          result.push_back(n);
        }
      }
      return result;
    }
    
    // Gets data types from `arg_nodes` and fills them into `recv_at_host_dtypes`.
    Status GetArgDataTypes(const std::vector<Node*>& arg_nodes,
                           std::vector<DataType>* recv_at_host_dtypes) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			initialPods:                  []*v1.Pod{pod},
    			actions: []action{
    				// This won't be added to inFlightEvents because no inFlightPods at this point.
    				{eventHappens: &PvcAdd},
    				{podPopped: pod},
    				// This gets added for the pod.
    				{eventHappens: &PvAdd},
    				// This doesn't get added because no plugin is interested in PvUpdate.
    				{eventHappens: &PvUpdate},
    			},
    			wantInFlightPods:   []*v1.Pod{pod},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&gel;":                             "\u22db",
    	"&geq;":                             "\u2265",
    	"&geqq;":                            "\u2267",
    	"&geqslant;":                        "\u2a7e",
    	"&ges;":                             "\u2a7e",
    	"&gescc;":                           "\u2aa9",
    	"&gesdot;":                          "\u2a80",
    	"&gesdoto;":                         "\u2a82",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    * etcd3: pass SelectionPredicate instead of Filter to storage layer ([#31190](https://github.com/kubernetes/kubernetes/pull/31190), [@hongchaodeng](https://github.com/hongchaodeng))
    * etcd3: make gets for previous value in watch serialize-able ([#34089](https://github.com/kubernetes/kubernetes/pull/34089), [@wojtek-t](https://github.com/wojtek-t))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    		// There is one exception: runtime/cgo's job is to bridge the
    		// cgo and non-cgo worlds, so it necessarily has files in both.
    		// In that case gcc only gets the gcc_* files.
    		var gccfiles []string
    		gccfiles = append(gccfiles, cfiles...)
    		cfiles = nil
    		if p.Standard && p.ImportPath == "runtime/cgo" {
    			filter := func(files, nongcc, gcc []string) ([]string, []string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

      echo "Creating required directories"
      mkdir -p /var/lib/kubelet
      mkdir -p /etc/kubernetes/manifests
      if [[ "${KUBERNETES_MASTER:-}" == "false" ]]; then
        mkdir -p /var/lib/kube-proxy
      fi
    }
    
    # Gets the total number of $(1) and $(2) type disks specified
    # by the user in ${NODE_LOCAL_SSDS_EXT}
    function get-local-disk-num() {
      local interface="${1}"
      local format="${2}"
    
      localdisknum=0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/popper.min.js.map

    which one\n  const element1root = getRoot(element1);\n  if (element1root.host) {\n    return findCommonOffsetParent(element1root.host, element2);\n  } else {\n    return findCommonOffsetParent(element1, getRoot(element2).host);\n  }\n}\n","/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nexport default...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  9. src/reflect/value.go

    // v.flag.mustBe(Bool), which will only bother to copy the
    // single important word for the receiver.
    func (f flag) mustBe(expected Kind) {
    	// TODO(mvdan): use f.kind() again once mid-stack inlining gets better
    	if Kind(f&flagKindMask) != expected {
    		panic(&ValueError{valueMethodName(), f.kind()})
    	}
    }
    
    // mustBeExported panics if f records that the value was obtained using
    // an unexported field.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  10. src/html/entity.go

    		"gel;":                             '\U000022DB',
    		"geq;":                             '\U00002265',
    		"geqq;":                            '\U00002267',
    		"geqslant;":                        '\U00002A7E',
    		"ges;":                             '\U00002A7E',
    		"gescc;":                           '\U00002AA9',
    		"gesdot;":                          '\U00002A80',
    		"gesdoto;":                         '\U00002A82',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
Back to top