Searched refs:attribute_entry (Results 1 – 4 of 4) 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);195 Vector<attribute_entry> mAttributes;
701 const Vector<XMLNode::attribute_entry>&707 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute()711 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()720 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute()724 attribute_entry * ae = &mAttributes.editItemAt(i); in editAttribute()816 attribute_entry e; in addAttribute()837 const attribute_entry& e = mAttributes[index]; in removeAttribute()855 attribute_entry& e = mAttributes.editItemAt(attrIdx); in setAttributeResID()968 attribute_entry& e = mAttributes.editItemAt(i); in parseValues()1005 const attribute_entry& e = mAttributes.itemAt(i); in assignResourceIds()[all …]
720 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute()765 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()808 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()819 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()850 const XMLNode::attribute_entry* attr = vers->getAttribute( in massageManifest()885 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()926 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()936 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName")); in massageManifest()
4710 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes(); in modifyForCompat()4712 const XMLNode::attribute_entry& attr = attrs[i]; in modifyForCompat()