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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp331 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); local
332 if (typeIdx >= 0) {
333 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
862 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
863 if (typeIdx < 0) {
867 type = String16(block.getAttributeStringValue(typeIdx, &len));
934 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
935 if (typeIdx < 0) {
939 type = String16(block.getAttributeStringValue(typeIdx, &len));
1066 ssize_t typeIdx local
1109 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
3422 int32_t typeIdx = Res_GETTYPE(ident); local
[all...]

Completed in 45 milliseconds