/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 381 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color() local 382 if (optionValue == nullptr) { in get_option_gpu_color() 385 return parse_option_gpu_color(*optionValue, outColorType, alphaType, outColorSpace); in get_option_gpu_color() 391 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api() local 392 if (optionValue == nullptr) { in get_option_gpu_api() 395 return parse_option_gpu_api(*optionValue, outContextType); in get_option_gpu_api() 401 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type() local 402 if (optionValue == nullptr) { in get_option_gpu_surf_type() 405 return parse_option_gpu_surf_type(*optionValue, outSurfType); in get_option_gpu_surf_type() 409 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int() local [all …]
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 377 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color() local 378 if (optionValue == nullptr) { in get_option_gpu_color() 381 return parse_option_gpu_color(*optionValue, outColorType, alphaType, outColorSpace); in get_option_gpu_color() 387 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api() local 388 if (optionValue == nullptr) { in get_option_gpu_api() 391 return parse_option_gpu_api(*optionValue, outContextType); in get_option_gpu_api() 397 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type() local 398 if (optionValue == nullptr) { in get_option_gpu_surf_type() 401 return parse_option_gpu_surf_type(*optionValue, outSurfType); in get_option_gpu_surf_type() 405 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int() local [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 211 int optionValue, optionBack; in testReorderingMode() local 233 optionValue = options[option]; in testReorderingMode() 234 bidi.setReorderingOptions(optionValue); in testReorderingMode() 236 if (optionValue != optionBack) { in testReorderingMode() 243 " option=" + optionValue + " level=" + level); in testReorderingMode() 249 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode() 253 String optDesc = spOptionsToString(optionValue); in testReorderingMode() 257 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode() 270 if ((optionValue == Bidi.OPTION_INSERT_MARKS) && in testReorderingMode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 214 int optionValue, optionBack; in testReorderingMode() local 236 optionValue = options[option]; in testReorderingMode() 237 bidi.setReorderingOptions(optionValue); in testReorderingMode() 239 if (optionValue != optionBack) { in testReorderingMode() 246 " option=" + optionValue + " level=" + level); in testReorderingMode() 252 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode() 256 String optDesc = spOptionsToString(optionValue); in testReorderingMode() 260 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode() 273 if ((optionValue == Bidi.OPTION_INSERT_MARKS) && in testReorderingMode()
|
/external/desugar/java/com/google/devtools/common/options/ |
D | OptionsParserImpl.java | 157 OptionValueDescription optionValue = optionValues.get(optionDefinition); in asListOfEffectiveOptions() local 158 if (optionValue == null) { in asListOfEffectiveOptions() 161 result.add(optionValue); in asListOfEffectiveOptions() 553 OptionValueDescription optionValue = optionValues.get(optionDefinition); in getParsedOptions() local 554 if (optionValue == null) { in getParsedOptions() 557 value = optionValue.getValue(); in getParsedOptions()
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3.g | 143 : id '=' optionValue -> ^('=' id optionValue) 146 optionValue 290 : id '=' optionValue -> ^('=' id optionValue)
|
D | AssignTokenTypesWalker.g | 232 : ^( ASSIGN ID optionValue ) 235 $opts.put(key, $optionValue.value); 239 grammar.importTokenVocabulary($ID,(String)$optionValue.value); 244 optionValue returns [Object value=null]
|
D | ANTLRv3Tree.g | 78 | ^('=' ID optionValue) 81 optionValue
|
D | LeftRecursiveRuleWalker.g | 94 : ^(ASSIGN ID optionValue) 97 optionValue
|
D | ANTLRTreePrinter.g | 192 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue ) 195 optionValue
|
D | ANTLR.g | 519 : id ASSIGN^ optionValue 521 $opts.put($id.text, $optionValue.value); 525 optionValue returns [Object value = null]
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 96 : #( ASSIGN ID optionValue ) 99 optionValue
|
D | Rule.java | 560 Object optionValue = options.get(optionName); in setOptions() local 561 String stored=setOption(optionName, optionValue, optionsStartToken); in setOptions()
|
D | Grammar.java | 2565 Object optionValue = options.get(optionName); in setOptions() local 2566 String stored=setOption(optionName, optionValue, optionsStartToken); in setOptions()
|
/external/antlr/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 144 : id '=' optionValue -> ^('=' id optionValue) 147 optionValue
|
/external/deqp/scripts/ |
D | mustpass.py | 301 def addOptionElement (parent, optionName, optionValue): argument 302 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
|
/external/capstone/bindings/java/capstone/ |
D | Capstone.java | 259 public int cs_option(NativeLong handle, int option, NativeLong optionValue); in cs_option() argument
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4274 uint32_t optionValue, optionBack; in testReorderingMode() local 4308 optionValue = options[option].value; in testReorderingMode() 4309 ubidi_setReorderingOptions(pBiDi, optionValue); in testReorderingMode() 4311 if (optionValue != optionBack) { in testReorderingMode() 4313 optionValue, optionBack); in testReorderingMode()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2198 RpcBindingSetOption(hBinding ptr[inout, array[int8]], option int32, optionValue int64)
|