/external/guava/guava/src/com/google/common/cache/ |
D | CacheStats.java | 70 private final long evictionCount; field in CacheStats 79 long loadExceptionCount, long totalLoadTime, long evictionCount) { in CacheStats() argument 85 checkArgument(evictionCount >= 0); in CacheStats() 92 this.evictionCount = evictionCount; in CacheStats() 211 public long evictionCount() { in evictionCount() method in CacheStats 212 return evictionCount; in evictionCount() 227 Math.max(0, evictionCount - other.evictionCount)); in minus() 243 evictionCount + other.evictionCount); in plus() 249 totalLoadTime, evictionCount); in hashCode() 261 && evictionCount == other.evictionCount; in equals() [all …]
|
D | AbstractCache.java | 214 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter 251 evictionCount.increment(); in recordEviction() 262 evictionCount.sum()); in snapshot() 275 evictionCount.add(otherStats.evictionCount()); in incrementBy()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheStatsTest.java | 41 assertEquals(0, stats.evictionCount()); in testEmpty() 57 assertEquals(27, stats.evictionCount()); in testSingle() 76 assertEquals(4, diff.evictionCount()); in testMinus() 97 assertEquals(44, sum.evictionCount()); in testPlus()
|
D | LocalLoadingCacheTest.java | 96 assertEquals(0, stats.evictionCount()); in testStats() 106 assertEquals(0, stats.evictionCount()); in testStats() 120 assertEquals(0, stats.evictionCount()); in testStats() 134 assertEquals(1, stats.evictionCount()); in testStats()
|
D | AbstractCacheTest.java | 113 assertEquals(0, stats.evictionCount()); in testEmptySimpleStats() 146 assertEquals(27, stats.evictionCount()); in testSingleSimpleStats()
|
D | CacheExpirationTest.java | 173 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local 182 evictionCount.incrementAndGet(); in testRemovalListener_expireAfterWrite() 207 assertEquals(evictionCount.get() + 1, applyCount.get()); in testRemovalListener_expireAfterWrite()
|
D | CacheBuilderTest.java | 591 assertEquals(removalListener.size(), stats.evictionCount()); in testRemovalNotification_get_basher()
|
/external/robolectric/v1/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |