Searched refs:Unparse (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc397 stats_.Unparse(&buffer);
751 void DeepHeapProfile::RegionStats::Unparse(const char* name, function in class:DeepHeapProfile::RegionStats
998 void DeepHeapProfile::GlobalStats::Unparse(TextBuffer* buffer) { function in class:DeepHeapProfile::GlobalStats
1026 all_total.Unparse("total", buffer);
1027 all_[ABSENT].Unparse("absent", buffer);
1028 all_[FILE_EXEC].Unparse("file-exec", buffer);
1029 all_[FILE_NONEXEC].Unparse("file-nonexec", buffer);
1030 all_[ANONYMOUS].Unparse("anonymous", buffer);
1031 all_[STACK].Unparse("stack", buffer);
1032 all_[OTHER].Unparse("othe
[all...]
H A Ddeep-heap-profile.h299 void Unparse(const char* name, TextBuffer* buffer);
332 void Unparse(TextBuffer* buffer);
H A Dpprof659 printf("Total: %s %s\n", Unparse($total), Units());
967 printf("Total: %s %s\n", Unparse($total_count), Units());
973 Unparse($focus_count), Units(),
974 Unparse($total_count), ($focus_count*100.0) / $total_count);
981 Unparse($ignore_count), Units(),
982 Unparse($total_count),
1185 Unparse($f),
1188 Unparse($c),
1391 $main::prog, Unparse($total), Units());
1752 Unparse(
2649 sub Unparse { subroutine
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof659 printf("Total: %s %s\n", Unparse($total), Units());
967 printf("Total: %s %s\n", Unparse($total_count), Units());
973 Unparse($focus_count), Units(),
974 Unparse($total_count), ($focus_count*100.0) / $total_count);
981 Unparse($ignore_count), Units(),
982 Unparse($total_count),
1185 Unparse($f),
1188 Unparse($c),
1391 $main::prog, Unparse($total), Units());
1752 Unparse(
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py1339 f.Unparse()
1890 def Unparse(self): member in class:Flag
1927 self.Unparse()
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py1339 f.Unparse()
1890 def Unparse(self): member in class:Flag
1927 self.Unparse()

Completed in 633 milliseconds