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

/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java93 * {@linkplain #maximumSize(long) maximumSize}, {@linkplain #maximumWeight(long) maximumWeight},
99 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache
206 long maximumWeight = UNSET_INT; field in class:CacheBuilder
345 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
346 this.maximumWeight);
372 public CacheBuilder<K, V> maximumWeight(long weight) { method in class:CacheBuilder
373 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
374 this.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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 93 milliseconds