Home | History | Annotate | Download | only in aapt

Lines Matching defs:specFlags

426             uint32_t specFlags = 0;
428 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
441 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
442 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
444 if ((specFlags&~ResTable_typeSpec::SPEC_PUBLIC) != 0 && false) {
448 specFlags);