Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ResTable_entry

2976         const ResTable_entry* entry;
3077 const ResTable_entry* entry;
3354 const ResTable_entry* entry;
3717 if (offset > (dtohl(ty->header.size)-sizeof(ResTable_entry))) {
3718 ALOGW("ResTable_entry at %d is beyond type chunk data %d",
3723 ALOGW("ResTable_entry at %d (pkg=%d type=%d ent=%d) is not on an integer boundary when looking for %s:%s/%s",
3731 const ResTable_entry* const entry = (const ResTable_entry*)
3734 ALOGW("ResTable_entry size %d is too small", dtohs(entry->size));
4847 const ResTable_type** outType, const ResTable_entry** outEntry,
4930 if (offset > (dtohl(type->header.size)-sizeof(ResTable_entry))) {
4931 ALOGW("ResTable_entry at 0x%x is beyond type chunk data 0x%x",
4936 ALOGW("ResTable_entry at 0x%x is not on an integer boundary",
4941 const ResTable_entry* const entry = (const ResTable_entry*)
4944 ALOGW("ResTable_entry size 0x%x is too small", dtohs(entry->size));
5139 && dtohl(type->entriesStart) > (typeSize-sizeof(ResTable_entry))) {
5548 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) {
5555 const ResTable_entry* ent = (const ResTable_entry*)
5558 printf("NON-INTEGER ResTable_entry OFFSET: %p\n",
5565 printf("NON-INTEGER ResTable_entry SIZE: %p\n", (void*)esize);
5569 printf("ResTable_entry OUT OF BOUNDS: %p+%p+%p (size is %p)\n",
5578 if ((dtohs(ent->flags)&ResTable_entry::FLAG_COMPLEX) != 0) {
5590 if ((dtohs(ent->flags)&ResTable_entry::FLAG_PUBLIC) != 0) {