HomeSort by relevance Sort by last modified time
    Searched defs:wasEvicted (Results 1 - 8 of 8) sorted by null

  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 40 boolean wasEvicted() {
53 boolean wasEvicted() {
65 boolean wasEvicted() {
76 boolean wasEvicted() {
87 boolean wasEvicted() {
96 abstract boolean wasEvicted();
RemovalNotification.java 62 public boolean wasEvicted() {
63 return cause.wasEvicted();
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 286 bool wasEvicted = evict(current);
287 ASSERT_UNUSED(wasEvicted, wasEvicted);
331 bool wasEvicted = evict(current);
332 ASSERT_UNUSED(wasEvicted, wasEvicted);
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java     [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 167 milliseconds