OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxCounterNameLength
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/metrics/
stats_table.h
126
static const int
kMaxCounterNameLength
= 64;
166
// to
kMaxCounterNameLength
-1 characters.
stats_table.cc
131
(counter_id-1) * (StatsTable::
kMaxCounterNameLength
)];
234
max_counters() * StatsTable::
kMaxCounterNameLength
;
263
AlignedSize((max_counters * sizeof(char) *
kMaxCounterNameLength
)) +
521
else if (!strncmp(row_name, name.c_str(),
kMaxCounterNameLength
))
550
kMaxCounterNameLength
);
/external/chromium_org/base/metrics/
stats_table.h
131
static const int
kMaxCounterNameLength
= 64;
171
// to
kMaxCounterNameLength
-1 characters.
stats_table.cc
135
(counter_id-1) * (StatsTable::
kMaxCounterNameLength
)];
266
max_counters() * StatsTable::
kMaxCounterNameLength
;
295
AlignedSize((max_counters * sizeof(char) *
kMaxCounterNameLength
)) +
557
else if (!strncmp(row_name, name.c_str(),
kMaxCounterNameLength
))
582
kMaxCounterNameLength
);
/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 82 milliseconds