HomeSort by relevance Sort by last modified time
    Searched defs:StatsCounter (Results 1 - 13 of 13) sorted by null

  /external/chromium/base/metrics/
stats_counters.cc 9 StatsCounter::StatsCounter(const std::string& name)
20 StatsCounter::~StatsCounter() {
23 void StatsCounter::Set(int value) {
29 void StatsCounter::Add(int value) {
35 StatsCounter::StatsCounter()
39 int* StatsCounter::GetPtr() {
stats_counters.h 22 // 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_API StatsCounter {
80 // Create a StatsCounter object.
81 explicit StatsCounter(const std::string& name);
82 virtual ~StatsCounter();
116 StatsCounter();
129 // A StatsCounterTimer is a StatsCounter which keeps a timer durin
    [all...]
  /external/v8/src/
counters.h 119 // StatsCounter c = { "c:myctr", NULL, false };
120 struct StatsCounter {
185 StatsCounter counter_;
  /external/guava/guava/src/com/google/common/cache/
AbstractCache.java 142 public interface StatsCounter {
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) {
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 224 milliseconds