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

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java40 boolean wasEvicted() {
53 boolean wasEvicted() {
65 boolean wasEvicted() {
76 boolean wasEvicted() {
87 boolean wasEvicted() {
96 abstract boolean wasEvicted(); method in class:RemovalCause
H A DRemovalNotification.java62 public boolean wasEvicted() { method in class:RemovalNotification
63 return cause.wasEvicted();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp286 bool wasEvicted = evict(current); local
287 ASSERT_UNUSED(wasEvicted, wasEvicted);
331 bool wasEvicted = evict(current); local
332 ASSERT_UNUSED(wasEvicted, wasEvicted);
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java764 public boolean wasEvicted() { method in class:MapMaker.RemovalNotification
765 return cause.wasEvicted();
779 boolean wasEvicted() {
792 boolean wasEvicted() {
804 boolean wasEvicted() {
815 boolean wasEvicted() {
826 boolean wasEvicted() {
835 abstract boolean wasEvicted(); method in class:MapMaker.RemovalCause
/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 243 milliseconds