HomeSort by relevance Sort by last modified time
    Searched refs:opt_help (Results 1 - 25 of 34) 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/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/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/libxkbcommon/xkbcommon/build-aux/
ltmain.sh 432 opt_help=false
1048 opt_help=false
1094 opt_help=:
1098 opt_help=': help-all'
    [all...]
  /external/lmfit/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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/curl/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ltmain.sh     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
ltmain.sh     [all...]
  /toolchain/binutils/binutils-2.27/
ltmain.sh 397 opt_help=false
965 --help) opt_help=: ;;
966 --help-all) opt_help=': help-all' ;;
1033 $opt_help || {
    [all...]

Completed in 664 milliseconds

1 2