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

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java32 public enum RemovalCause { enum
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java134 RemovalCause nullRemovalCause;
246 this.nullRemovalCause = RemovalCause.SIZE;
470 this.nullRemovalCause = RemovalCause.EXPIRED;
519 this.nullRemovalCause = RemovalCause.EXPIRED;
539 * after removing an element for any reason (see removal causes in {@link RemovalCause}). It will
746 private final RemovalCause cause;
748 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) {
756 public RemovalCause getCause() {
762 * {@link RemovalCause#EXPLICIT} nor {@link RemovalCause#REPLACE
772 enum RemovalCause { enum in class:MapMaker
[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 501 milliseconds