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

/frameworks/base/tools/aapt2/
H A DManifestValidator.cpp73 ssize_t strIdx = mTable.resolveReference(&value, 0x10000000u); local
74 if (strIdx < 0) {
77 pool = mTable.getTableStringBlock(strIdx);
/frameworks/base/tools/aapt/
H A DResource.cpp489 int strIdx; local
490 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
498 pool = table.getTableStringBlock(strIdx);
503 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
504 specFlags, strIdx, str != NULL ? String8(str).string() : "???");

Completed in 124 milliseconds