Searched refs:typeIdx (Results 1 – 1 of 1) sorted by relevance
348 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); in compileAttribute() local349 if (typeIdx >= 0) { in compileAttribute()350 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()928 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local929 if (typeIdx < 0) { in compileResourceFile()933 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()1000 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local1001 if (typeIdx < 0) { in compileResourceFile()1005 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()1132 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local[all …]