Searched refs:attribute_entry (Results 1 – 3 of 3) sorted by relevance
74 struct attribute_entry { struct75 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() argument95 const Vector<attribute_entry>& getAttributes() const; argument97 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;
658 const Vector<XMLNode::attribute_entry>&664 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute()668 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()677 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute()681 attribute_entry * ae = &mAttributes.editItemAt(i); in editAttribute()773 attribute_entry e; in addAttribute()786 attribute_entry& e = mAttributes.editItemAt(attrIdx); in setAttributeResID()897 attribute_entry& e = mAttributes.editItemAt(i); in parseValues()932 const attribute_entry& e = mAttributes.itemAt(i); in assignResourceIds()1067 const attribute_entry& attr = mAttributes.itemAt(idx); in print()[all …]
698 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()765 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()803 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()