Searched refs:attribute_entry (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/tools/aapt/
H A DResource.cpp720 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
765 XMLNode::attribute_entry* attr = node->editAttribute(
808 const XMLNode::attribute_entry* attr = root->getAttribute(
819 const XMLNode::attribute_entry* attr = root->getAttribute(
850 const XMLNode::attribute_entry* attr = vers->getAttribute(
885 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package"));
926 XMLNode::attribute_entry* attr = child->editAttribute(
936 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName"));
H A DResourceTable.cpp4710 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes();
4712 const XMLNode::attribute_entry& attr = attrs[i];
H A DXMLNode.cpp701 const Vector<XMLNode::attribute_entry>&
707 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
711 const attribute_entry& ae(mAttributes.itemAt(i));
720 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns,
724 attribute_entry * ae = &mAttributes.editItemAt(i);
816 attribute_entry e;
837 const attribute_entry& e = mAttributes[index];
855 attribute_entry& e = mAttributes.editItemAt(attrIdx);
968 attribute_entry& e = mAttributes.editItemAt(i);
1005 const attribute_entry
[all...]
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;

Completed in 67 milliseconds