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

/external/chromium_org/base/metrics/
H A Dstats_counters.cc9 StatsCounter::StatsCounter(const std::string& name) function in class:base::StatsCounter
20 StatsCounter::~StatsCounter() {
23 void StatsCounter::Set(int value) {
29 void StatsCounter::Add(int value) {
35 StatsCounter::StatsCounter() function in class:base::StatsCounter
39 int* StatsCounter::GetPtr() {
H A Dstats_counters.h22 // a hash table lookup to find the counter in the table. A StatsCounter
27 // StatsCounter request_count("RequestCount");
50 base::StatsCounter counter(name); \
77 // StatsCounter represents a counter in the StatsTable class.
78 class BASE_EXPORT StatsCounter { class in namespace:base
80 // Create a StatsCounter object.
81 explicit StatsCounter(const std::string& name);
82 virtual ~StatsCounter();
116 StatsCounter();
129 // A StatsCounterTimer is a StatsCounter whic
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java142 public interface StatsCounter { interface in class:AbstractCache
199 * A thread-safe {@link StatsCounter} implementation for use by {@link Cache} implementors.
204 public static class SimpleStatsCounter implements StatsCounter {
259 public void incrementBy(StatsCounter other) {
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs65 class StatsCounter : IStatsCounter { class in namespace:StatsViewer
66 public StatsCounter(StatsTableEntry entry) { method in class:StatsViewer.StatsCounter
106 public StatsCounterRate(StatsCounter counter, StatsTimer timer) {
121 private StatsCounter counter_;
385 rv = new StatsCounter(entry);
392 rv = new StatsCounter(entry);
403 if (old_counter is StatsCounter && counter is StatsTimer)
405 StatsCounterRate rate = new StatsCounterRate(old_counter as StatsCounter,
410 else if (old_counter is StatsTimer && counter is StatsCounter)
412 StatsCounterRate rate = new StatsCounterRate(counter as StatsCounter,
[all...]
/external/chromium_org/v8/src/
H A Dcounters.h96 class StatsCounter { class in namespace:v8::internal
98 StatsCounter() { } function in class:v8::internal::StatsCounter
99 explicit StatsCounter(Isolate* isolate, const char* name) function in class:v8::internal::StatsCounter
582 StatsCounter* name() { return &name##_; }
588 StatsCounter* count_of_##name() { return &count_of_##name##_; } \
589 StatsCounter* size_of_##name() { return &size_of_##name##_; }
594 StatsCounter* count_of_CODE_TYPE_##name() \
596 StatsCounter* size_of_CODE_TYPE_##name() \
602 StatsCounter* count_of_FIXED_ARRAY_##name() \
604 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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3938 milliseconds