Searched refs:attributeCount (Results 1 – 8 of 8) sorted by relevance
175 int attributeCount = 0; in benchmarkAttributeFunction() local188 attributeCount = mParser.getAttributeCount(); in benchmarkAttributeFunction()193 if (i < attributeCount) { in benchmarkAttributeFunction()205 if (i >= attributeCount) { in benchmarkAttributeFunction()
153 for (i in 0 until attributeCount) {
690 final int attributeCount = parser.getAttributeCount(); in updateFromXml() local691 for (int i = 0; i < attributeCount; i++) { in updateFromXml()
225 int attributeCount = parser.getAttributeCount(); in createStateListAnimatorFromXml() local226 int[] states = new int[attributeCount]; in createStateListAnimatorFromXml()228 for (int i = 0; i < attributeCount; i++) { in createStateListAnimatorFromXml()
220 flat_elem->attributeCount = android::util::HostToDevice16(filtered_attrs_.size()); in WriteAttributes()
1348 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1357 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1392 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1440 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1464 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1486 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1508 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1905 * dtohs(attrExt->attributeCount); in validateNode()1934 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1939 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
689 uint16_t attributeCount; member
1509 attrExt.attributeCount = htods(NA); in flatten_node()