Home
last modified time | relevance | path

Searched refs:optional_argument (Results 1 – 11 of 11) sorted by relevance

/aosp12/bionic/libc/include/
H A Dgetopt.h49 #define optional_argument 2 macro
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTestEnvironment.h46 {"cleanUp", optional_argument, 0, 'C'}, in initFromOptions()
/aosp12/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp187 {"report-frametime", optional_argument, nullptr, LongOpts::ReportFrametime},
194 {"report-gpu-memory", optional_argument, nullptr, LongOpts::ReportGpuMemory},
/aosp12/system/logging/logcat/
H A Dlogcat.cpp571 { "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 DMain.cpp43 {"overlay", optional_argument, NULL, 'o'},
/aosp12/system/core/toolbox/
H A Dmodprobe.cpp106 { "all", optional_argument, 0, 'a' }, in modprobe_main()
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c296 long_options[match].has_arg == optional_argument) { in parse_long_options()
/aosp12/system/tools/aidl/
H A Doptions.cpp219 {"checkapi", optional_argument, 0, 'A'}, in Options()
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp895 … 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 Dbootstat.cpp1485 { boot_reason_enum_str, optional_argument, NULL, 0 }, in main()
/aosp12/system/core/fastboot/
H A Dfastboot.cpp1926 {"set-active", optional_argument, 0, 'a'}, in Main()