Searched refs:setOption (Results 1 - 25 of 37) sorted by relevance

12

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DIteratorOptions.java77 setOption(JUST_CHILDREN, value);
90 setOption(JUST_LEAFNAME, value);
103 setOption(JUST_LEAFNODES, value);
116 setOption(OMIT_QUALIFIERS, value);
H A DParseOptions.java41 setOption(FIX_CONTROL_CHARS | ACCEPT_LATIN_1, true);
60 setOption(REQUIRE_XMP_META, value);
80 setOption(STRICT_ALIASING, value);
100 setOption(FIX_CONTROL_CHARS, value);
120 setOption(OMIT_NORMALIZATION, value);
140 setOption(ACCEPT_LATIN_1, value);
H A DSerializeOptions.java118 setOption(OMIT_PACKET_WRAPPER, value);
138 setOption(READONLY_PACKET, value);
158 setOption(USE_COMPACT_FORMAT, value);
177 setOption(INCLUDE_THUMBNAIL_PAD, value);
197 setOption(EXACT_PACKET_LENGTH, value);
217 setOption(SORT, value);
238 setOption(UTF16_BIT | LITTLEENDIAN_BIT, false);
239 setOption(ENCODE_UTF16BE, value);
260 setOption(UTF16_BIT | LITTLEENDIAN_BIT, false);
261 setOption(ENCODE_UTF16L
[all...]
H A DPropertyOptions.java89 setOption(URI, value);
111 setOption(HAS_QUALIFIERS, value);
134 setOption(QUALIFIER, value);
152 setOption(HAS_LANGUAGE, value);
170 setOption(HAS_TYPE, value);
188 setOption(STRUCT, value);
209 setOption(ARRAY, value);
230 setOption(ARRAY_ORDERED, value);
251 setOption(ARRAY_ALTERNATE, value);
273 setOption(ARRAY_ALT_TEX
[all...]
H A DAliasOptions.java79 setOption(PROP_ARRAY, value);
99 setOption(PROP_ARRAY | PROP_ARRAY_ORDERED, value);
119 setOption(PROP_ARRAY | PROP_ARRAY_ORDERED | PROP_ARRAY_ALTERNATE, value);
139 setOption(PROP_ARRAY | PROP_ARRAY_ORDERED |
H A DOptions.java107 public void setOption(int optionBits, boolean value) method in class:Options
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnrapi.cpp119 // test setOption() and getOption()
120 copy.setOption(0xaa0000, TRUE);
121 copy.setOption(0x20000, FALSE);
123 errln("error in Normalizer::setOption() or Normalizer::getOption()");
H A Dnormconf.cpp457 normalizer.setOption(-1, 0); // reset all options
458 normalizer.setOption(options, 1); // set desired options
/external/icu4c/test/intltest/
H A Dtstnrapi.cpp119 // test setOption() and getOption()
120 copy.setOption(0xaa0000, TRUE);
121 copy.setOption(0x20000, FALSE);
123 errln("error in Normalizer::setOption() or Normalizer::getOption()");
H A Dnormconf.cpp457 normalizer.setOption(-1, 0); // reset all options
458 normalizer.setOption(options, 1); // set desired options
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketImplTest.java131 public void setOption(int optID, Object val) throws SocketException { method in class:MockDatagramSocketImpl
H A DSocketImplTest.java123 public void setOption(int optID, Object val) throws SocketException { method in class:SocketImplTest.MockSocketImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCodeMirrorTextEditor.js133 this._codeMirror.setOption("keyMap", WebInspector.isMac() ? "devtools-mac" : "devtools-pc");
134 this._codeMirror.setOption("flattenSpans", false);
135 this._codeMirror.setOption("maxHighlightLength", 1000);
136 this._codeMirror.setOption("mode", null);
277 this._codeMirror.setOption("indentWithTabs", true);
278 this._codeMirror.setOption("indentUnit", 4);
280 this._codeMirror.setOption("indentWithTabs", false);
281 this._codeMirror.setOption("indentUnit", indent.length);
290 this._codeMirror.setOption("extraKeys", extraKeys);
594 this._codeMirror.setOption("styleSelectedTex
[all...]
H A Dexterns.js485 setOption: function(option, value) { },
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionsCollection.cpp125 base->setOption(index, value.get(), es);
H A DHTMLSelectElement.h88 void setOption(unsigned index, HTMLOptionElement*, ExceptionState&);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java202 return setOption(blockOptions, Grammar.legalBlockOptions, grammar, key, value);
209 return setOption(terminalOptions, Grammar.legalTokenOptions, grammar, key, value);
212 public String setOption(Map options, Set legalOptions, Grammar grammar, String key, Object value) { method in class:GrammarAST
H A DRule.java526 public String setOption(String key, Object value, Token optionsStartToken) { method in class:Rule
559 String stored=setOption(optionName, optionValue, optionsStartToken);
H A DGrammar.java657 setOption("output", "AST", null);
696 setOption("output", "", null);
703 setOption("backtrack", "true", null);
705 setOption("rewrite", "true", null);
2479 public String setOption(String key, Object value, Token optionsStartToken) { method in class:Grammar
2522 String stored=setOption(optionName, optionValue, optionsStartToken);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dnormlzr.h652 void setOption(int32_t option,
662 * @see #setOption
/external/icu4c/common/unicode/
H A Dnormlzr.h652 void setOption(int32_t option,
662 * @see #setOption
/external/chromium_org/third_party/icu/source/common/
H A Dnormlzr.cpp377 Normalizer::setOption(int32_t option, function in class:Normalizer
/external/icu4c/common/
H A Dnormlzr.cpp376 Normalizer::setOption(int32_t option, function in class:Normalizer
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNormalizer.java216 currProp.getOptions().setOption(
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1319 ProtocolMessage.prototype.setOption = function(name, value) {
1421 response.setOption('inlineRefs', true);
1424 response.setOption('maxStringLength', args.maxStringLength);
2202 response.setOption('includeSource', includeSource);
2314 response.setOption('includeSource', includeSource);

Completed in 343 milliseconds

12