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

  /frameworks/base/tools/aapt/
XMLNode.h 74 struct attribute_entry { struct in class:XMLNode
75 attribute_entry() : index(~(uint32_t)0), nameResId(0) function in struct:XMLNode::attribute_entry
95 const Vector<attribute_entry>& getAttributes() const;
97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
99 attribute_entry* editAttribute(const String16& ns, const String16& name);
188 Vector<attribute_entry> mAttributes;
XMLNode.cpp 651 const Vector<XMLNode::attribute_entry>&
657 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
661 const attribute_entry& ae(mAttributes.itemAt(i));
670 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns,
674 attribute_entry * ae = &mAttributes.editItemAt(i);
764 attribute_entry e;
776 attribute_entry& e = mAttributes.editItemAt(attrIdx);
887 attribute_entry& e = mAttributes.editItemAt(i);
922 const attribute_entry& e = mAttributes.itemAt(i);
    [all...]
Resource.cpp 662 XMLNode::attribute_entry* attr = node->editAttribute(
729 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package"));
767 XMLNode::attribute_entry* attr = child->editAttribute(
    [all...]

Completed in 3200 milliseconds