Searched refs:attribute_entry (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.h74 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;
H A DXMLNode.cpp659 const Vector<XMLNode::attribute_entry>&
665 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
669 const attribute_entry& ae(mAttributes.itemAt(i));
678 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns,
682 attribute_entry * ae = &mAttributes.editItemAt(i);
774 attribute_entry e;
787 attribute_entry& e = mAttributes.editItemAt(attrIdx);
898 attribute_entry& e = mAttributes.editItemAt(i);
933 const attribute_entry& e = mAttributes.itemAt(i);
1068 const attribute_entry
[all...]
H A DResource.cpp714 XMLNode::attribute_entry* attr = node->editAttribute(
796 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package"));
834 XMLNode::attribute_entry* attr = child->editAttribute(

Completed in 136 milliseconds