OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxCounterNameLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/metrics/
stats_table.h
131
static const int
kMaxCounterNameLength
= 64;
171
// to
kMaxCounterNameLength
-1 characters.
/external/chromium/base/metrics/
stats_table.h
126
static const int
kMaxCounterNameLength
= 64;
166
// to
kMaxCounterNameLength
-1 characters.
/external/chromium_org/tools/stats_viewer/
stats_table.cs
130
internal const int
kMaxCounterNameLength
= 32;
214
kMaxCounterNameLength
* 2);
434
(index * StatsTable.
kMaxCounterNameLength
* 2);
Completed in 24 milliseconds