Home | History | Annotate | Download | only in androidfw

Lines Matching refs:thisOffset

5548             uint32_t thisOffset = dtohl(eindex[realEntryIndex]);
5549 if (thisOffset == ResTable_type::NO_ENTRY) {
5566 bestOffset = thisOffset;
6454 uint32_t thisOffset = dtohl(eindex[entryIndex]);
6455 if (thisOffset
6485 if ((thisOffset&0x3) != 0) {
6486 printf("NON-INTEGER OFFSET: 0x%x\n", thisOffset);
6489 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) {
6491 entriesStart, thisOffset, typeSize);
6496 (((const uint8_t*)type) + entriesStart + thisOffset);
6497 if (((entriesStart + thisOffset)&0x3) != 0) {
6499 (entriesStart + thisOffset));
6508 if ((thisOffset+esize) > typeSize) {
6510 entriesStart, thisOffset, (void *)esize, typeSize);