Home | History | Annotate | Download | only in aapt

Lines Matching defs:strIdx

427             int strIdx;
428 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
436 pool = table.getTableStringBlock(strIdx);
441 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
442 specFlags, strIdx, str != NULL ? String8(str).string() : "???");