OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stats_list
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sync/
about_sync_util.cc
169
ListValue*
stats_list
= new ListValue(); // 'details': A list of sections.
local
174
ListValue* section_summary = AddSection(
stats_list
, "Summary");
177
ListValue* section_version = AddSection(
stats_list
, "Version Info");
181
ListValue* section_credentials = AddSection(
stats_list
, kCredentialsTitle);
187
ListValue* section_local = AddSection(
stats_list
, "Local State");
195
ListValue* section_network = AddSection(
stats_list
, "Network");
201
ListValue* section_encryption = AddSection(
stats_list
, "Encryption");
220
stats_list
, "Status from Last Completed Session");
226
ListValue* section_counters = AddSection(
stats_list
, "Running Totals");
247
ListValue *section_this_cycle = AddSection(
stats_list
,
[
all
...]
/external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc
544
TabStatsList
stats_list
= GetTabStatsOnUIThread();
local
548
base::Unretained(this),
stats_list
));
553
TabStatsList
stats_list
;
local
554
stats_list
.reserve(32); // 99% of users have < 30 tabs open
580
stats_list
.push_back(stats);
588
std::sort(
stats_list
.begin(),
stats_list
.end(), CompareTabStats);
589
return
stats_list
;
593
TabStatsList
stats_list
) {
615
static_cast<float>(kPriorityRange) /
stats_list
.size()
[
all
...]
oom_priority_manager.h
116
void AdjustOomPrioritiesOnFileThread(TabStatsList
stats_list
);
/external/chromium_org/chrome/test/functional/
webrtc_video_quality.py
384
stats_list
= stats_str.split(';')
389
for item in
stats_list
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py
229
stats_list
= []
231
stats_list
.append((cc, nc, tt, ct) + func +
234
stats_list
.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
237
for tuple in
stats_list
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py
229
stats_list
= []
231
stats_list
.append((cc, nc, tt, ct) + func +
234
stats_list
.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
237
for tuple in
stats_list
:
Completed in 1104 milliseconds