Home | History | Annotate | Download | only in aapt

Lines Matching defs:resId

2082     uint32_t resId = getCustomResource(package, type, name);
2083 if (resId != 0 || !createIfNotFound) {
2084 return resId;
2090 resId = getResId(package, type, name);
2091 return resId;
3722 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID,
3725 int pid = Res_GETPACKAGE(resID)+1;
3738 fprintf(stderr, "warning: Package not found for resource #%08x\n", resID);
3742 int tid = Res_GETTYPE(resID);
3744 fprintf(stderr, "warning: Type not found for resource #%08x\n", resID);
3749 int eid = Res_GETENTRY(resID);
3751 fprintf(stderr, "warning: Entry not found for resource #%08x\n", resID);
3757 fprintf(stderr, "warning: Entry not found for resource #%08x\n", resID);
3765 fprintf(stderr, "warning: Entry configuration not found for resource #%08x\n", resID);
3772 const ResourceTable::Item* ResourceTable::getItem(uint32_t resID, uint32_t attrID) const
3774 sp<const Entry> e = getEntry(resID);
3796 uint32_t resID, uint32_t attrID, Res_value* outValue)
3798 const Item* item = getItem(resID, attrID);
3803 sp<const Entry> e = getEntry(resID);
3821 resID, attrID, String8(getEntry(resID)->getName()).string(),
3825 resID, attrID);