Searched refs:show_header (Results 1 – 5 of 5) sorted by relevance
/external/lldb/source/Core/ |
D | Section.cpp | 509 SectionList::Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const in Dump() argument 512 if (show_header && !m_sections.empty()) in Dump() 528 if (show_header && !m_sections.empty()) in Dump()
|
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 375 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument 398 if (!show_header) in hists__fprintf()
|
/external/lldb/include/lldb/Core/ |
D | Section.h | 53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | hist.h | 118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
|
/external/toybox/toys/pending/ |
D | netstat.c | 484 static void show_header(void) in show_header() function 623 show_header(); in netstat_main()
|