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

  /frameworks/base/tools/aapt/
XMLNode.h 77 struct attribute_entry { struct in class:XMLNode
78 attribute_entry() : index(~(uint32_t)0), nameResId(0) function in struct:XMLNode::attribute_entry
98 const Vector<attribute_entry>& getAttributes() const;
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;
XMLNode.cpp 707 const Vector<XMLNode::attribute_entry>&
713 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
717 const attribute_entry& ae(mAttributes.itemAt(i));
729 const attribute_entry& ae(mAttributes.itemAt(i));
738 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns,
742 attribute_entry * ae = &mAttributes.editItemAt(i);
834 attribute_entry e;
855 const attribute_entry& e = mAttributes[index];
873 attribute_entry& e = mAttributes.editItemAt(attrIdx);
986 attribute_entry& e = mAttributes.editItemAt(i)
    [all...]
Resource.cpp 721 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
757 XMLNode::attribute_entry* attr = node->editAttribute(
    [all...]
ResourceTable.cpp     [all...]

Completed in 330 milliseconds