Home
last modified time | relevance | path

Searched refs:optionValue (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java206 int optionValue, optionBack; in testReorderingMode() local
228 optionValue = options[option]; in testReorderingMode()
229 bidi.setReorderingOptions(optionValue); in testReorderingMode()
231 if (optionValue != optionBack) { in testReorderingMode()
238 " option=" + optionValue + " level=" + level); in testReorderingMode()
244 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode()
248 String optDesc = spOptionsToString(optionValue); in testReorderingMode()
252 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode()
265 if ((optionValue == Bidi.OPTION_INSERT_MARKS) && in testReorderingMode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java210 int optionValue, optionBack; in testReorderingMode() local
232 optionValue = options[option]; in testReorderingMode()
233 bidi.setReorderingOptions(optionValue); in testReorderingMode()
235 if (optionValue != optionBack) { in testReorderingMode()
242 " option=" + optionValue + " level=" + level); in testReorderingMode()
248 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode()
252 String optDesc = spOptionsToString(optionValue); in testReorderingMode()
256 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode()
269 if ((optionValue == Bidi.OPTION_INSERT_MARKS) && in testReorderingMode()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g142 : id '=' optionValue -> ^('=' id optionValue)
145 optionValue
289 : id '=' optionValue -> ^('=' id optionValue)
DAssignTokenTypesWalker.g231 : ^( ASSIGN ID optionValue )
234 $opts.put(key, $optionValue.value);
238 grammar.importTokenVocabulary($ID,(String)$optionValue.value);
243 optionValue returns [Object value=null]
DANTLRv3Tree.g77 | ^('=' ID optionValue)
80 optionValue
DLeftRecursiveRuleWalker.g93 : ^(ASSIGN ID optionValue)
96 optionValue
DANTLRTreePrinter.g191 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue )
194 optionValue
DANTLR.g503 : id ASSIGN^ optionValue
505 $opts.put($id.text, $optionValue.value);
509 optionValue returns [Object value = null]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Dserialize.g96 : #( ASSIGN ID optionValue )
99 optionValue
DRule.java558 Object optionValue = options.get(optionName); in setOptions() local
559 String stored=setOption(optionName, optionValue, optionsStartToken); in setOptions()
DGrammar.java2521 Object optionValue = options.get(optionName); in setOptions() local
2522 String stored=setOption(optionName, optionValue, optionsStartToken); in setOptions()
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g144 : id '=' optionValue -> ^('=' id optionValue)
147 optionValue
/external/deqp/scripts/
Dmustpass.py364 def addOptionElement (parent, optionName, optionValue): argument
365 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4267 uint32_t optionValue, optionBack; in testReorderingMode() local
4301 optionValue = options[option].value; in testReorderingMode()
4302 ubidi_setReorderingOptions(pBiDi, optionValue); in testReorderingMode()
4304 if (optionValue != optionBack) { in testReorderingMode()
4306 optionValue, optionBack); in testReorderingMode()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch1760 + * be an API for this... perhaps optionValue?
2093 + * be an API for this... perhaps optionValue?
Dultravnc-102-JavaViewer-ssl-etc.patch4332 + * be an API for this... perhaps optionValue?
4665 + * be an API for this... perhaps optionValue?
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js3709 optionValue = (attr && attr.specified) ? option.value : option.get('text');
3710 if (optionValue === value) return option.selected = true;