Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp331 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); in compileAttribute() local
332 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() local
863 if (typeIdx < 0) { in compileResourceFile()
867 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
934 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
935 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 …]