/external/llvm/lib/Option/ |
D | ArgList.cpp | 28 const Option &O = (*Current)->getOption(); in SkipToNextArg() 45 [=](Arg *A) { return A->getOption().matches(Id); }), in eraseArg() 52 if ((*it)->getOption().matches(Id)) in getLastArgNoClaim() 60 if ((*it)->getOption().matches(Id0) || in getLastArgNoClaim() 61 (*it)->getOption().matches(Id1)) in getLastArgNoClaim() 70 if ((*it)->getOption().matches(Id0) || (*it)->getOption().matches(Id1) || in getLastArgNoClaim() 71 (*it)->getOption().matches(Id2)) in getLastArgNoClaim() 80 if ((*it)->getOption().matches(Id0) || (*it)->getOption().matches(Id1) || in getLastArgNoClaim() 81 (*it)->getOption().matches(Id2) || (*it)->getOption().matches(Id3)) in getLastArgNoClaim() 89 if ((*it)->getOption().matches(Id)) { in getLastArg() [all …]
|
D | OptTable.cpp | 124 getOption(i).dump(); in OptTable() 125 getOption(i + 1).dump(); in OptTable() 156 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() function in OptTable 200 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); in ParseOneArg() 245 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); in ParseOneArg() 247 return new Arg(getOption(TheUnknownOptionID), Str, Index++, Str); in ParseOneArg() 295 const Option O = Opts.getOption(Id); in getOptionHelpName()
|
D | Arg.cpp | 80 if (!getOption().hasNoOptAsInput()) { in renderAsInput() 89 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 | 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 | 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 | 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/deqp/framework/common/ |
D | tcuCommandLine.cpp | 715 if (!m_cmdLine.getOption<opt::LogImages>()) in parse() 721 (m_cmdLine.getOption<opt::StdinCaseList>()?1:0) > 1) in parse() 732 std::istringstream str(m_cmdLine.getOption<opt::CaseList>()); in parse() 738 std::ifstream in(m_cmdLine.getOption<opt::CaseListFile>().c_str(), std::ios_base::binary); in parse() 741 …throw Exception("Failed to open case list file '" + m_cmdLine.getOption<opt::CaseListFile>() + "'"… in parse() 745 else if (m_cmdLine.getOption<opt::StdinCaseList>()) in parse() 750 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>())); in parse() 788 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFil… in getLogFileName() 790 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); … in getRunMode() 791 WindowVisibility CommandLine::getVisibility (void) const { return m_cmdLine.getOption<opt::Visi… in getVisibility() [all …]
|
/external/clang/lib/Driver/ |
D | SanitizerArgs.cpp | 207 if (Arg->getOption().matches(options::OPT_fsanitize_EQ)) { in SanitizerArgs() 255 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_EQ)) { in SanitizerArgs() 311 if (Arg->getOption().matches(options::OPT_fsanitize_recover)) { in SanitizerArgs() 315 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_recover)) { in SanitizerArgs() 319 } else if (Arg->getOption().matches(options::OPT_fsanitize_recover_EQ)) { in SanitizerArgs() 328 << Arg->getOption().getName() << toString(SetToDiagnose); in SanitizerArgs() 333 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_recover_EQ)) { in SanitizerArgs() 354 if (Arg->getOption().matches(options::OPT_fsanitize_blacklist)) { in SanitizerArgs() 361 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_blacklist)) { in SanitizerArgs() 381 if (A->getOption().matches(options::OPT_fsanitize_memory_track_origins)) { in SanitizerArgs() [all …]
|
D | Driver.cpp | 84 getOpts().getOption(options::OPT_driver_mode).getPrefixedName(); in ParseDriverMode() 130 if (A->getOption().hasFlag(options::Unsupported)) { in ParseArgStrings() 136 if (A->getOption().matches(options::OPT_mcpu_EQ) && in ParseArgStrings() 199 Arg *A = new Arg(Opts->getOption(options::OPT_INPUT), Value, in MakeInputArg() 217 if ((A->getOption().matches(options::OPT_Wl_COMMA) || in TranslateInputArgs() 218 A->getOption().matches(options::OPT_Xlinker)) && in TranslateInputArgs() 221 DAL->AddFlagArg(A, Opts->getOption(options::OPT_Z_Xlinker__no_demangle)); in TranslateInputArgs() 226 DAL->AddSeparateArg(A, Opts->getOption(options::OPT_Xlinker), in TranslateInputArgs() 235 if (A->getOption().matches(options::OPT_Wp_COMMA) && in TranslateInputArgs() 240 DAL->AddFlagArg(A, Opts->getOption(options::OPT_MD)); in TranslateInputArgs() [all …]
|
D | Tools.cpp | 60 if (LastPICArg->getOption().matches(options::OPT_fPIC) || in addAssemblerKPIC() 61 LastPICArg->getOption().matches(options::OPT_fpic) || in addAssemblerKPIC() 62 LastPICArg->getOption().matches(options::OPT_fPIE) || in addAssemblerKPIC() 63 LastPICArg->getOption().matches(options::OPT_fpie)) { in addAssemblerKPIC() 223 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) in AddLinkerInputs() 225 else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) in AddLinkerInputs() 227 else if (A.getOption().matches(options::OPT_z)) { in AddLinkerInputs() 290 } else if (A->getOption().matches(options::OPT_M) || in AddPreprocessingOptions() 291 A->getOption().matches(options::OPT_MM)) { in AddPreprocessingOptions() 324 if (A->getOption().matches(options::OPT_M) || in AddPreprocessingOptions() [all …]
|
D | ToolChain.cpp | 39 if (CachedRTTIArg->getOption().matches(options::OPT_frtti)) in CalculateRTTIMode() 55 (Exceptions->getOption().matches(options::OPT_fexceptions) || in CalculateRTTIMode() 56 Exceptions->getOption().matches(options::OPT_fcxx_exceptions))) in CalculateRTTIMode() 300 IsBigEndian = !A->getOption().matches(options::OPT_mlittle_endian); in ComputeLLVMTriple() 469 if (!A || A->getOption().getID() == options::OPT_fno_fast_math || in AddFastMathRuntimeIfAvailable() 470 A->getOption().getID() == options::OPT_fno_unsafe_math_optimizations) in AddFastMathRuntimeIfAvailable()
|
D | ToolChains.cpp | 151 return A->getOption().matches(options::OPT_msoft_float) || in isSoftFloatABI() 152 (A->getOption().matches(options::OPT_mfloat_abi_EQ) && in isSoftFloatABI() 472 nullptr, Opts.getOption(options::OPT_isysroot), env)); in AddDeploymentTarget() 528 const Option O = Opts.getOption(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget() 532 const Option O = Opts.getOption(options::OPT_miphoneos_version_min_EQ); in AddDeploymentTarget() 538 const Option O = Opts.getOption(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget() 664 if (A->getOption().matches(options::OPT_Xarch__)) { in TranslateArgs() 691 } else if (XarchArg->getOption().hasFlag(options::DriverOption)) { in TranslateArgs() 705 if (A->getOption().hasFlag(options::LinkerInput)) { in TranslateArgs() 709 Opts.getOption(options::OPT_Zlinker_input), in TranslateArgs() [all …]
|
/external/v8/src/ |
D | i18n.js | 364 var getOption = function getOption(property, type, values, defaultValue) { function 391 return getOption; 411 var getOption = getGetOption(options, service); 412 var matcher = getOption('localeMatcher', 'string', 524 function setOptions(inOptions, extensionMap, keyValues, getOption, outOptions) { argument 548 value = getOption(map.property, map.type, map.values); 869 var getOption = getGetOption(options, 'collator'); 873 defineWEProperty(internalOptions, 'usage', getOption( 876 var sensitivity = getOption('sensitivity', 'string', 883 defineWEProperty(internalOptions, 'ignorePunctuation', getOption( [all …]
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.cpp | 430 DE_TEST_ASSERT(cmdLine.getOption<TestNamedOpt>() == 1); in selfTest() 431 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>() == false); in selfTest() 432 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "foo"); in selfTest() 445 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "test value"); in selfTest() 446 DE_TEST_ASSERT(cmdLine.getOption<TestIntOpt>() == 9); in selfTest() 447 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>()); in selfTest() 448 DE_TEST_ASSERT(cmdLine.getOption<TestNamedOpt>() == ~0ull); in selfTest() 449 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "foo"); in selfTest() 462 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "foo"); in selfTest() 463 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>()); in selfTest() [all …]
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 141 cmdLine.serverBin = opts.getOption<opt::StartServer>(); in parseCommandLine() 142 cmdLine.host = opts.getOption<opt::Host>(); in parseCommandLine() 143 cmdLine.port = opts.getOption<opt::Port>(); in parseCommandLine() 144 cmdLine.caseListDir = opts.getOption<opt::CaseListDir>(); in parseCommandLine() 145 cmdLine.testset = opts.getOption<opt::TestSet>(); in parseCommandLine() 146 cmdLine.exclude = opts.getOption<opt::ExcludeSet>(); in parseCommandLine() 147 cmdLine.inFile = opts.getOption<opt::ContinueFile>(); in parseCommandLine() 148 cmdLine.outFile = opts.getOption<opt::TestLogFile>(); in parseCommandLine() 149 cmdLine.infoFile = opts.getOption<opt::InfoLogFile>(); in parseCommandLine() 150 cmdLine.summary = opts.getOption<opt::Summary>(); in parseCommandLine() [all …]
|
/external/deqp/execserver/tools/ |
D | xsMain.cpp | 80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>() in main() 83 const int port = cmdLine.getOption<opt::Port>(); in main()
|
/external/parameter-framework/tools/xmlGenerator/ |
D | EddParser.py | 65 items.append(options.getOption(itemName)) 127 def getOption(self, name): member in Options 241 return self.option.getOption("Name") 329 translator.setParameter(self.getName(), self.option.getOption("value")) 384 self.option.getOption("criterion") + " " + \ 385 self.option.getOption("type") + " " + \ 386 self.option.getOption("element") 675 sequence_aware = self.option.getOption(self.sequenceAwareKeyword)
|
/external/llvm/include/llvm/Option/ |
D | Option.h | 97 return Owner->getOption(Info->GroupID); in getGroup() 103 return Owner->getOption(Info->AliasID); in getAlias()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | InstrumentationUtils.java | 95 public static String getOption(String key) { in getOption() method in InstrumentationUtils 104 return getOption("dd." + key); in getD2Option()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 81 if (A->getOption().matches(options::OPT_O0)) in getOptimizationLevel() 84 if (A->getOption().matches(options::OPT_Ofast)) in getOptimizationLevel() 87 assert (A->getOption().matches(options::OPT_O)); in getOptimizationLevel() 101 if (A->getOption().matches(options::OPT_O)) { in getOptimizationLevelSize() 119 if (A->getOption().getKind() == Option::FlagClass) { in addDiagnosticArgs() 122 Diagnostics.push_back(A->getOption().getName().drop_front(1)); in addDiagnosticArgs() 123 } else if (A->getOption().matches(GroupWithValue)) { in addDiagnosticArgs() 125 Diagnostics.push_back(A->getOption().getName().drop_front(1).rtrim("=-")); in addDiagnosticArgs() 247 bool enable = (A->getOption().getID() == OPT_analyzer_checker); in ParseAnalyzerArgs() 410 Opts.EmitLLVMUseLists = A->getOption().getID() == OPT_emit_llvm_uselists; in ParseCodeGenArgs() [all …]
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 84 return getCommandLine().getOption<opt::GLMajorVersion>(); in getGLMajorVersion() 90 return getCommandLine().getOption<opt::GLMinorVersion>(); in getGLMinorVersion()
|
/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()
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnrapi.cpp | 122 if(!copy.getOption(0x880000) || copy.getOption(0x20000)) { in TestNormalizerAPI()
|