Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.cpp348 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); in compileAttribute() local
349 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() local
929 if (typeIdx < 0) { in compileResourceFile()
933 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1000 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
1001 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 …]