HomeSort by relevance Sort by last modified time
    Searched refs:show_details (Results 1 - 22 of 22) sorted by null

  /external/iproute2/genl/
genl.c 31 int show_details = 0; variable
119 ++show_details;
  /external/iproute2/ip/
ip.c 28 int show_details = 0; variable
207 ++show_details;
ipaddress.c 458 if (do_link && tb[IFLA_LINKINFO] && show_details)
    [all...]
  /external/chromium_org/chrome/browser/resources/
plugins.js 29 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/tc/
q_htb.c 263 if (show_details)
270 if (show_details) {
296 if (show_details)
q_tbf.c 240 if (show_details) {
252 if (show_details) {
tc.c 34 int show_details = 0; variable
309 ++show_details;
q_cbq.c 489 if (show_details) {
516 if (show_details) {
527 if (lss && show_details) {
545 if (fopt && show_details) {
q_choke.c 193 if (show_details) {
q_red.c 191 if (show_details) {
q_sfq.c 228 if (show_details) {
q_gred.c 309 if (show_details)
tc_qdisc.c 258 if (show_details && tb[TCA_STAB]) {
  /external/oprofile/libpp/
format_output.h 187 void show_details(bool);
259 void show_details(bool);
format_output.cpp 444 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/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 36 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
94 int show_details; member in struct:params
178 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1004 if (g->p.show_details >= 0)
1016 int details = g->p.show_details;
1218 if (g->p.show_details >= 3) {
1250 if (g->p.show_details < 0)
1310 if (g->p.show_quiet && !g->p.show_details)
    [all...]
  /external/iproute2/include/
utils.h 14 extern int show_details;
  /external/oprofile/pp/
opreport.cpp 383 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/
plugins_ui.cc 288 base::FundamentalValue show_details(show_details_.GetValue());
289 web_ui()->CallJavascriptFunction("loadShowDetailsFromPrefs", show_details);
  /external/iproute2/misc/
ss.c 45 int show_details = 0; variable
1279 if (show_details) {
1470 if (show_details) {
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 91 our $show_details; # If set, generate detailed directory view
  /external/chromium_org/third_party/lcov/bin/
genhtml 268 our $show_details; # If set, generate detailed directory view
396 "show-details|s" => \$show_details,
1018 if (!$show_details) {
    [all...]

Completed in 5114 milliseconds