/external/qemu/ |
qemu-options.h | 32 #define DEF(option, opt_arg, opt_enum, opt_help) \
|
vl-android.c | [all...] |
vl.c | [all...] |
/external/icu4c/samples/coll/ |
coll.cpp | 44 UBool opt_help = FALSE; variable 77 {"-help", OptSpec::FLAG, &opt_help}, 78 {"-?", OptSpec::FLAG, &opt_help}, 241 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
|
/external/icu4c/samples/strsrch/ |
strsrch.cpp | 47 UBool opt_help = FALSE; variable 88 {"-help", OptSpec::FLAG, &opt_help}, 89 {"-?", OptSpec::FLAG, &opt_help}, 279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 98 UBool opt_help = FALSE; variable 149 {"-help", OptSpec::FLAG, &opt_help}, 150 {"-?", OptSpec::FLAG, &opt_help}, 641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
|
/external/stlport/ |
configure.bat | 34 if "%1" == "-?" goto opt_help 35 if "%1" == "-h" goto opt_help 36 if "%1" == "/?" goto opt_help 37 if "%1" == "/h" goto opt_help 38 if "%1" == "--help" goto opt_help 105 :opt_help label
|
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 109 UBool opt_help = FALSE; variable 174 {"-help", OptSpec::FLAG, &opt_help}, 175 {"-?", OptSpec::FLAG, &opt_help}, [all...] |
/external/bluetooth/bluez/tools/ |
bccmd.c | 219 static int opt_help(int argc, char *argv[], int *help) function 235 #define OPT_HELP(range, help) \ 236 opt_help(argc, argv, (help)); \ 246 OPT_HELP(0, NULL); 280 OPT_HELP(1, NULL); 308 OPT_HELP(0, NULL); 331 OPT_HELP(0, NULL); 355 OPT_HELP(0, NULL); 415 OPT_HELP(0, NULL); 439 OPT_HELP(0, NULL) [all...] |
/external/pcre/ |
ltmain.sh | 391 opt_help=false 954 --help) opt_help=: ;; 955 --help-all) opt_help=': help-all' ;; 1022 $opt_help || { [all...] |
/external/valgrind/main/mpi/ |
libmpiwrap.c | 180 static Bool opt_help = False; variable 202 opt_help = True; 215 if (opt_help) { [all...] |
/external/libpng/ |
ltmain.sh | 236 opt_help=false 795 --help) opt_help=: ;; 862 $opt_help || { [all...] |
/external/protobuf/gtest/build-aux/ |
ltmain.sh | 236 opt_help=false 795 --help) opt_help=: ;; 862 $opt_help || { [all...] |
/external/protobuf/ |
ltmain.sh | 236 opt_help=false 795 --help) opt_help=: ;; 862 $opt_help || { [all...] |