/external/llvm/lib/Option/ |
D | ArgList.cpp | 27 const Option &O = (*Current)->getOption(); in SkipToNextArg() 49 if ((*it)->getOption().matches(Id)) { in eraseArg() 61 if ((*it)->getOption().matches(Id)) in getLastArgNoClaim() 69 if ((*it)->getOption().matches(Id)) { in getLastArg() 81 if ((*it)->getOption().matches(Id0) || in getLastArg() 82 (*it)->getOption().matches(Id1)) { in getLastArg() 96 if ((*it)->getOption().matches(Id0) || in getLastArg() 97 (*it)->getOption().matches(Id1) || in getLastArg() 98 (*it)->getOption().matches(Id2)) { in getLastArg() 111 if ((*it)->getOption().matches(Id0) || in getLastArg() [all …]
|
D | OptTable.cpp | 123 getOption(i).dump(); in OptTable() 124 getOption(i + 1).dump(); in OptTable() 155 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() function in OptTable 192 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); in ParseOneArg() 237 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); in ParseOneArg() 239 return new Arg(getOption(TheUnknownOptionID), Str, Index++, Str); in ParseOneArg() 268 Args->append(new Arg(getOption(TheInputOptionID), in ParseArgs() 296 const Option O = Opts.getOption(Id); in getOptionHelpName()
|
D | Arg.cpp | 81 if (!getOption().hasNoOptAsInput()) { in renderAsInput() 91 switch (getOption().getRenderStyle()) { in render()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
D | PropertyOptions.java | 79 return getOption(URI); in isURI() 101 return getOption(HAS_QUALIFIERS); in getHasQualifiers() 124 return getOption(QUALIFIER); in isQualifier() 142 return getOption(HAS_LANGUAGE); in getHasLanguage() 160 return getOption(HAS_TYPE); in getHasType() 178 return getOption(STRUCT); in isStruct() 199 return getOption(ARRAY); in isArray() 220 return getOption(ARRAY_ORDERED); in isArrayOrdered() 241 return getOption(ARRAY_ALTERNATE); in isArrayAlternate() 263 return getOption(ARRAY_ALT_TEXT); in isArrayAltText() [all …]
|
D | ParseOptions.java | 50 return getOption(REQUIRE_XMP_META); in getRequireXMPMeta() 70 return getOption(STRICT_ALIASING); in getStrictAliasing() 90 return getOption(FIX_CONTROL_CHARS); in getFixControlChars() 110 return getOption(ACCEPT_LATIN_1); in getAcceptLatin1() 130 return getOption(OMIT_NORMALIZATION); in getOmitNormalization()
|
D | IteratorOptions.java | 38 return getOption(JUST_CHILDREN); in isJustChildren() 47 return getOption(JUST_LEAFNAME); in isJustLeafname() 56 return getOption(JUST_LEAFNODES); in isJustLeafnodes() 65 return getOption(OMIT_QUALIFIERS); in isOmitQualifiers()
|
D | SerializeOptions.java | 108 return getOption(OMIT_PACKET_WRAPPER); in getOmitPacketWrapper() 128 return getOption(READONLY_PACKET); in getReadOnlyPacket() 148 return getOption(USE_COMPACT_FORMAT); in getUseCompactFormat() 167 return getOption(INCLUDE_THUMBNAIL_PAD); in getIncludeThumbnailPad() 187 return getOption(EXACT_PACKET_LENGTH); in getExactPacketLength() 207 return getOption(SORT); in getSort()
|
D | AliasOptions.java | 69 return getOption(PROP_ARRAY); in isArray() 89 return getOption(PROP_ARRAY_ORDERED); in isArrayOrdered() 109 return getOption(PROP_ARRAY_ALTERNATE); in isArrayAlternate() 129 return getOption(PROP_ARRAY_ALT_TEXT); in isArrayAltText()
|
/external/clang/lib/Driver/ |
D | SanitizerArgs.h | 133 << A->getOption().getName() << A->getValue(I); in parse() 147 if (A->getOption().matches(options::OPT_faddress_sanitizer)) { in parse() 150 } else if (A->getOption().matches(options::OPT_fno_address_sanitizer)) { in parse() 153 } else if (A->getOption().matches(options::OPT_fthread_sanitizer)) { in parse() 156 } else if (A->getOption().matches(options::OPT_fno_thread_sanitizer)) { in parse() 159 } else if (A->getOption().matches(options::OPT_fcatch_undefined_behavior)) { in parse() 163 } else if (A->getOption().matches(options::OPT_fbounds_checking) || in parse() 164 A->getOption().matches(options::OPT_fbounds_checking_EQ)) { in parse() 167 } else if (A->getOption().matches(options::OPT_fsanitize_EQ)) { in parse() 169 } else if (A->getOption().matches(options::OPT_fno_sanitize_EQ)) { in parse() [all …]
|
D | Driver.cpp | 88 getOpts().getOption(options::OPT_driver_mode).getPrefixedName(); in ParseDriverMode() 133 if (A->getOption().hasFlag(options::Unsupported)) { in ParseArgStrings() 139 if (A->getOption().matches(options::OPT_mcpu_EQ) && in ParseArgStrings() 203 if ((A->getOption().matches(options::OPT_Wl_COMMA) || in TranslateInputArgs() 204 A->getOption().matches(options::OPT_Xlinker)) && in TranslateInputArgs() 207 DAL->AddFlagArg(A, Opts->getOption(options::OPT_Z_Xlinker__no_demangle)); in TranslateInputArgs() 212 DAL->AddSeparateArg(A, Opts->getOption(options::OPT_Xlinker), in TranslateInputArgs() 221 if (A->getOption().matches(options::OPT_Wp_COMMA) && in TranslateInputArgs() 226 DAL->AddFlagArg(A, Opts->getOption(options::OPT_MD)); in TranslateInputArgs() 228 DAL->AddFlagArg(A, Opts->getOption(options::OPT_MMD)); in TranslateInputArgs() [all …]
|
D | ToolChains.cpp | 384 0, Opts.getOption(options::OPT_isysroot), env)); in AddDeploymentTarget() 460 const Option O = Opts.getOption(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget() 464 const Option O = Opts.getOption(options::OPT_miphoneos_version_min_EQ); in AddDeploymentTarget() 468 const Option O = Opts.getOption( in AddDeploymentTarget() 474 const Option O = Opts.getOption(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget() 606 if (A->getOption().matches(options::OPT_Xarch__)) { in TranslateArgs() 633 } else if (XarchArg->getOption().hasFlag(options::DriverOption)) { in TranslateArgs() 647 if (A->getOption().hasFlag(options::LinkerInput)) { in TranslateArgs() 651 Opts.getOption(options::OPT_Zlinker_input), in TranslateArgs() 662 switch ((options::ID) A->getOption().getID()) { in TranslateArgs() [all …]
|
D | Tools.cpp | 181 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) { in AddLinkerInputs() 183 } else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) { in AddLinkerInputs() 260 } else if (A->getOption().matches(options::OPT_M) || in AddPreprocessingOptions() 261 A->getOption().matches(options::OPT_MM)) { in AddPreprocessingOptions() 294 if (A->getOption().matches(options::OPT_M) || in AddPreprocessingOptions() 295 A->getOption().matches(options::OPT_MD)) in AddPreprocessingOptions() 300 if (!A || A->getOption().matches(options::OPT_MD) || in AddPreprocessingOptions() 301 A->getOption().matches(options::OPT_MMD)) in AddPreprocessingOptions() 315 if (A->getOption().matches(options::OPT_MQ)) { in AddPreprocessingOptions() 337 if (A->getOption().matches(options::OPT_include)) { in AddPreprocessingOptions() [all …]
|
/external/chromium_org/v8/src/ |
D | i18n.js | 384 var getOption = function getOption(property, type, values, defaultValue) { function 411 return getOption; 431 var getOption = getGetOption(options, service); 432 var matcher = getOption('localeMatcher', 'string', 556 function setOptions(inOptions, extensionMap, keyValues, getOption, outOptions) { argument 580 value = getOption(map.property, map.type, map.values); 902 var getOption = getGetOption(options, 'collator'); 906 defineWEProperty(internalOptions, 'usage', getOption( 909 var sensitivity = getOption('sensitivity', 'string', 916 defineWEProperty(internalOptions, 'ignorePunctuation', getOption( [all …]
|
/external/llvm/include/llvm/Option/ |
D | Option.h | 97 return Owner->getOption(Info->GroupID); in getGroup() 103 return Owner->getOption(Info->AliasID); in getAlias()
|
D | Arg.h | 73 const Option getOption() const { return Opt; } in getOption() function
|
D | OptTable.h | 86 const Option getOption(OptSpecifier Opt) const;
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 74 if (A->getOption().matches(options::OPT_O0)) in getOptimizationLevel() 77 if (A->getOption().matches(options::OPT_Ofast)) in getOptimizationLevel() 80 assert (A->getOption().matches(options::OPT_O)); in getOptimizationLevel() 94 if (A->getOption().matches(options::OPT_O)) { in getOptimizationLevelSize() 114 if (A->getOption().getKind() == Option::FlagClass) { in addWarningArgs() 115 Warnings.push_back(A->getOption().getName().substr(1)); in addWarningArgs() 242 bool enable = (A->getOption().getID() == OPT_analyzer_checker); in ParseAnalyzerArgs() 497 if (A->getOption().matches(OPT_fpcc_struct_return)) { in ParseCodeGenArgs() 500 assert(A->getOption().matches(OPT_freg_struct_return)); in ParseCodeGenArgs() 546 if (A->getOption().matches(OPT_fdiagnostics_show_note_include_stack)) in ParseDiagnosticArgs() [all …]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tstnrapi.cpp | 122 if(!copy.getOption(0x880000) || copy.getOption(0x20000)) { in TestNormalizerAPI()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | CompositeGrammarTree.java | 70 public Object getOption(String key) { in getOption() method in CompositeGrammarTree 80 return parent.getOption(key); in getOption()
|
D | GrammarReport.java | 95 data.language = (String) g.getOption("language"); in getReportData() 96 data.output = (String) g.getOption("output"); in getReportData() 101 String k = (String) g.getOption("k"); in getReportData() 107 String backtrack = (String) g.getOption("backtrack"); in getReportData()
|
D | BuildDependencyGenerator.java | 90 String language = (String) grammar.getOption("language"); in BuildDependencyGenerator() 192 tokenVocab = (String) grammar.getOption("tokenVocab"); in getNonImportDependenciesFileList()
|
D | Grammar.java | 525 target = CodeGenerator.loadLanguageTarget((String) getOption("language")); in Grammar() 539 target = CodeGenerator.loadLanguageTarget((String)getOption("language")); in Grammar() 653 Object value = getOption("output"); in parseAndBuildAST() 679 Object filterMode = (String)getOption("filter"); in dealWithTreeFilterMode() 686 Object backtrack = (String)getOption("backtrack"); in dealWithTreeFilterMode() 687 Object output = getOption("output"); in dealWithTreeFilterMode() 688 Object rewrite = getOption("rewrite"); in dealWithTreeFilterMode() 2459 Object k = getOption("k"); in getGrammarMaxLookahead() 2529 public Object getOption(String key) { in getOption() method in Grammar 2530 return composite.getOption(key); in getOption() [all …]
|
/external/icu4c/test/intltest/ |
D | tstnrapi.cpp | 122 if(!copy.getOption(0x880000) || copy.getOption(0x20000)) { in TestNormalizerAPI()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1236 if (strcmp(getOption(i), Name) == 0) in findOption() 1248 Size = std::max(Size, std::strlen(getOption(i))+8); in getOptionWidth() 1253 BaseSize = std::max(BaseSize, std::strlen(getOption(i))+8); in getOptionWidth() 1268 size_t NumSpaces = GlobalWidth-strlen(getOption(i))-8; in printOptionInfo() 1269 outs() << " =" << getOption(i); in printOptionInfo() 1276 const char *Option = getOption(i); in printOptionInfo() 1300 outs() << "= " << getOption(i); in printGenericOptionDiff() 1301 size_t L = std::strlen(getOption(i)); in printGenericOptionDiff() 1307 outs() << getOption(j); in printGenericOptionDiff()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | SocketImplTest.java | 112 public Object getOption(int optID) throws SocketException { in getOption() method in SocketImplTest.MockSocketImpl
|