Searched refs:getOptions (Results 1 - 25 of 125) sorted by relevance

12345

/external/desugar/java/com/google/devtools/common/options/
H A DOptionsClassProvider.java25 public <O extends OptionsBase> O getOptions(Class<O> optionsClass) {
37 @Nullable <O extends OptionsBase> O getOptions(Class<O> optionsClass); method in interface:OptionsClassProvider
H A DOptions.java37 * FooOptions foo = parser.getOptions(FooOptions.class);
56 return new Options<>(parser.getOptions(optionsClass), remainingArgs.toArray(new String[0]));
76 return new Options<>(parser.getOptions(optionsClass), remainingArgs.toArray(new String[0]));
85 return parse(optionsClass, new String[0]).getOptions();
113 public O getOptions() { method in class:Options
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPProperty.java32 PropertyOptions getOptions(); method in interface:XMPProperty
H A DXMPPropertyInfo.java44 PropertyOptions getOptions(); method in interface:XMPPropertyInfo
/external/emma/core/java12/com/vladium/emma/data/
H A DIMetaData.java26 CoverageOptions getOptions (); method in interface:IMetaData
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java69 return getOptions() == optionBits;
79 return (getOptions() & optionBits) == optionBits;
89 return ((getOptions()) & optionBits) != 0;
117 public int getOptions() method in class:Options
139 return getOptions() == ((Options) obj).getOptions();
148 return getOptions();
H A DAliasOptions.java60 return getOptions() == PROP_DIRECT;
151 return new PropertyOptions(getOptions());
H A DPropertyOptions.java311 return (getOptions() & (ARRAY | STRUCT)) > 0;
320 return (getOptions() & (ARRAY | STRUCT)) == 0;
351 setOptions(getOptions() | options.getOptions());
361 return (getOptions() &
H A DSerializeOptions.java227 return (getOptions() & ENCODING_MASK) == ENCODE_UTF16BE;
249 return (getOptions() & ENCODING_MASK) == ENCODE_UTF16LE;
390 clone = new SerializeOptions(getOptions());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java171 protected IteratorOptions getOptions() method in class:XMPIteratorImpl
249 if (visitedNode.getOptions().isSchemaNode())
286 if (!hasNext && visitedNode.hasQualifier() && !getOptions().isOmitQualifiers())
314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren()))
403 if (currNode.getParent() == null || currNode.getOptions().isSchemaNode())
407 else if (currNode.getParent().getOptions().isArray())
423 else if (getOptions().isJustLeafname())
446 final Object value = node.getOptions().isSchemaNode() ? null : node.getValue();
465 public PropertyOptions getOptions()
467 return node.getOptions();
[all...]
H A DXMPNodeUtils.java150 if (!parent.getOptions().isSchemaNode() && !parent.getOptions().isStruct())
157 else if (parent.getOptions().isArray())
164 parent.getOptions().setStruct(true);
251 currNode.getOptions().setOption(xpath.getSegment(i).getAliasForm(), true);
256 !currNode.getOptions().isCompositeProperty())
258 currNode.getOptions().setStruct(true);
282 currNode.getOptions().mergeWith(leafOptions);
283 currNode.setOptions(currNode.getOptions());
299 if (node.getOptions()
[all...]
H A DXMPNode.java266 qualNode.getOptions().setQualifier(true);
267 getOptions().setHasQualifiers(true);
298 PropertyOptions opts = getOptions();
325 PropertyOptions opts = getOptions();
427 newOptions = new PropertyOptions(getOptions().getOptions());
491 if (getOptions().isSchemaNode())
541 public PropertyOptions getOptions() method in class:XMPNode
676 if (!getOptions().isArray())
713 if (getOptions()
[all...]
H A DXMPNormalizer.java197 else if (currProp.getOptions().isSimple())
207 if (arrayForm.isArrayAltText() && !currProp.getOptions().getHasLanguage())
216 currProp.getOptions().setOption(
222 currProp.getOptions().mergeWith(arrayForm);
245 !arrayNode.getOptions().isArray())
252 arrayNode.getOptions().setArrayOrdered(true).setArrayAlternate(true).setArrayAltText(true);
257 if (currChild.getOptions().isCompositeProperty())
262 else if (!currChild.getOptions().getHasLanguage())
420 if (baseArray.getOptions().isArrayAltText())
422 if (childNode.getOptions()
[all...]
H A DParseRDF.java541 newCompound.getOptions().setArray(true);
545 newCompound.getOptions().setArray(true).setArrayOrdered(true);
549 newCompound.getOptions().setArray(true).setArrayOrdered(true)
554 newCompound.getOptions().setStruct(true);
574 else if (newCompound.getOptions().isArrayAlternate())
701 newStruct.getOptions().setStruct(true);
919 childNode.getOptions().setURI(true);
924 childNode.getOptions().setStruct(true);
1061 if (isTopLevel || !xmpParent.getOptions().isStruct())
1070 if (!xmpParent.getOptions()
[all...]
H A DXMPUtilsImpl.java110 else if (!arrayNode.getOptions().isArray() || arrayNode.getOptions().isArrayAlternate())
129 if (currItem.getOptions().isCompositeProperty())
360 PropertyOptions arrayForm = arrayNode.getOptions();
437 if (parent.getOptions().isSchemaNode() && !parent.hasChildren())
606 valueIsEmpty = sourceNode.getOptions().isSimple() ?
626 destXMP.setNode(destNode, sourceNode.getValue(), sourceNode.getOptions(), true);
636 PropertyOptions sourceForm = sourceNode.getOptions();
637 PropertyOptions destForm = destNode.getOptions();
700 sourceItem.getOptions());
[all...]
H A DXMPSerializerRDF.java545 if (!node.getOptions().isCompositeProperty())
551 else if (node.getOptions().isArray())
593 if (node.getOptions().isURI())
634 if (node.getOptions().isArrayAltText())
833 if (node.getOptions().isSchemaNode())
839 else if (node.getOptions().isStruct())
1030 if (!node.getOptions().isCompositeProperty())
1034 if (node.getOptions().isURI())
1055 else if (node.getOptions().isArray())
1061 if (node.getOptions()
[all...]
/external/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp67 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName()
84 unsigned Length = getDividerWidth(getOptions());
109 getOptions().Colors && Highlight, /*Bold=*/false,
112 if (getOptions().Debug && Highlight)
125 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true)
129 if (getOptions().Debug) {
147 Line.hasMultipleRegions() && getOptions().Colors)
166 OS.indent(getCombinedColumnWidth(getOptions()));
182 if (getOptions().Debug)
192 OS.indent(getCombinedColumnWidth(getOptions())
[all...]
H A DSourceCoverageView.cpp101 return getOptions().ShowRegionMarkers &&
102 (!getOptions().ShowLineStatsOrRegionMarkers || LineHasMultipleRegions);
185 if (getOptions().ShowLineStats)
187 if (getOptions().ShowLineNumbers)
193 getOptions().Colors)
/external/llvm/lib/DebugInfo/CodeView/
H A DMethodListRecordBuilder.cpp47 writeMethod(Method.getAccess(), Method.getKind(), Method.getOptions(),
H A DTypeTableBuilder.cpp38 Builder.writeUInt8(static_cast<uint8_t>(Record.getOptions()));
53 Builder.writeUInt8(static_cast<uint8_t>(Record.getOptions()));
76 uint32_t flags = static_cast<uint32_t>(Record.getOptions()) |
113 static_cast<uint16_t>(Record.getOptions()) |
123 if ((Record.getOptions() & ClassOptions::HasUniqueName) !=
135 static_cast<uint16_t>(Record.getOptions()) |
141 if ((Record.getOptions() & ClassOptions::HasUniqueName) !=
152 Builder.writeUInt16(static_cast<uint16_t>(Record.getOptions()));
156 if ((Record.getOptions() & ClassOptions::HasUniqueName) !=
280 Flags |= static_cast<uint16_t>(Method.getOptions());
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A DDeodexCommand.java70 @Override protected BaksmaliOptions getOptions() { method in class:DeodexCommand
71 BaksmaliOptions options = super.getOptions();
H A DListFieldOffsetsCommand.java79 BaksmaliOptions options = getOptions();
100 private BaksmaliOptions getOptions() { method in class:ListFieldOffsetsCommand
/external/smali/smali/src/main/java/org/jf/smali/
H A DAssembleCommand.java96 Smali.assemble(getOptions(), input);
102 protected SmaliOptions getOptions() { method in class:AssembleCommand
/external/guice/core/src/com/google/inject/internal/
H A DInjectorOptionsProcessor.java69 InjectorOptions getOptions(Stage stage, InjectorOptions parentOptions) { method in class:InjectorOptionsProcessor
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DFieldListRecordBuilder.h30 MethodOptions getOptions() const { return Options; } function in class:llvm::codeview::MethodInfo

Completed in 394 milliseconds

12345