/external/guava/guava-tests/test/com/google/common/cache/ |
CacheStatsTest.java | 22 * 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 diff = two.minus(one) [all...] |
AbstractCacheTest.java | 85 CacheStats stats = counter.snapshot(); 116 CacheStats stats = counter.snapshot(); 174 assertEquals(new CacheStats(38, 60, 44, 54, totalLoadTime, 66),
|
CacheManualTest.java | 31 CacheStats stats = cache.stats(); 107 CacheStats stats = cache.stats();
|
CacheLoadingTest.java | 102 CacheStats stats = cache.stats(); 175 CacheStats stats = cache.stats(); 225 CacheStats stats = cache.stats(); 284 CacheStats stats = cache.stats(); 325 CacheStats stats = cache.stats(); 371 CacheStats stats = cache.stats(); 590 CacheStats stats = cache.stats(); 661 CacheStats stats = cache.stats(); 706 CacheStats stats = cache.stats(); 755 CacheStats stats = cache.stats() [all...] |
CacheBuilderTest.java | 596 CacheStats stats = cache.stats();
|
LocalLoadingCacheTest.java | 91 CacheStats stats = cache.stats();
|
/external/guava/guava/src/com/google/common/cache/ |
CacheStats.java | 56 public final class CacheStats { 65 * Constructs a new {@code CacheStats} instance. 70 public CacheStats(long hitCount, long missCount, long loadSuccessCount, 208 * Returns a new {@code CacheStats} representing the difference between this {@code CacheStats} 209 * and {@code other}. Negative values, which aren't supported by {@code CacheStats} will be 212 public CacheStats minus(CacheStats other) { 213 return new CacheStats( 223 * Returns a new {@code CacheStats} representing the sum of this {@code CacheStats [all...] |
AbstractCache.java | 110 public CacheStats stats() { 195 public CacheStats snapshot(); 246 public CacheStats snapshot() { 247 return new CacheStats( 260 CacheStats otherStats = other.snapshot();
|
Cache.java | 125 CacheStats stats();
|
ForwardingCache.java | 104 public CacheStats stats() {
|
CacheBuilder.java | 160 public CacheStats snapshot() { 164 static final CacheStats EMPTY_STATS = new CacheStats(0, 0, 0, 0, 0, 0); 712 * Disable the accumulation of {@link CacheStats} during the operation of the cache. [all...] |
LocalCache.java | [all...] |
/external/droiddriver/libs/ |
guava-13.0.jar | |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/prebuilts/sdk/tools/lib/ |
guava-10.0.1.jar | |
lint.jar | |
lint_api.jar | |
lint_checks.jar | |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/prebuilts/tools/common/guava-tools/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/ |
guava-13.0.1.jar | |