Lines Matching refs:itemAt
425 const namespace_entry& ne = namespaces.itemAt(i); in build_namespace()
714 const attribute_entry& ae(mAttributes.itemAt(i)); in getAttribute()
726 const attribute_entry& ae(mAttributes.itemAt(i)); in removeAttribute()
777 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName); in searchElement()
789 sp<XMLNode> child = mChildren.itemAt(i); in getChildElement()
879 String8(mAttributes.itemAt(attrIdx).name).string(), in setAttributeResID()
880 String8(mAttributes.itemAt(attrIdx).string).string(), in setAttributeResID()
931 sp<XMLNode> node = mChildren.itemAt(i); in removeWhitespace()
1002 status_t err = mChildren.itemAt(i)->parseValues(assets, table); in parseValues()
1020 const attribute_entry& e = mAttributes.itemAt(i); in assignResourceIds()
1056 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table); in assignResourceIds()
1168 const attribute_entry& attr = mAttributes.itemAt(idx); in print()
1192 mChildren.itemAt(i)->print(indent+1); in print()
1222 st->stack.itemAt(st->stack.size()-1)->addChild(node); in startNamespace()
1245 st->stack.itemAt(st->stack.size()-1)->addChild(node); in startElement()
1268 sp<XMLNode> parent = st->stack.itemAt(st->stack.size()-1); in characterData()
1293 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endElement()
1315 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endNamespace()
1360 const attribute_entry& ae = mAttributes.itemAt(i); in collect_strings()
1383 mChildren.itemAt(i)->collect_strings(dest, outResIds, in collect_strings()
1395 const attribute_entry& attr = mAttributes.itemAt(i); in collect_attr_strings()
1406 size_t strIdx = indices->itemAt(j); in collect_attr_strings()
1416 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1453 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()
1515 const attribute_entry& ae = mAttributes.itemAt(idx); in flatten_node()
1567 const attribute_entry& ae = mAttributes.itemAt(idx); in flatten_node()
1595 status_t err = mChildren.itemAt(i)->flatten_node(strings, dest, in flatten_node()