Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.h77 struct attribute_entry { struct
78 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() function
98 const Vector<attribute_entry>& getAttributes() const; argument
100 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;
H A DXMLNode.cpp704 const Vector<XMLNode::attribute_entry>&
714 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()
726 const attribute_entry& ae(mAttributes.itemAt(i)); in removeAttribute()
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()
1360 const attribute_entry& ae = mAttributes.itemAt(i); in collect_strings()
1395 const attribute_entry& attr = mAttributes.itemAt(i); in collect_attr_strings()
[all …]
H A DResource.cpp721 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()
H A DResourceTable.cpp4888 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()
/aosp12/system/bt/packet/avrcp/
H A Dget_element_attributes_packet.cc119 for (auto& attribute_entry : entries_) { in size() local
120 attr_list_size += attribute_entry.size(); in size()
135 for (const auto& attribute_entry : entries_) { in Serialize() local
136 PushAttributeValue(pkt, attribute_entry); in Serialize()