Searched defs:evictsBySize (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java259 if (evictsBySize() && !customWeigher()) {
269 && (!evictsBySize() || customWeigher() || segmentCount * 2 <= maxWeight)) {
288 if (evictsBySize()) {
307 boolean evictsBySize() { method in class:LocalCache
332 return expiresAfterAccess() || evictsBySize();
2026 * TODO(fry): Consider copying variables (like evictsBySize) from outer class into this class.
2690 if (!map.evictsBySize()) {
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java209 entryFactory = EntryFactory.getFactory(keyStrength, expires(), evictsBySize());
218 if (evictsBySize()) {
228 && (!evictsBySize() || segmentCount * 2 <= maximumSize)) {
247 if (evictsBySize()) {
266 boolean evictsBySize() { method in class:MapMakerInternalMap
532 boolean evictsBySize) {
533 int flags = (expireAfterWrite ? EXPIRABLE_MASK : 0) | (evictsBySize ? EVICTABLE_MASK : 0);
2037 * TODO(fry): Consider copying variables (like evictsBySize) from outer class into this class.
2151 recencyQueue = (map.evictsBySize() || map.expiresAfterAccess())
2155 evictionQueue = map.evictsBySize()
531 getFactory(Strength keyStrength, boolean expireAfterWrite, boolean evictsBySize) argument
[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/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 189 milliseconds