Searched refs:typeIdx (Results 1 – 1 of 1) sorted by relevance
331 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); in compileAttribute() local332 if (typeIdx >= 0) { in compileAttribute()333 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()862 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local863 if (typeIdx < 0) { in compileResourceFile()867 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()934 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local935 if (typeIdx < 0) { in compileResourceFile()939 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()1066 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local[all …]