/external/icu/icu4c/source/samples/coll/ |
D | 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) { in main()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | 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) { in main()
|
/external/chromium-trace/catapult/tracing/third_party/devscripts/ |
D | licensecheck.pl.vanilla | 176 my ($opt_help, $opt_version); 223 GetOptions("help|h" => \$opt_help, 244 if ($opt_help) { help(); exit 0; }
|
D | licensecheck.pl | 180 my ($opt_help, $opt_version); 227 GetOptions("help|h" => \$opt_help, 246 if ($opt_help) { help(); exit 0; }
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | 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) { in main()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 109 UBool opt_help = FALSE; variable 174 {"-help", OptSpec::FLAG, &opt_help}, 175 {"-?", OptSpec::FLAG, &opt_help}, 1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { in main()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 87 static boolean opt_help = false; field in CollationPerformanceTest 157 if ( !CollationPerformanceTest.processOptions(args) || opt_help || opt_fName.length()==0) { in main() 940 opt_help = true; in processOptions()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/libedit/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/protobuf/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/protobuf/gtest/build-aux/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/c-ares/ |
D | ltmain.sh | 1052 opt_help=false 1097 opt_help=: 1101 opt_help=': help-all' 1191 $opt_help || { 2292 $opt_help || { 2484 if $opt_help; then 2485 if test "$opt_help" = :; then
|
/external/libexif/ |
D | ltmain.sh | 1055 opt_help=false 1100 opt_help=: 1104 opt_help=': help-all' 1194 $opt_help || { 2295 $opt_help || { 2487 if $opt_help; then 2488 if test "$opt_help" = :; then
|
/external/libmicrohttpd/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/libopus/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/libevent/ |
D | ltmain.sh | 1048 opt_help=false 1094 opt_help=: 1098 opt_help=': help-all' 1192 $opt_help || { 2293 $opt_help || { 2485 if $opt_help; then 2486 if test "$opt_help" = :; then
|
/external/pcre/dist/ |
D | ltmain.sh | 2265 opt_help=false 2337 --help) opt_help=: ;; 2339 --help-all) opt_help=': help-all' ;; 2430 $opt_help || { 3609 $opt_help || { 3802 if $opt_help; then 3803 if test : = "$opt_help"; then
|
/external/valgrind/mpi/ |
D | libmpiwrap.c | 177 static Bool opt_help = False; variable 199 opt_help = True; in before() 212 if (opt_help) { in before()
|
/external/jemalloc/bin/ |
D | jeprof.in | 309 $main::opt_help = 0; 382 GetOptions("help!" => \$main::opt_help, 436 if ($main::opt_help) {
|
/external/google-tv-pairing-protocol/cpp/ |
D | libtool | 1296 --help) opt_help=: ;; 1363 $opt_help || { 1948 $opt_help || { 2134 $opt_help && func_mode_help
|
D | ltmain.sh | 795 --help) opt_help=: ;; 862 $opt_help || { 1447 $opt_help || { 1633 $opt_help && func_mode_help
|
/external/libvorbis/ |
D | ltmain.sh | 795 --help) opt_help=: ;; 862 $opt_help || { 1447 $opt_help || { 1633 $opt_help && func_mode_help
|
/external/google-breakpad/autotools/ |
D | ltmain.sh | 795 --help) opt_help=: ;; 862 $opt_help || { 1447 $opt_help || { 1633 $opt_help && func_mode_help
|
/external/libmtp/ |
D | ltmain.sh | 795 --help) opt_help=: ;; 862 $opt_help || { 1447 $opt_help || { 1633 $opt_help && func_mode_help
|