Searched refs:show_details (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/resources/
H A Dplugins.js29 function loadShowDetailsFromPrefs(show_details) {
30 tmiModeExpanded = show_details;
32 show_details ? 'inline' : 'none';
34 show_details ? 'none' : 'inline';
36 document.body.className = show_details ? 'show-in-tmi-mode' : 'hide-tmi-mode';
/external/iproute2/genl/
H A Dgenl.c31 int show_details = 0; variable
119 ++show_details;
/external/iproute2/ip/
H A Dip.c28 int show_details = 0; variable
207 ++show_details;
H A Dipaddress.c458 if (do_link && tb[IFLA_LINKINFO] && show_details)
/external/iproute2/tc/
H A Dq_htb.c263 if (show_details)
270 if (show_details) {
296 if (show_details)
H A Dq_tbf.c240 if (show_details) {
252 if (show_details) {
H A Dtc.c34 int show_details = 0; variable
309 ++show_details;
H A Dq_cbq.c489 if (show_details) {
516 if (show_details) {
527 if (lss && show_details) {
545 if (fopt && show_details) {
H A Dq_choke.c193 if (show_details) {
H A Dq_red.c191 if (show_details) {
H A Dq_sfq.c228 if (show_details) {
H A Dq_gred.c309 if (show_details)
H A Dtc_qdisc.c258 if (show_details && tb[TCA_STAB]) {
/external/oprofile/libpp/
H A Dformat_output.h187 void show_details(bool);
259 void show_details(bool);
H A Dformat_output.cpp444 void opreport_formatter::show_details(bool on_off) function in class:format_output::opreport_formatter
621 show_details(bool on_off) function in class:format_output::xml_formatter
/external/iproute2/include/
H A Dutils.h14 extern int show_details;
/external/chromium/chrome/browser/ui/webui/
H A Dplugins_ui.cc296 FundamentalValue show_details(show_details_.GetValue());
297 web_ui_->CallJavascriptFunction("loadShowDetailsFromPrefs", show_details);
/external/oprofile/pp/
H A Dopreport.cpp383 xml_out->show_details(options::details);
389 text_out->show_details(options::details);
464 xml_out->show_details(options::details);
/external/chromium_org/chrome/browser/ui/webui/
H A Dplugins_ui.cc283 base::FundamentalValue show_details(show_details_.GetValue());
284 web_ui()->CallJavascriptFunction("loadShowDetailsFromPrefs", show_details);
/external/iproute2/misc/
H A Dss.c45 int show_details = 0; variable
1279 if (show_details) {
1470 if (show_details) {
1855 if (show_details) {
2327 if (show_details) {
2411 if (show_details) {
2719 show_details++;
/external/linux-tools-perf/
H A Dbuiltin-top.c238 static void show_details(struct sym_entry *syme) function
304 show_details(top.sym_filter_entry);
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dgenflat.pl91 our $show_details; # If set, generate detailed directory view
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml268 our $show_details; # If set, generate detailed directory view
396 "show-details|s" => \$show_details,
1018 if (!$show_details) {
4596 if (($base_dir ne "") && $show_details)
4669 if (!($show_details && $testdata)) { next; }

Completed in 8392 milliseconds