Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java211 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/
DTestReorderingMode.java212 int optionValue, optionBack; in testReorderingMode() local
234 optionValue = options[option]; in testReorderingMode()
235 bidi.setReorderingOptions(optionValue); in testReorderingMode()
237 if (optionValue != optionBack) { in testReorderingMode()
244 " option=" + optionValue + " level=" + level); in testReorderingMode()
250 (optionValue == Bidi.OPTION_INSERT_MARKS))) { in testReorderingMode()
254 String optDesc = spOptionsToString(optionValue); in testReorderingMode()
258 expected = inverseBasic(bidi2, src, optionValue, in testReorderingMode()
271 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.py301 def addOptionElement (parent, optionName, optionValue): argument
302 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4269 uint32_t optionValue, optionBack; in testReorderingMode() local
4303 optionValue = options[option].value; in testReorderingMode()
4304 ubidi_setReorderingOptions(pBiDi, optionValue); in testReorderingMode()
4306 if (optionValue != optionBack) { in testReorderingMode()
4308 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?