Searched defs:Stats (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dstats.h22 class Stats { class in namespace:disk_cache
50 Stats() : backend_(NULL) {} function in class:disk_cache::Stats
51 ~Stats();
89 DISALLOW_COPY_AND_ASSIGN(Stats);
H A Dstats.cc19 int data_sizes[disk_cache::Stats::kDataSizesLength];
20 int64 counters[disk_cache::Stats::MAX_COUNTER];
61 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER,
113 bool Stats::Init(BackendImpl* backend, uint32* storage_addr) {
139 // Stats may be reused when the cache is re-created, but we want only one
150 Stats::~Stats() {
175 int Stats::GetStatsBucket(int32 size) {
197 int Stats::GetBucketRange(size_t i) const {
218 void Stats
[all...]
/external/dbus/test/
H A Ddecode-gcov.c1916 typedef struct Stats Stats; typedef in typeref:struct:Stats
1918 struct Stats struct
1976 merge_stats_for_file (Stats *stats,
2272 Stats *stats)
2333 Stats *stats)
2405 print_stats (Stats *stats,
2529 Stats stats = { 0, };
2580 Stats *dir_stats;
2596 dir_stats = dbus_new0 (Stats,
[all...]

Completed in 33 milliseconds