Home
last modified time | relevance | path

Searched refs:attribute_entry (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.h74 struct attribute_entry { struct
75 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() argument
95 const Vector<attribute_entry>& getAttributes() const; argument
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;
DXMLNode.cpp693 const Vector<XMLNode::attribute_entry>&
699 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute()
703 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()
712 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute()
716 attribute_entry * ae = &mAttributes.editItemAt(i); in editAttribute()
808 attribute_entry e; in addAttribute()
829 const attribute_entry& e = mAttributes[index]; in removeAttribute()
847 attribute_entry& e = mAttributes.editItemAt(attrIdx); in setAttributeResID()
958 attribute_entry& e = mAttributes.editItemAt(i); in parseValues()
993 const attribute_entry& e = mAttributes.itemAt(i); in assignResourceIds()
[all …]
DResource.cpp690 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute()
733 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()
774 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()
785 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()
816 const XMLNode::attribute_entry* attr = vers->getAttribute( in massageManifest()
851 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()
889 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()
899 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName")); in massageManifest()
DResourceTable.cpp4404 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes(); in modifyForCompat()
4407 const XMLNode::attribute_entry& attr = attrs[i]; in modifyForCompat()
4475 const XMLNode::attribute_entry& ae = node->getAttributes()[attrIndex]; in modifyForCompat()