OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_COUNTER
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
stats.h
50
MAX_COUNTER
93
int64 counters_[
MAX_COUNTER
];
stats.cc
25
int64 counters[disk_cache::Stats::
MAX_COUNTER
];
70
COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::
MAX_COUNTER
,
178
DCHECK(an_event >= MIN_COUNTER && an_event <
MAX_COUNTER
);
183
DCHECK(counter >= MIN_COUNTER && counter <
MAX_COUNTER
);
188
DCHECK(counter >= MIN_COUNTER && counter <
MAX_COUNTER
);
200
for (int i = MIN_COUNTER; i <
MAX_COUNTER
; i++) {
/external/chromium_org/net/tools/dump_cache/
dump_files.cc
73
disk_cache::Stats::
MAX_COUNTER
* sizeof(int64);
89
for (int i = 0; i < disk_cache::Stats::
MAX_COUNTER
; i++)
Completed in 168 milliseconds