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

1 2

  /external/emma/core/java12/com/vladium/util/args/
IOptsParser.java 50 boolean hasArg (String name);
OptsParser.java 643 public boolean hasArg (final String name)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
uoptions.h 49 /* values of UOption.hasArg */
59 char hasArg; /* enum value: option takes no/requires/may have argument */
64 #define UOPTION_DEF(longName, shortName, hasArg) \
65 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
UOption.java 35 public int hasArg;
38 // Values of hasArg
174 if(option.hasArg!=NO_ARG) {
179 } else if(option.hasArg==REQUIRES_ARG) {
202 if(option.hasArg!=NO_ARG) {
214 } else if(option.hasArg==REQUIRES_ARG) {
268 hasArg = hasArgument;
  /external/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 179 /// hasArg - Does the arg list contain any option matching \p Id.
185 bool hasArg(OptSpecifier Id) const {
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.3.1/
commons-cli-1.3.1.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.2/
commons-cli-1.2.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 852 milliseconds

1 2