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) {
339 for (size_t i = 0; i < attr_count; i++) {
359 for (size_t i = 0; i < attr_count; i++) {
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp229 const size_t attr_count = parser->getAttributeCount(); local
230 if (attr_count > 0) {
231 el->attributes.reserve(attr_count);
232 for (size_t i = 0; i < attr_count; i++) {

Completed in 368 milliseconds