Searched defs:typeIdx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp366 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); local
367 if (typeIdx >= 0) {
368 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
951 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
952 if (typeIdx < 0) {
956 type = String16(block.getAttributeStringValue(typeIdx, &len));
1023 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
1024 if (typeIdx < 0) {
1028 type = String16(block.getAttributeStringValue(typeIdx, &len));
1155 ssize_t typeIdx local
1198 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
3801 int32_t typeIdx = Res_GETTYPE(ident); local
[all...]

Completed in 50 milliseconds