Searched defs:StatsCounter (Results 1 - 8 of 8) 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
1157 StatsCounter* name() { return &name##_; }
1163 StatsCounter* count_of_##name() { return &count_of_##name##_; } \
1164 StatsCounter* size_of_##name() { return &size_of_##name##_; }
1169 StatsCounter* count_of_CODE_TYPE_##name() \
1171 StatsCounter* size_of_CODE_TYPE_##name() \
1177 StatsCounter* count_of_FIXED_ARRAY_##name() \
1179 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/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 477 milliseconds