HomeSort by relevance Sort by last modified time
    Searched refs:defaultAttributes (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 68 UInt32 defaultAttributes);
ExtractCallbackSfx.cpp 26 UInt32 defaultAttributes)
32 _defaultAttributes = defaultAttributes;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 34 @param defaultAttributes True if default attributes are wanted
37 public Element(ElementType type, boolean defaultAttributes) {
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
Parser.java 63 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES;
339 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value;
468 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
469 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java     [all...]
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 129 private Map<String, Map<String, String>> defaultAttributes;
879 if (defaultAttributes == null) {
880 defaultAttributes = new HashMap<String, Map<String, String>>();
882 Map<String, String> elementAttributes = defaultAttributes.get(elementName);
885 defaultAttributes.put(elementName, elementAttributes);
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 620 milliseconds