HomeSort by relevance Sort by last modified time
    Searched refs:opt_help (Results 1 - 25 of 30) sorted by null

1 2

  /external/icu/icu4c/source/samples/coll/
coll.cpp 50 UBool opt_help = FALSE; variable
83 {"-help", OptSpec::FLAG, &opt_help},
84 {"-?", OptSpec::FLAG, &opt_help},
247 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 52 UBool opt_help = FALSE; variable
93 {"-help", OptSpec::FLAG, &opt_help},
94 {"-?", OptSpec::FLAG, &opt_help},
284 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 103 UBool opt_help = FALSE; variable
154 {"-help", OptSpec::FLAG, &opt_help},
155 {"-?", OptSpec::FLAG, &opt_help},
646 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 113 UBool opt_help = FALSE; variable
178 {"-help", OptSpec::FLAG, &opt_help},
179 {"-?", OptSpec::FLAG, &opt_help},
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 89 static boolean opt_help = false; field in class:CollationPerformanceTest
159 if ( !CollationPerformanceTest.processOptions(args) || opt_help || opt_fName.length()==0) {
    [all...]
  /external/c-ares/
ltmain.sh 436 opt_help=false
1052 opt_help=false
1097 opt_help=:
1101 opt_help=': help-all'
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/libedit/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/libevent/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/libexif/
ltmain.sh 439 opt_help=false
1055 opt_help=false
1100 opt_help=:
1104 opt_help=': help-all'
    [all...]
  /external/libmicrohttpd/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/libnetfilter_conntrack/build-aux/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/libnfnetlink/build-aux/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/protobuf/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]
  /toolchain/binutils/binutils-2.25/
ltmain.sh 397 opt_help=false
965 --help) opt_help=: ;;
966 --help-all) opt_help=': help-all' ;;
1033 $opt_help || {
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c 177 static Bool opt_help = False; variable
199 opt_help = True;
212 if (opt_help) {
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh 236 opt_help=false
795 --help) opt_help=: ;;
862 $opt_help || {
    [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 737 opt_help=false
    [all...]
ltmain.sh 236 opt_help=false
795 --help) opt_help=: ;;
862 $opt_help || {
    [all...]
  /external/libmtp/
ltmain.sh 236 opt_help=false
795 --help) opt_help=: ;;
862 $opt_help || {
    [all...]
  /external/libnetfilter_conntrack/
ltmain.sh 236 opt_help=false
795 --help) opt_help=: ;;
862 $opt_help || {
    [all...]

Completed in 297 milliseconds

1 2