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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp348 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); local
349 if (typeIdx >= 0) {
350 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
928 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
929 if (typeIdx < 0) {
933 type = String16(block.getAttributeStringValue(typeIdx, &len));
1000 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
1001 if (typeIdx < 0) {
1005 type = String16(block.getAttributeStringValue(typeIdx, &len));
1132 ssize_t typeIdx local
1175 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
3739 int32_t typeIdx = Res_GETTYPE(ident); local
[all...]

Completed in 445 milliseconds