HomeSort by relevance Sort by last modified time
    Searched refs:attribute_entry (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt/
XMLNode.h 74 struct attribute_entry { struct in class:XMLNode
75 attribute_entry() : index(~(uint32_t)0), nameResId(0) function in struct:XMLNode::attribute_entry
95 const Vector<attribute_entry>& getAttributes() const;
97 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;
XMLNode.cpp 649 const Vector<XMLNode::attribute_entry>&
655 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
659 const attribute_entry& ae(mAttributes.itemAt(i));
668 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns,
672 attribute_entry * ae = &mAttributes.editItemAt(i);
762 attribute_entry e;
774 attribute_entry& e = mAttributes.editItemAt(attrIdx);
885 attribute_entry& e = mAttributes.editItemAt(i);
920 const attribute_entry& e = mAttributes.itemAt(i);
    [all...]
Resource.cpp 625 XMLNode::attribute_entry* attr = node->editAttribute(
692 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package"));
730 XMLNode::attribute_entry* attr = child->editAttribute(
    [all...]

Completed in 479 milliseconds