Searched refs:CacheStats (Results 1 - 19 of 19) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheStatsTest.java22 * Unit test for {@link CacheStats}.
29 CacheStats stats = new CacheStats(0, 0, 0, 0, 0, 0);
45 CacheStats stats = new CacheStats(11, 13, 17, 19, 23, 27);
61 CacheStats one = new CacheStats(11, 13, 17, 19, 23, 27);
62 CacheStats two = new CacheStats(53, 47, 43, 41, 37, 31);
64 CacheStats dif
[all...]
H A DAbstractCacheTest.java102 CacheStats stats = counter.snapshot();
133 CacheStats stats = counter.snapshot();
191 assertEquals(new CacheStats(38, 60, 44, 54, totalLoadTime, 66),
H A DCacheManualTest.java31 CacheStats stats = cache.stats();
107 CacheStats stats = cache.stats();
H A DCacheLoadingTest.java106 CacheStats stats = cache.stats();
179 CacheStats stats = cache.stats();
230 CacheStats stats = cache.stats();
290 CacheStats stats = cache.stats();
332 CacheStats stats = cache.stats();
378 CacheStats stats = cache.stats();
598 CacheStats stats = cache.stats();
669 CacheStats stats = cache.stats();
714 CacheStats stats = cache.stats();
764 CacheStats stat
[all...]
H A DCacheBuilderTest.java590 CacheStats stats = cache.stats();
H A DLocalLoadingCacheTest.java86 CacheStats stats = cache.stats();
/external/guava/guava/src/com/google/common/cache/
H A DCacheStats.java64 public final class CacheStats { class
73 * Constructs a new {@code CacheStats} instance.
78 public CacheStats(long hitCount, long missCount, long loadSuccessCount, method in class:CacheStats
216 * Returns a new {@code CacheStats} representing the difference between this {@code CacheStats}
217 * and {@code other}. Negative values, which aren't supported by {@code CacheStats} will be
220 public CacheStats minus(CacheStats other) {
221 return new CacheStats(
231 * Returns a new {@code CacheStats} representin
[all...]
H A DAbstractCache.java130 public CacheStats stats() {
199 CacheStats snapshot();
255 public CacheStats snapshot() {
256 return new CacheStats(
269 CacheStats otherStats = other.snapshot();
H A DCache.java135 CacheStats stats();
H A DForwardingCache.java113 public CacheStats stats() {
H A DCacheBuilder.java176 public CacheStats snapshot() {
180 static final CacheStats EMPTY_STATS = new CacheStats(0, 0, 0, 0, 0, 0);
754 * Enable the accumulation of {@link CacheStats} during the operation of the cache. Without this
H A DLocalCache.java4789 public CacheStats stats() {
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java170 public CacheStats snapshot() {
174 static final CacheStats EMPTY_STATS = new CacheStats(0, 0, 0, 0, 0, 0);
509 * Enable the accumulation of {@link CacheStats} during the operation of the cache. Without this
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 127 milliseconds