Searched defs:thisOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5548 uint32_t thisOffset = dtohl(eindex[realEntryIndex]); local
5549 if (thisOffset == ResTable_type::NO_ENTRY) {
5566 bestOffset = thisOffset;
6454 uint32_t thisOffset = dtohl(eindex[entryIndex]); local
6455 if (thisOffset == ResTable_type::NO_ENTRY) {
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);
[all...]

Completed in 382 milliseconds