Searched refs:attribute_entry (Results 1 – 4 of 4) sorted by relevance
77 struct attribute_entry { struct78 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() argument98 const Vector<attribute_entry>& getAttributes() const; argument100 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;103 attribute_entry* editAttribute(const String16& ns, const String16& name);199 Vector<attribute_entry> mAttributes;
704 const Vector<XMLNode::attribute_entry>&710 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute()714 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()726 const attribute_entry& ae(mAttributes.itemAt(i)); in removeAttribute()735 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute()739 attribute_entry * ae = &mAttributes.editItemAt(i); in editAttribute()831 attribute_entry e; in addAttribute()852 const attribute_entry& e = mAttributes[index]; in removeAttribute()870 attribute_entry& e = mAttributes.editItemAt(attrIdx); in setAttributeResID()983 attribute_entry& e = mAttributes.editItemAt(i); in parseValues()[all …]
721 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute()757 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()872 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()883 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()914 const XMLNode::attribute_entry* attr = vers->getAttribute( in massageManifest()965 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()1006 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()1017 XMLNode::attribute_entry* icon_attr = application->editAttribute( in massageManifest()1020 XMLNode::attribute_entry* round_icon_attr = application->editAttribute( in massageManifest()1029 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName")); in massageManifest()
4888 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes(); in modifyForCompat()4890 const XMLNode::attribute_entry& attr = attrs[i]; in modifyForCompat()5133 const XMLNode::attribute_entry* attr = child->getAttribute(String16(), kName16); in processBundleFormatImpl()