Searched refs:show_summary (Results 1 – 10 of 10) sorted by relevance
/external/ltrace/ |
D | summary.h | 33 void show_summary(void);
|
D | libltrace.c | 96 show_summary(); in normal_exit()
|
D | summary.c | 120 show_summary(void) in show_summary() function
|
/external/lldb/source/Symbol/ |
D | Type.cpp | 275 bool show_summary, in DumpValue() argument 300 show_summary, in DumpValue() 402 bool show_summary, in DumpValueInMemory() argument 416 DumpValue(exe_ctx, s, data, 0, show_types, show_summary, verbose); in DumpValueInMemory()
|
D | ClangASTType.cpp | 5517 bool show_summary, in DumpValue() argument 5583 …show_summary, // Boolean indicating if we should show a summary for the cur… in DumpValue() 5642 …show_summary, // Boolean indicating if we should show a summary for the current … in DumpValue() 5733 …show_summary, // Boolean indicating if we should show a summary for the current … in DumpValue() 5763 … show_summary, // Boolean indicating if we should show a summary for the current type in DumpValue() 5786 … show_summary, // Boolean indicating if we should show a summary for the current type in DumpValue() 5810 … show_summary, // Boolean indicating if we should show a summary for the current type in DumpValue() 5828 if (show_summary) in DumpValue()
|
/external/lldb/source/Commands/ |
D | CommandObjectExpression.h | 57 bool show_summary; variable
|
D | CommandObjectExpression.cpp | 153 show_summary = true; in OptionParsingStarting()
|
/external/lldb/include/lldb/Symbol/ |
D | Type.h | 166 bool show_summary, 176 bool show_summary,
|
D | ClangASTType.h | 586 bool show_summary,
|
/external/linux-tools-perf/src/tools/perf/bench/ |
D | numa.c | 997 static void show_summary(double runtime_ns_max, int l, double *convergence) in show_summary() function 1172 show_summary(runtime_ns_max, l, &convergence); in worker_thread()
|