OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_header
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/pp/
opreport_options.h
40
extern bool
show_header
;
opreport.cpp
204
if (!options::
show_header
)
236
if (!options::
show_header
)
395
out->
show_header
(options::
show_header
);
436
out.
show_header
(options::
show_header
);
475
out->
show_header
(options::
show_header
);
opreport_options.cpp
44
bool
show_header
= true;
member in namespace:options
97
popt::option(options::
show_header
, "no-header", 'n',
/external/oprofile/libpp/
format_output.h
50
void
show_header
(bool);
format_output.cpp
135
void formatter::
show_header
(bool on_off)
function in class:format_output::formatter
Completed in 63 milliseconds