Searched defs:maximumWeight (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java47 * <li>{@code maximumWeight=[long]}: sets {@link CacheBuilder#maximumWeight}.
69 * <li>{@code maximumSize} and {@code maximumWeight}
100 .put("maximumWeight", new MaximumWeightParser())
114 @VisibleForTesting Long maximumWeight; field in class:CacheBuilderSpec
178 if (maximumWeight != null) {
179 builder.maximumWeight(maximumWeight);
245 maximumWeight,
266 && Objects.equal(maximumWeight, tha
[all...]
H A DCacheBuilder.java106 * {@linkplain #maximumSize(long) maximumSize}, {@linkplain #maximumWeight(long) maximumWeight},
112 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache
222 long maximumWeight = UNSET_INT; field in class:CacheBuilder
394 * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
403 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
404 this.maximumWeight);
436 public CacheBuilder<K, V> maximumWeight(long weight) { method in class:CacheBuilder
437 checkState(this.maximumWeight
[all...]
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java100 * {@linkplain #maximumSize(long) maximumSize}, {@linkplain #maximumWeight(long) maximumWeight},
106 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache
216 long maximumWeight = UNSET_INT; field in class:CacheBuilder
326 * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
335 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
336 this.maximumWeight);
347 return (weigher == null) ? maximumSize : maximumWeight;
571 checkState(maximumWeight
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 414 milliseconds