Home | History | Annotate | Download | only in androidfw

Lines Matching refs:attrRes

2466         const uint32_t attrRes = bag->map.name.ident;
2467 const uint32_t p = Res_GETPACKAGE(attrRes);
2468 const uint32_t t = Res_GETTYPE(attrRes);
2469 const uint32_t e = Res_GETENTRY(attrRes);
2472 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes);
2474 ALOGE("Style contains key with bad package: 0x%08x\n", attrRes);
2494 ALOGE("Style contains key with bad type: 0x%08x\n", attrRes);
2512 ALOGE("Style contains key with bad entry: 0x%08x\n", attrRes);
2518 attrRes, bag->map.value.dataType, bag->map.value.data,