Searched refs:optional_argument (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/libc/include/ |
H A D | getopt.h | 49 #define optional_argument 2 macro
|
/aosp12/frameworks/av/media/libstagefright/tests/writer/ |
H A D | WriterTestEnvironment.h | 46 {"cleanUp", optional_argument, 0, 'C'}, in initFromOptions()
|
/aosp12/frameworks/base/libs/hwui/tests/macrobench/ |
H A D | main.cpp | 187 {"report-frametime", optional_argument, nullptr, LongOpts::ReportFrametime}, 194 {"report-gpu-memory", optional_argument, nullptr, LongOpts::ReportGpuMemory},
|
/aosp12/system/logging/logcat/ |
H A D | logcat.cpp | 571 { "buffer-size", optional_argument, nullptr, 'g' }, in Run() 587 { "prune", optional_argument, nullptr, 'p' }, in Run() 596 { wrap_str, optional_argument, nullptr, 0 }, in Run()
|
/aosp12/frameworks/base/tools/obbtool/ |
H A D | Main.cpp | 43 {"overlay", optional_argument, NULL, 'o'},
|
/aosp12/system/core/toolbox/ |
H A D | modprobe.cpp | 106 { "all", optional_argument, 0, 'a' }, in modprobe_main()
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | getopt_long.c | 296 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
/aosp12/system/tools/aidl/ |
H A D | options.cpp | 219 {"checkapi", optional_argument, 0, 'A'}, in Options()
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | ListCommand.cpp | 895 … mOptions.push_back({'d', "debug", optional_argument, v++, [](ListCommand* thiz, const char* arg) { in registerAllOptions() 1149 if (hasArg == optional_argument) {
|
/aosp12/system/core/bootstat/ |
H A D | bootstat.cpp | 1485 { boot_reason_enum_str, optional_argument, NULL, 0 }, in main()
|
/aosp12/system/core/fastboot/ |
H A D | fastboot.cpp | 1926 {"set-active", optional_argument, 0, 'a'}, in Main()
|