Searched refs:show_all (Results 1 – 7 of 7) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 35 static int show_all = 0, header = 0, capabilities = 0, cremove = 0; variable 98 show_all = 1; in main() 151 if (path == NULL && dir == NULL && show_all == 0) { in main() 161 } else if (path == NULL && dir == NULL && show_all == 1) { in main()
|
D | pscap.c | 49 int header = 0, show_all = 0, caps; in main() local 58 show_all = 1; in main() 110 if (!show_all && pid == 1) in main()
|
/external/chromium_org/components/autofill/content/renderer/ |
D | password_autofill_agent.h | 61 bool ShowSuggestions(const blink::WebInputElement& element, bool show_all); 160 bool show_all); 164 bool show_all);
|
D | password_autofill_agent.cc | 473 bool show_all) { in ShowSuggestions() argument 487 return ShowSuggestionPopup(iter->second.fill_data, element, show_all); in ShowSuggestions() 875 bool show_all) { in GetSuggestions() argument 876 if (show_all || in GetSuggestions() 886 if (show_all || StartsWith(iter->first, input, false)) { in GetSuggestions() 897 if (show_all || StartsWith(iter->second[i], input, false)) { in GetSuggestions() 909 bool show_all) { in ShowSuggestionPopup() argument 921 fill_data, user_input.value(), &suggestions, &realms, show_all); in ShowSuggestionPopup()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-help.c | 416 bool show_all = false; in cmd_help() local 419 OPT_BOOLEAN('a', "all", &show_all, "print all available commands"), in cmd_help() 441 if (show_all) { in cmd_help()
|
/external/fio/ |
D | parse.c | 1072 int show_all = 0; in show_cmd_help() local 1075 show_all = 1; in show_cmd_help() 1104 if (show_all || match) { in show_cmd_help() 1108 if (show_all) { in show_cmd_help()
|
/external/fonttools/Lib/fontTools/ |
D | inspect.py | 254 self.window.show_all()
|