Searched defs:StatsCounter (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java146 public interface StatsCounter { interface in class:AbstractCache
203 * A thread-safe {@link StatsCounter} implementation for use by {@link Cache} implementors.
208 public static final class SimpleStatsCounter implements StatsCounter {
268 public void incrementBy(StatsCounter other) {
/external/v8/src/
H A Dcounters.h104 class StatsCounter { class in namespace:v8::internal
106 StatsCounter() { } function in class:v8::internal::StatsCounter
107 explicit StatsCounter(Isolate* isolate, const char* name) function in class:v8::internal::StatsCounter
1195 StatsCounter* name() { return &name##_; }
1201 StatsCounter* count_of_##name() { return &count_of_##name##_; } \
1202 StatsCounter* size_of_##name() { return &size_of_##name##_; }
1207 StatsCounter* count_of_CODE_TYPE_##name() \
1209 StatsCounter* size_of_CODE_TYPE_##name() \
1215 StatsCounter* count_of_FIXED_ARRAY_##name() \
1217 StatsCounter* size_of_FIXED_ARRAY
[all...]
/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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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 300 milliseconds