Searched refs:attributeCount (Results 1 – 6 of 6) sorted by relevance
111 for (i in 0 until attributeCount) { in XmlPullParser()
222 int attributeCount = parser.getAttributeCount(); in createStateListAnimatorFromXml() local223 int[] states = new int[attributeCount]; in createStateListAnimatorFromXml()225 for (int i = 0; i < attributeCount; i++) { in createStateListAnimatorFromXml()
220 flat_elem->attributeCount = util::HostToDevice16(filtered_attrs_.size()); in WriteAttributes()
1223 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1232 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1267 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1315 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1339 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1361 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1383 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1780 * dtohs(attrExt->attributeCount); in validateNode()1809 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1814 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
668 uint16_t attributeCount; member
1509 attrExt.attributeCount = htods(NA); in flatten_node()