Home
last modified time | relevance | path

Searched refs:no_argument (Results 1 – 25 of 63) sorted by relevance

123

/external/lldb/source/Interpreter/
DOptionGroupVariable.cpp31 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "no-args", 'a', no_argument, NULL, 0, eArg…
32 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "no-locals", 'l', no_argument, NULL, 0, eArg…
33 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-globals", 'g', no_argument, NULL, 0, eArg…
34 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-declaration",'c', no_argument, NULL, 0, eArg…
35 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "regex", 'r', no_argument, NULL, 0, eArg…
36 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "scope", 's', no_argument, NULL, 0, eArg…
DOptionGroupValueObjectDisplay.cpp39 …{ LLDB_OPT_SET_1, false, "flat", 'F', no_argument, NULL, 0, eArgTypeNone, …
40 …{ LLDB_OPT_SET_1, false, "location", 'L', no_argument, NULL, 0, eArgTypeNone, …
41 …{ LLDB_OPT_SET_1, false, "object-description", 'O', no_argument, NULL, 0, eArgTypeNone, …
43 …{ LLDB_OPT_SET_1, false, "show-types", 'T', no_argument, NULL, 0, eArgTypeNone, …
45 …{ LLDB_OPT_SET_1, false, "raw-output", 'R', no_argument, NULL, 0, eArgTypeNone, …
46 …{ LLDB_OPT_SET_1, false, "show-all-children", 'A', no_argument, NULL, 0, eArgTypeNone, …
DOptionGroupBoolean.cpp33 … m_option_definition.option_has_arg = no_argument_toggle_default ? no_argument : required_argument; in OptionGroupBoolean()
50 if (m_option_definition.option_has_arg == no_argument) in SetOptionValue()
/external/bison/src/
Dgetargs.c530 { "help", no_argument, 0, 'h' },
531 { "version", no_argument, 0, 'V' },
532 { "print-localedir", no_argument, 0, PRINT_LOCALEDIR_OPTION },
533 { "print-datadir", no_argument, 0, PRINT_DATADIR_OPTION },
548 { "verbose", no_argument, 0, 'v' },
558 { "fixed-output-files", no_argument, 0, 'y' },
559 { "yacc", no_argument, 0, 'y' },
562 { "debug", no_argument, 0, 't' },
565 { "locations", no_argument, 0, LOCATIONS_OPTION },
566 { "no-lines", no_argument, 0, 'l' },
[all …]
/external/dhcpcd/
Dif-options.c60 {"background", no_argument, NULL, 'b'},
62 {"debug", no_argument, NULL, 'd'},
65 {"reconfigure", no_argument, NULL, 'g'},
68 {"release", no_argument, NULL, 'k'},
71 {"rebind", no_argument, NULL, 'n'},
73 {"persistent", no_argument, NULL, 'p'},
74 {"quiet", no_argument, NULL, 'q'},
80 {"waitip", no_argument, NULL, 'w'},
81 {"exit", no_argument, NULL, 'x'},
84 {"noarp", no_argument, NULL, 'A'},
[all …]
/external/blktrace/btt/
Dargs.c36 .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,
/external/lldb/source/Commands/
DCommandObjectLog.cpp219 { LLDB_OPT_SET_1, false, "threadsafe", 't', no_argument, NULL, 0, eArgTypeNone, "Enabl…
220 { LLDB_OPT_SET_1, false, "verbose", 'v', no_argument, NULL, 0, eArgTypeNone, "Enable…
221 { LLDB_OPT_SET_1, false, "debug", 'g', no_argument, NULL, 0, eArgTypeNone, "Enable…
222 { LLDB_OPT_SET_1, false, "sequence", 's', no_argument, NULL, 0, eArgTypeNone, "Prepen…
223 { LLDB_OPT_SET_1, false, "timestamp", 'T', no_argument, NULL, 0, eArgTypeNone, "Prepen…
224 { LLDB_OPT_SET_1, false, "pid-tid", 'p', no_argument, NULL, 0, eArgTypeNone, "Prepen…
225 { LLDB_OPT_SET_1, false, "thread-name",'n', no_argument, NULL, 0, eArgTypeNone, "Prepen…
226 { LLDB_OPT_SET_1, false, "stack", 'S', no_argument, NULL, 0, eArgTypeNone, "Append…
DCommandObjectDisassemble.cpp234 { LLDB_OPT_SET_ALL, false, "bytes" , 'b', no_argument , NULL, 0, eArgTypeNone, …
236 { LLDB_OPT_SET_ALL, false, "mixed" , 'm', no_argument , NULL, 0, eArgTypeNone, …
237 { LLDB_OPT_SET_ALL, false, "raw" , 'r', no_argument , NULL, 0, eArgTypeNone, …
252 { LLDB_OPT_SET_4 , false, "frame" , 'f', no_argument , NULL, 0, eArgTypeNone, …
253 { LLDB_OPT_SET_5 , false, "pc" , 'p', no_argument , NULL, 0, eArgTypeNone, …
254 { LLDB_OPT_SET_6 , false, "line" , 'l', no_argument , NULL, 0, eArgTypeNone, …
DCommandObjectType.cpp536 …{ LLDB_OPT_SET_ALL, false, "skip-pointers", 'p', no_argument, NULL, 0, eArgTypeNone, "Don'…
537 …{ LLDB_OPT_SET_ALL, false, "skip-references", 'r', no_argument, NULL, 0, eArgTypeNone, "Do…
1400 …{ LLDB_OPT_SET_ALL, false, "no-value", 'v', no_argument, NULL, 0, eArgTypeNone, "Don't sho…
1401 …{ LLDB_OPT_SET_ALL, false, "skip-pointers", 'p', no_argument, NULL, 0, eArgTypeNone, "Don'…
1402 …{ LLDB_OPT_SET_ALL, false, "skip-references", 'r', no_argument, NULL, 0, eArgTypeNone, "Do…
1403 …{ LLDB_OPT_SET_ALL, false, "regex", 'x', no_argument, NULL, 0, eArgTypeNone, "Type names are a…
1404 …{ LLDB_OPT_SET_1 , true, "inline-children", 'c', no_argument, NULL, 0, eArgTypeNone, "If true,…
1405 …{ LLDB_OPT_SET_1 , false, "omit-names", 'O', no_argument, NULL, 0, eArgTypeNone, "If true, omi…
1409 …{ LLDB_OPT_SET_3, false, "input-python", 'P', no_argument, NULL, 0, eArgTypeNone, "Input Python co…
1410 …{ LLDB_OPT_SET_2 | LLDB_OPT_SET_3, false, "expand", 'e', no_argument, NULL, 0, eArgTypeNone, …
[all …]
DCommandObjectHelp.cpp57 …{ LLDB_OPT_SET_ALL, false, "show-aliases", 'a', no_argument, NULL, 0, eArgTypeNone, "Show …
58 …{ LLDB_OPT_SET_ALL, false, "hide-user-commands", 'u', no_argument, NULL, 0, eArgTypeNone, …
/external/mesa3d/src/glsl/
Dtest_optpass.cpp173 { "input-ir", no_argument, &input_format_ir, 1 }, in test_optpass()
174 { "input-glsl", no_argument, &input_format_ir, 0 }, in test_optpass()
175 { "loop", no_argument, &loop, 1 }, in test_optpass()
176 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER }, in test_optpass()
177 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER }, in test_optpass()
178 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dtest_optpass.cpp173 { "input-ir", no_argument, &input_format_ir, 1 }, in test_optpass()
174 { "input-glsl", no_argument, &input_format_ir, 0 }, in test_optpass()
175 { "loop", no_argument, &loop, 1 }, in test_optpass()
176 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER }, in test_optpass()
177 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER }, in test_optpass()
178 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
/external/lldb/examples/functions/
Dmain.cpp67 { "canonical", no_argument, NULL, 'c' },
68 { "extern", no_argument, NULL, 'x' },
69 { "help", no_argument, NULL, 'h' },
71 { "verbose", no_argument, NULL, 'v' },
120 case no_argument: in main()
/external/chromium_org/chrome/installer/gcapi_mac/
Dgcapi_example_client.mm28 { "criteria-check", no_argument, NULL, 'c' },
29 { "force-reinstall", no_argument, NULL, 'r' },
32 { "launch", no_argument, NULL, 'l' },
33 { "help", no_argument, NULL, 'h' },
/external/checkpolicy/
Dcheckmodule.c170 {"help", no_argument, NULL, 'h'}, in main()
172 {"binary", no_argument, NULL, 'b'}, in main()
173 {"version", no_argument, NULL, 'V'}, in main()
175 {"mls", no_argument, NULL, 'M'}, in main()
/external/lldb/tools/darwin-debug/
Ddarwin-debug.cpp52 { "disable-aslr", no_argument, NULL, 'd' },
53 { "no-env", no_argument, NULL, 'e' },
54 { "help", no_argument, NULL, 'h' },
55 { "setsid", no_argument, NULL, 's' },
/external/lldb/examples/lookup/
Dmain.cpp64 { "help", no_argument, NULL, 'h' },
65 { "verbose", no_argument, NULL, 'v' },
115 case no_argument: in main()
/external/lldb/tools/lldb-perf/common/stepping/
Dlldb-perf-stepping.cpp189 { "verbose", no_argument, NULL, 'v' },
190 { "single-step", no_argument, NULL, 's' },
209 case no_argument: in GetShortOptionString()
/external/lldb/tools/lldb-platform/
Dlldb-platform.cpp43 { "debug", no_argument, &g_debug, 1 },
44 { "verbose", no_argument, &g_verbose, 1 },
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp299 { "verbose", no_argument, NULL, 'v' },
302 { "dsym", no_argument, NULL, 'd' },
319 case no_argument: in GetShortOptionString()
/external/lldb/tools/debugserver/source/
Ddebugserver.cpp769 { "debug", no_argument, NULL, 'g' },
770 { "verbose", no_argument, NULL, 'v' },
771 { "lockdown", no_argument, &g_lockdown_opt, 1 }, // short option "-k"
772 { "applist", no_argument, &g_applist_opt, 1 }, // short option "-t"
779 …{ "native-regs", no_argument, NULL, 'r' }, // Specify to use the nati…
784 …{ "no-stdio", no_argument, NULL, 'n' }, // Do not set up any stdio…
785 …{ "setsid", no_argument, NULL, 'S' }, // call setsid() to make d…
786 …{ "disable-aslr", no_argument, NULL, 'D' }, // Use _POSIX_SPAWN_DISABL…
867 case no_argument: in main()
/external/fio/lib/
Dgetopt.h18 no_argument = 0, enumerator
/external/mesa3d/src/getopt/
Dgetopt.h39 #define no_argument 0 macro
/external/chromium_org/third_party/mesa/src/src/getopt/
Dgetopt.h39 #define no_argument 0 macro
/external/lldb/tools/driver/
DDriver.cpp79 { LLDB_OPT_SET_1, true , "help" , 'h', no_argument , 0, eArgTypeNone,
81 { LLDB_OPT_SET_2, true , "version" , 'v', no_argument , 0, eArgTypeNone,
92 { LLDB_OPT_SET_4, true , "wait-for" , 'w', no_argument , 0, eArgTypeNone,
100 { LLDB_3_TO_5, false, "debug" , 'd', no_argument , 0, eArgTypeNone,
104 { LLDB_3_TO_5, false, "editor" , 'e', no_argument , 0, eArgTypeNone,
106 { LLDB_3_TO_5, false, "no-lldbinit" , 'x', no_argument , 0, eArgTypeNone,
108 { LLDB_3_TO_5, false, "no-use-colors" , 'o', no_argument , 0, eArgTypeNone,
110 { LLDB_OPT_SET_6, true , "python-path" , 'P', no_argument , 0, eArgTypeNone,
526 case no_argument: in ParseArgs()

123