Lines Matching refs:itemAt

428             const namespace_entry& ne = namespaces.itemAt(i);  in build_namespace()
717 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()
729 const attribute_entry& ae(mAttributes.itemAt(i)); in removeAttribute()
780 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName); in searchElement()
792 sp<XMLNode> child = mChildren.itemAt(i); in getChildElement()
882 String8(mAttributes.itemAt(attrIdx).name).string(), in setAttributeResID()
883 String8(mAttributes.itemAt(attrIdx).string).string(), in setAttributeResID()
934 sp<XMLNode> node = mChildren.itemAt(i); in removeWhitespace()
1005 status_t err = mChildren.itemAt(i)->parseValues(assets, table); in parseValues()
1023 const attribute_entry& e = mAttributes.itemAt(i); in assignResourceIds()
1059 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table); in assignResourceIds()
1171 const attribute_entry& attr = mAttributes.itemAt(idx); in print()
1195 mChildren.itemAt(i)->print(indent+1); in print()
1225 st->stack.itemAt(st->stack.size()-1)->addChild(node); in startNamespace()
1248 st->stack.itemAt(st->stack.size()-1)->addChild(node); in startElement()
1271 sp<XMLNode> parent = st->stack.itemAt(st->stack.size()-1); in characterData()
1296 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endElement()
1318 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endNamespace()
1363 const attribute_entry& ae = mAttributes.itemAt(i); in collect_strings()
1386 mChildren.itemAt(i)->collect_strings(dest, outResIds, in collect_strings()
1398 const attribute_entry& attr = mAttributes.itemAt(i); in collect_attr_strings()
1409 size_t strIdx = indices->itemAt(j); in collect_attr_strings()
1419 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1456 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()
1518 const attribute_entry& ae = mAttributes.itemAt(idx); in flatten_node()
1570 const attribute_entry& ae = mAttributes.itemAt(idx); in flatten_node()
1598 status_t err = mChildren.itemAt(i)->flatten_node(strings, dest, in flatten_node()