HomeSort by relevance Sort by last modified time
    Searched defs:maxWeight (Results 1 - 6 of 6) sorted by null

  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 188 final long maxWeight;
242 maxWeight = builder.getMaximumWeight();
260 initialCapacity = Math.min(initialCapacity, (int) maxWeight);
264 // (segmentCount <= maxWeight)
265 // && (concurrencyLevel > maxWeight || segmentCount > concurrencyLevel)
269 && (!evictsBySize() || customWeigher() || segmentCount * 2 <= maxWeight)) {
290 long maxSegmentWeight = maxWeight / segmentCount + 1;
291 long remainder = maxWeight % segmentCount;
308 return maxWeight >= 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 55 milliseconds