Searched defs:loadExceptionCount (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DCacheStats.java43 * loadExceptionCount} are incremented, and the total loading time, in nanoseconds, is
68 private final long loadExceptionCount; field in class:CacheStats
79 long loadExceptionCount, long totalLoadTime, long evictionCount) {
83 checkArgument(loadExceptionCount >= 0);
90 this.loadExceptionCount = loadExceptionCount;
136 * that {@code missCount >= loadSuccessCount + loadExceptionCount}. Multiple
147 * exceptions. This is defined as {@code loadSuccessCount + loadExceptionCount}.
150 return loadSuccessCount + loadExceptionCount;
157 * {@link #loadExceptionCount})
78 CacheStats(long hitCount, long missCount, long loadSuccessCount, long loadExceptionCount, long totalLoadTime, long evictionCount) argument
171 public long loadExceptionCount() { method in class:CacheStats
[all...]
H A DAbstractCache.java212 private final LongAddable loadExceptionCount = LongAddables.create(); field in class:AbstractCache.SimpleStatsCounter
245 loadExceptionCount.increment();
260 loadExceptionCount.sum(),
273 loadExceptionCount.add(otherStats.loadExceptionCount());
/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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 105 milliseconds