/external/mesa3d/src/freedreno/decode/ |
D | cffdump.c | 115 { "dump-shaders", no_argument, &options.dump_shaders, 1 }, 116 { "no-color", no_argument, &options.color, 0 }, 117 { "color", no_argument, &options.color, 1 }, 118 { "no-pager", no_argument, &interactive, 0 }, 119 { "pager", no_argument, &interactive, 1 }, 120 { "textures", no_argument, &options.dump_textures, 1 }, 121 { "show-compositor", no_argument, &show_comp, 1 }, 122 { "query-all", no_argument, &options.query_mode, QUERY_ALL }, 123 { "query-written", no_argument, &options.query_mode, QUERY_WRITTEN }, 124 { "query-delta", no_argument, &options.query_mode, QUERY_DELTA }, [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | main.cpp | 43 { "dump-ast", no_argument, &options.dump_ast, 1 }, 44 { "dump-hir", no_argument, &options.dump_hir, 1 }, 45 { "dump-lir", no_argument, &options.dump_lir, 1 }, 46 { "dump-builder", no_argument, &options.dump_builder, 1 }, 47 { "link", no_argument, &options.do_link, 1 }, 48 { "just-log", no_argument, &options.just_log, 1 }, 49 { "lower-precision", no_argument, &options.lower_precision, 1 },
|
D | test_optpass.cpp | 170 { "input-ir", no_argument, &input_format_ir, 1 }, in test_optpass() 171 { "input-glsl", no_argument, &input_format_ir, 0 }, in test_optpass() 172 { "loop", no_argument, &loop, 1 }, in test_optpass() 173 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER }, in test_optpass() 174 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER }, in test_optpass() 175 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
|
/external/selinux/policycoreutils/secon/ |
D | secon.c | 157 {"help", no_argument, NULL, 'h'}, in cmd_line() 158 {"version", no_argument, NULL, 'V'}, in cmd_line() 160 {"prompt", no_argument, NULL, 'P'}, in cmd_line() 162 {"user", no_argument, NULL, 'u'}, in cmd_line() 163 {"role", no_argument, NULL, 'r'}, in cmd_line() 164 {"type", no_argument, NULL, 't'}, in cmd_line() 165 {"level", no_argument, NULL, 'l'}, /* compat. */ in cmd_line() 166 {"sensitivity", no_argument, NULL, 's'}, in cmd_line() 167 {"range", no_argument, NULL, 'm'}, in cmd_line() 168 {"clearance", no_argument, NULL, 'c'}, in cmd_line() [all …]
|
/external/perfetto/tools/proto_filter/ |
D | proto_filter.cc | 67 {"help", no_argument, nullptr, 'h'}, in Main() 68 {"version", no_argument, nullptr, 'v'}, in Main() 69 {"dedupe", no_argument, nullptr, 'd'}, in Main() 70 {"proto_path", no_argument, nullptr, 'I'}, in Main() 71 {"schema_in", no_argument, nullptr, 's'}, in Main() 72 {"root_message", no_argument, nullptr, 'r'}, in Main() 73 {"msg_in", no_argument, nullptr, 'i'}, in Main() 74 {"msg_out", no_argument, nullptr, 'o'}, in Main() 75 {"filter_in", no_argument, nullptr, 'f'}, in Main() 76 {"filter_out", no_argument, nullptr, 'F'}, in Main() [all …]
|
/external/linux-kselftest/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 24 {"bootstatus", no_argument, NULL, 'b'}, 25 {"disable", no_argument, NULL, 'd'}, 26 {"enable", no_argument, NULL, 'e'}, 27 {"help", no_argument, NULL, 'h'}, 30 {"gettimeout", no_argument, NULL, 'T'}, 32 {"getpretimeout", no_argument, NULL, 'N'}, 33 {"gettimeleft", no_argument, NULL, 'L'}, 35 {"info", no_argument, NULL, 'i'}, 36 {NULL, no_argument, NULL, 0x0}
|
/external/kmod/tools/ |
D | modprobe.c | 62 {"all", no_argument, 0, 'a'}, 63 {"remove", no_argument, 0, 'r'}, 64 {"remove-dependencies", no_argument, 0, 5}, 65 {"resolve-alias", no_argument, 0, 'R'}, 66 {"first-time", no_argument, 0, 3}, 67 {"ignore-install", no_argument, 0, 'i'}, 68 {"ignore-remove", no_argument, 0, 'i'}, 69 {"use-blacklist", no_argument, 0, 'b'}, 70 {"force", no_argument, 0, 'f'}, 71 {"force-modversion", no_argument, 0, 2}, [all …]
|
D | rmmod.c | 41 {"force", no_argument, 0, 'f'}, 42 {"syslog", no_argument, 0, 's'}, 43 {"verbose", no_argument, 0, 'v'}, 44 {"version", no_argument, 0, 'V'}, 45 {"help", no_argument, 0, 'h'},
|
D | modinfo.c | 319 {"author", no_argument, 0, 'a'}, 320 {"description", no_argument, 0, 'd'}, 321 {"license", no_argument, 0, 'l'}, 322 {"parameters", no_argument, 0, 'p'}, 323 {"filename", no_argument, 0, 'n'}, 324 {"null", no_argument, 0, '0'}, 328 {"version", no_argument, 0, 'V'}, 329 {"help", no_argument, 0, 'h'},
|
/external/dtc/ |
D | dtc.c | 52 {"quiet", no_argument, NULL, 'q'}, 63 {"force", no_argument, NULL, 'f'}, 65 {"sort", no_argument, NULL, 's'}, 69 {"symbols", no_argument, NULL, '@'}, 70 {"auto-alias", no_argument, NULL, 'A'}, 71 {"annotate", no_argument, NULL, 'T'}, 72 {"help", no_argument, NULL, 'h'}, 73 {"version", no_argument, NULL, 'v'}, 74 {NULL, no_argument, NULL, 0x0},
|
/external/blktrace/btt/ |
D | args.c | 36 .has_arg = no_argument, 42 .has_arg = no_argument, 72 .has_arg = no_argument, 144 .has_arg = no_argument, 180 .has_arg = no_argument, 186 .has_arg = no_argument, 192 .has_arg = no_argument, 198 .has_arg = no_argument,
|
/external/rootdev/ |
D | main.c | 58 {"c", no_argument, &flag_create, 1}, in parse_args() 59 {"d", no_argument, &flag_strip_partition, 1}, in parse_args() 60 {"h", no_argument, &flag_help, 1}, in parse_args() 61 {"i", no_argument, &flag_ignore, 1}, in parse_args() 62 {"s", no_argument, &flag_use_slave, 1}, in parse_args()
|
/external/igt-gpu-tools/tools/ |
D | intel_l3_parity.c | 225 { "help", no_argument, 0, 'h' }, in main() 226 { "list", no_argument, 0, 'l' }, in main() 227 { "clear-all", no_argument, 0, 'a' }, in main() 228 { "enable", no_argument, 0, 'e' }, in main() 230 { "inject", no_argument, 0, 'i' }, in main() 231 { "uninject", no_argument, 0, 'u' }, in main() 232 { "hw-info", no_argument, 0, 'H' }, in main() 233 { "listen", no_argument, 0, 'L' }, in main() 238 { "daemon", no_argument, &daemonize, 1 }, in main()
|
D | intel_gpu_frequency.c | 168 { "get", no_argument, NULL, 'g' }, in parse() 171 { "min", no_argument, NULL, 'i' }, in parse() 172 { "max", no_argument, NULL, 'm' }, in parse() 173 { "defaults", no_argument, NULL, 'd' }, in parse() 174 { "help", no_argument, NULL, 'h' }, in parse() 175 { "version", no_argument, NULL, 'v' }, in parse()
|
/external/iproute2/rdma/ |
D | rdma.c | 84 { "version", no_argument, NULL, 'V' }, in main() 85 { "help", no_argument, NULL, 'h' }, in main() 86 { "json", no_argument, NULL, 'j' }, in main() 87 { "pretty", no_argument, NULL, 'p' }, in main() 88 { "details", no_argument, NULL, 'd' }, in main()
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_write_buffer.c | 52 {"dry-run", no_argument, 0, 'd'}, 53 {"dry_run", no_argument, 0, 'd'}, 54 {"help", no_argument, 0, 'h'}, 60 {"read-stdin", no_argument, 0, 'r'}, 61 {"read_stdin", no_argument, 0, 'r'}, 62 {"raw", no_argument, 0, 'r'}, 66 {"verbose", no_argument, 0, 'v'}, 67 {"version", no_argument, 0, 'V'},
|
/external/selinux/secilc/ |
D | secilc.c | 108 {"help", no_argument, 0, 'h'}, in main() 109 {"verbose", no_argument, 0, 'v'}, in main() 114 {"disable-dontaudit", no_argument, 0, 'D'}, in main() 115 {"multiple-decls", no_argument, 0, 'm'}, in main() 116 {"disable-neverallow", no_argument, 0, 'N'}, in main() 117 {"preserve-tunables", no_argument, 0, 'P'}, in main() 120 {"expand-generated", no_argument, 0, 'G'}, in main() 122 {"optimize", no_argument, 0, 'O'}, in main()
|
/external/openscreen/cast/standalone_receiver/ |
D | main.cc | 142 {"generate-credentials", no_argument, nullptr, 'g'}, in RunStandaloneReceiver() 145 {"tracing", no_argument, nullptr, 't'}, in RunStandaloneReceiver() 146 {"verbose", no_argument, nullptr, 'v'}, in RunStandaloneReceiver() 147 {"help", no_argument, nullptr, 'h'}, in RunStandaloneReceiver() 151 {"disable-discovery", no_argument, nullptr, 'x'}, in RunStandaloneReceiver()
|
/external/libwebsockets/test-apps/ |
D | test-client.c | 536 { "help", no_argument, NULL, 'h' }, 539 { "ssl", no_argument, NULL, 's' }, 540 { "strict-ssl", no_argument, NULL, 'S' }, 542 { "undeflated", no_argument, NULL, 'u' }, 543 { "echo", no_argument, NULL, 'e' }, 544 { "multi-test", no_argument, NULL, 'm' }, 545 { "nomirror", no_argument, NULL, 'n' }, 546 { "justmirror", no_argument, NULL, 'j' }, 547 { "longlived", no_argument, NULL, 'l' }, 548 { "post", no_argument, NULL, 'o' }, [all …]
|
D | test-server.c | 310 { "help", no_argument, NULL, 'h' }, 313 { "ssl", no_argument, NULL, 's' }, 314 { "allow-non-ssl", no_argument, NULL, 'a' }, 316 { "closetest", no_argument, NULL, 'c' }, 321 { "ssl-verify-client", no_argument, NULL, 'v' }, 326 { "libev", no_argument, NULL, 'e' }, 329 { "daemonize", no_argument, NULL, 'D' },
|
/external/openscreen/test/ |
D | test_main.cc | 53 {"tracing", no_argument, nullptr, 't'}, in InitFromArgs() 54 {"verbose", no_argument, nullptr, 'v'}, in InitFromArgs() 55 {"help", no_argument, nullptr, 'h'}, in InitFromArgs()
|
/external/libxkbcommon/tools/ |
D | compile-keymap.c | 120 {"help", no_argument, 0, 'h'}, in parse_options() 121 {"verbose", no_argument, 0, OPT_VERBOSE}, in parse_options() 123 {"kccgst", no_argument, 0, OPT_KCCGST}, in parse_options() 125 {"rmlvo", no_argument, 0, OPT_RMLVO}, in parse_options() 126 {"from-xkb", no_argument, 0, OPT_FROM_XKB}, in parse_options() 128 {"include-defaults", no_argument, 0, OPT_INCLUDE_DEFAULTS}, in parse_options()
|
/external/libiio/src/tests/ |
D | iio_attr.c | 309 {"help", no_argument, 0, 'h'}, 310 {"ignore-case", no_argument, 0, 'I'}, 311 {"quiet", no_argument, 0, 'q'}, 313 {"auto", no_argument, 0, 'a'}, 316 {"input-channel", no_argument, 0, 'i'}, 317 {"output-channel", no_argument, 0, 'o'}, 318 {"scan-channel", no_argument, 0, 's'}, 320 {"device-attr", no_argument, 0, 'd'}, 321 {"channel-attr", no_argument, 0, 'c'}, 322 {"context-attr", no_argument, 0, 'C'}, [all …]
|
/external/openscreen/cast/standalone_sender/ |
D | main.cc | 113 {"android-hack", no_argument, nullptr, 'a'}, in StandaloneSenderMain() 114 {"tracing", no_argument, nullptr, 't'}, in StandaloneSenderMain() 115 {"verbose", no_argument, nullptr, 'v'}, in StandaloneSenderMain() 116 {"help", no_argument, nullptr, 'h'}, in StandaloneSenderMain()
|
/external/perfetto/src/traced/probes/ |
D | probes.cc | 46 {"background", no_argument, nullptr, OPT_BACKGROUND}, in ProbesMain() 47 {"cleanup-after-crash", no_argument, nullptr, OPT_CLEANUP_AFTER_CRASH}, in ProbesMain() 48 {"version", no_argument, nullptr, OPT_VERSION}, in ProbesMain()
|