Searched refs:no_argument (Results 1 - 25 of 62) sorted by relevance

123

/external/fio/lib/
H A Dgetopt.h18 no_argument = 0, enumerator in enum:__anon21440
/external/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp31 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "no-args", 'a', no_argument, NULL, 0, eArgTypeNone, "Omit function arguments."},
32 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "no-locals", 'l', no_argument, NULL, 0, eArgTypeNone, "Omit local variables."},
33 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-globals", 'g', no_argument, NULL, 0, eArgTypeNone, "Show the current frame source file global and static variables."},
34 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-declaration",'c', no_argument, NULL, 0, eArgTypeNone, "Show variable declaration information (source file and line where the variable was declared)."},
35 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "regex", 'r', no_argument, NULL, 0, eArgTypeRegularExpression, "The <variable-name> argument for name lookups are regular expressions."},
36 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "scope", 's', no_argument, NULL, 0, eArgTypeNone, "Show variable scope (argument, local, global, static)."},
H A DOptionGroupBoolean.cpp33 m_option_definition.option_has_arg = no_argument_toggle_default ? no_argument : required_argument;
50 if (m_option_definition.option_has_arg == no_argument)
H A DOptionGroupValueObjectDisplay.cpp39 { LLDB_OPT_SET_1, false, "flat", 'F', no_argument, NULL, 0, eArgTypeNone, "Display results in a flat format that uses expression paths for each variable or member."},
40 { LLDB_OPT_SET_1, false, "location", 'L', no_argument, NULL, 0, eArgTypeNone, "Show variable location information."},
41 { LLDB_OPT_SET_1, false, "object-description", 'O', no_argument, NULL, 0, eArgTypeNone, "Print as an Objective-C object."},
43 { LLDB_OPT_SET_1, false, "show-types", 'T', no_argument, NULL, 0, eArgTypeNone, "Show variable types when dumping values."},
45 { LLDB_OPT_SET_1, false, "raw-output", 'R', no_argument, NULL, 0, eArgTypeNone, "Don't use formatting options."},
46 { LLDB_OPT_SET_1, false, "show-all-children", 'A', no_argument, NULL, 0, eArgTypeNone, "Ignore the upper bound on the number of children to show."},
H A DOptionGroupOutputFile.cpp35 { LLDB_OPT_SET_1 , false, "append-outfile" , 'apnd', no_argument, NULL, 0, eArgTypeNone , "Append to the the file specified with '--outfile <path>'."},
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h39 #define no_argument 0 macro
51 * one of no_argument, required_argument, and optional_argument:
/external/mesa3d/src/getopt/
H A Dgetopt.h39 #define no_argument 0 macro
51 * one of no_argument, required_argument, and optional_argument:
/external/bison/src/
H A 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,
[all...]
/external/tcpdump/win32/Include/
H A Dgetopt.h71 no_argument (or 0) if the option does not take an argument,
102 #define no_argument 0 macro
/external/blktrace/btt/
H A 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/examples/lookup/
H A Dmain.cpp64 { "help", no_argument, NULL, 'h' },
65 { "verbose", no_argument, NULL, 'v' },
115 case no_argument:
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h68 no_argument (or 0) if the option does not take an argument,
99 #define no_argument 0 macro
/external/lldb/source/Commands/
H A DCommandObjectLog.cpp219 { LLDB_OPT_SET_1, false, "threadsafe", 't', no_argument, NULL, 0, eArgTypeNone, "Enable thread safe logging to avoid interweaved log lines." },
220 { LLDB_OPT_SET_1, false, "verbose", 'v', no_argument, NULL, 0, eArgTypeNone, "Enable verbose logging." },
221 { LLDB_OPT_SET_1, false, "debug", 'g', no_argument, NULL, 0, eArgTypeNone, "Enable debug logging." },
222 { LLDB_OPT_SET_1, false, "sequence", 's', no_argument, NULL, 0, eArgTypeNone, "Prepend all log lines with an increasing integer sequence id." },
223 { LLDB_OPT_SET_1, false, "timestamp", 'T', no_argument, NULL, 0, eArgTypeNone, "Prepend all log lines with a timestamp." },
224 { LLDB_OPT_SET_1, false, "pid-tid", 'p', no_argument, NULL, 0, eArgTypeNone, "Prepend all log lines with the process and thread ID that generates the log line." },
225 { LLDB_OPT_SET_1, false, "thread-name",'n', no_argument, NULL, 0, eArgTypeNone, "Prepend all log lines with the thread name for the thread that generates the log line." },
226 { LLDB_OPT_SET_1, false, "stack", 'S', no_argument, NULL, 0, eArgTypeNone, "Append a stack backtrace to each log line." },
H A DCommandObjectDisassemble.cpp234 { LLDB_OPT_SET_ALL, false, "bytes" , 'b', no_argument , NULL, 0, eArgTypeNone, "Show opcode bytes when disassembling."},
236 { LLDB_OPT_SET_ALL, false, "mixed" , 'm', no_argument , NULL, 0, eArgTypeNone, "Enable mixed source and assembly display."},
237 { LLDB_OPT_SET_ALL, false, "raw" , 'r', no_argument , NULL, 0, eArgTypeNone, "Print raw disassembly with no symbol information."},
252 { LLDB_OPT_SET_4 , false, "frame" , 'f', no_argument , NULL, 0, eArgTypeNone, "Disassemble from the start of the current frame's function."},
253 { LLDB_OPT_SET_5 , false, "pc" , 'p', no_argument , NULL, 0, eArgTypeNone, "Disassemble around the current pc."},
254 { LLDB_OPT_SET_6 , false, "line" , 'l', no_argument , NULL, 0, eArgTypeNone, "Disassemble the current frame's current source line instructions if there debug line table information, else disasemble around the pc."},
H A DCommandObjectHelp.cpp57 { LLDB_OPT_SET_ALL, false, "show-aliases", 'a', no_argument, NULL, 0, eArgTypeNone, "Show aliases in the command list."},
58 { LLDB_OPT_SET_ALL, false, "hide-user-commands", 'u', no_argument, NULL, 0, eArgTypeNone, "Hide user-defined commands from the list."},
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dtest_optpass.cpp173 { "input-ir", no_argument, &input_format_ir, 1 },
174 { "input-glsl", no_argument, &input_format_ir, 0 },
175 { "loop", no_argument, &loop, 1 },
176 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER },
177 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER },
178 { "quiet", no_argument, &quiet, 1 },
/external/mesa3d/src/glsl/
H A Dtest_optpass.cpp173 { "input-ir", no_argument, &input_format_ir, 1 },
174 { "input-glsl", no_argument, &input_format_ir, 0 },
175 { "loop", no_argument, &loop, 1 },
176 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER },
177 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER },
178 { "quiet", no_argument, &quiet, 1 },
/external/dhcpcd/
H A 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, NUL
[all...]
/external/lldb/examples/functions/
H A 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:
/external/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp43 { "debug", no_argument, &g_debug, 1 },
44 { "verbose", no_argument, &g_verbose, 1 },
/external/checkpolicy/
H A Dcheckmodule.c170 {"help", no_argument, NULL, 'h'},
172 {"binary", no_argument, NULL, 'b'},
173 {"version", no_argument, NULL, 'V'},
175 {"mls", no_argument, NULL, 'M'},
/external/lldb/tools/darwin-debug/
H A 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/bison/darwin-lib/
H A Dgetopt.h180 no_argument (or 0) if the option does not take an argument,
210 # define no_argument 0 macro
/external/bison/lib/
H A Dgetopt.in.h169 no_argument (or 0) if the option does not take an argument,
199 # define no_argument 0 macro
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp299 { "verbose", no_argument, NULL, 'v' },
302 { "dsym", no_argument, NULL, 'd' },
319 case no_argument:

Completed in 1388 milliseconds

123