Searched defs:show (Results 1 – 6 of 6) sorted by relevance
| /system/extras/simpleperf/scripts/ | ||
| D | debug_unwind_reporter.py | 102 def show(self): member in ProcessMaps |
| D | simpleperf_report_lib.py | 293 def ShowArtFrames(self, show=True): argument |
| D | pprof_proto_generator.py | 58 def show(self): member in PprofProfilePrinter |
| D | report_html.js | 86 show: true, property |
| /system/core/libmeminfo/tools/ | ||
| D | procmem.cpp | 97 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() function |
| /system/extras/simpleperf/ | ||
| D | report_lib_interface.cpp | 156 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() |