/external/guava/guava/src/com/google/common/cache/ |
D | CacheStats.java | 69 private final long totalLoadTime; field in CacheStats 79 long loadExceptionCount, long totalLoadTime, long evictionCount) { in CacheStats() argument 84 checkArgument(totalLoadTime >= 0); in CacheStats() 91 this.totalLoadTime = totalLoadTime; in CacheStats() 192 public long totalLoadTime() { in totalLoadTime() method in CacheStats 193 return totalLoadTime; in totalLoadTime() 204 : (double) totalLoadTime / totalLoadCount; in averageLoadPenalty() 226 Math.max(0, totalLoadTime - other.totalLoadTime), in minus() 242 totalLoadTime + other.totalLoadTime, in plus() 249 totalLoadTime, evictionCount); in hashCode() [all …]
|
D | AbstractCache.java | 213 private final LongAddable totalLoadTime = LongAddables.create(); field in AbstractCache.SimpleStatsCounter 240 totalLoadTime.add(loadTime); in recordLoadSuccess() 246 totalLoadTime.add(loadTime); in recordLoadException() 261 totalLoadTime.sum(), in snapshot() 274 totalLoadTime.add(otherStats.totalLoadTime()); in incrementBy()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | AbstractCacheTest.java | 111 assertEquals(0, stats.totalLoadTime()); in testEmptySimpleStats() 144 assertEquals(214, stats.totalLoadTime()); in testSingleSimpleStats() 150 long totalLoadTime = 0; in testSimpleStatsIncrementBy() local 158 totalLoadTime += i; in testSimpleStatsIncrementBy() 162 totalLoadTime += i; in testSimpleStatsIncrementBy() 177 totalLoadTime += i; in testSimpleStatsIncrementBy() 181 totalLoadTime += i; in testSimpleStatsIncrementBy() 191 assertEquals(new CacheStats(38, 60, 44, 54, totalLoadTime, 66), in testSimpleStatsIncrementBy()
|
D | LocalLoadingCacheTest.java | 93 long totalLoadTime = stats.totalLoadTime(); in testStats() local 94 assertTrue(totalLoadTime >= 0); in testStats() 117 assertTrue(stats.totalLoadTime() >= totalLoadTime); in testStats() 118 totalLoadTime = stats.totalLoadTime(); in testStats() 131 assertTrue(stats.totalLoadTime() >= totalLoadTime); in testStats() 132 totalLoadTime = stats.totalLoadTime(); in testStats()
|
D | CacheStatsTest.java | 39 assertEquals(0, stats.totalLoadTime()); in testEmpty() 55 assertEquals(23, stats.totalLoadTime()); in testSingle() 74 assertEquals(14, diff.totalLoadTime()); in testMinus() 95 assertEquals(48, sum.totalLoadTime()); in testPlus()
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
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/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/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/ ... |