Searched refs:attribute_entry (Results 1 - 4 of 4) 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);
195 Vector<attribute_entry> mAttributes;
H A DXMLNode.cpp693 const Vector<XMLNode::attribute_entry>&
699 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
703 const attribute_entry& ae(mAttributes.itemAt(i));
712 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns,
716 attribute_entry * ae = &mAttributes.editItemAt(i);
808 attribute_entry e;
829 const attribute_entry& e = mAttributes[index];
847 attribute_entry& e = mAttributes.editItemAt(attrIdx);
958 attribute_entry& e = mAttributes.editItemAt(i);
993 const attribute_entry
[all...]
H A DResource.cpp699 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
742 XMLNode::attribute_entry* attr = node->editAttribute(
783 const XMLNode::attribute_entry* attr = root->getAttribute(
794 const XMLNode::attribute_entry* attr = root->getAttribute(
825 const XMLNode::attribute_entry* attr = vers->getAttribute(
860 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package"));
898 XMLNode::attribute_entry* attr = child->editAttribute(
908 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName"));
H A DResourceTable.cpp4611 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes();
4613 const XMLNode::attribute_entry& attr = attrs[i];

Completed in 155 milliseconds