Home
last modified time | relevance | path

Searched defs:evictionCount (Results 1 – 8 of 8) sorted by relevance

/external/guava/android/guava/src/com/google/common/cache/
DCacheStats.java70 private final long evictionCount; field in CacheStats
85 long evictionCount) { in CacheStats()
234 public long evictionCount() { in evictionCount() method in CacheStats
DAbstractCache.java208 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter
/external/guava/guava/src/com/google/common/cache/
DCacheStats.java70 private final long evictionCount; field in CacheStats
85 long evictionCount) { in CacheStats()
234 public long evictionCount() { in evictionCount() method in CacheStats
DAbstractCache.java208 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/util/
DLruCache.java85 private int evictionCount; field in LruCache
382 public synchronized final int evictionCount() { in evictionCount() method in LruCache
/external/leakcanary2/shark-graph/src/main/java/shark/internal/
DLruCache.kt20 var evictionCount: Int = 0 variable in shark.internal.LruCache
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java179 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java179 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local