HomeSort by relevance Sort by last modified time
    Searched full:currentattributes (Results 1 - 5 of 5) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 119 private Attributes currentAttributes;
143 currentAttributes = attributes;
174 return currentAttributes.getLength();
178 return currentAttributes.getQName(i);
182 return currentAttributes.getType(i);
186 return currentAttributes.getValue(i);
190 return currentAttributes.getType(name);
194 return currentAttributes.getValue(name);
XercesHTMLDocumentBuilderFactory.java 119 private Attributes currentAttributes;
143 currentAttributes = attributes;
174 return currentAttributes.getLength();
178 return currentAttributes.getQName(i);
182 return currentAttributes.getType(i);
186 return currentAttributes.getValue(i);
190 return currentAttributes.getType(name);
194 return currentAttributes.getValue(name);
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 567 unsigned currentAttributes;
569 size_t offset = m_structure->get(globalData, propertyName, currentAttributes, currentSpecificFunction);
575 if (checkReadOnly && currentAttributes & ReadOnly)
622 unsigned currentAttributes;
624 offset = m_structure->get(globalData, propertyName, currentAttributes, currentSpecificFunction);
626 if (checkReadOnly && currentAttributes & ReadOnly)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 62 private final ExpatAttributes attributes = new CurrentAttributes();
698 private class CurrentAttributes extends ExpatAttributes {
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 593 milliseconds