Home | History | Annotate | Download | only in aapt

Lines Matching defs:strIdx

494             int strIdx;
495 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
503 pool = table.getTableStringBlock(strIdx);
508 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
509 specFlags, strIdx, str != NULL ? String8(str).string() : "???");