Searched refs:attr_count (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp272 const size_t attr_count = sorted_attributes.size(); local
273 if (attr_count > 0) {
331 for (size_t i = 0; i < attr_count; i++) {
351 for (size_t i = 0; i < attr_count; i++) {
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp223 const size_t attr_count = parser->getAttributeCount(); local
224 if (attr_count > 0) {
225 el->attributes.reserve(attr_count);
226 for (size_t i = 0; i < attr_count; i++) {

Completed in 71 milliseconds