HomeSort by relevance Sort by last modified time
    Searched defs:hasArg (Results 1 - 25 of 42) 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 }
  /frameworks/native/cmds/lshal/
ListCommand.h 65 int hasArg;
  /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-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/darwin-x86/clang-4393122/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) 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/clang/host/linux-x86/clang-4393122/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
ArgList.h 240 /// hasArg - Does the arg list contain any option matching \p Id.
248 bool hasArg(OptSpecifiers ...Ids) const {
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
commons-cli-1.3.1.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 

Completed in 1293 milliseconds

1 2