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

/frameworks/base/tools/aapt/
H A DResource.cpp468 int strIdx; local
469 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
477 pool = table.getTableStringBlock(strIdx);
482 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
483 specFlags, strIdx, str != NULL ? String8(str).string() : "???");

Completed in 58 milliseconds