Home
last modified time | relevance | path

Searched refs:thisOffset (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5548 uint32_t thisOffset = dtohl(eindex[realEntryIndex]); in getEntry() local
5549 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
5566 bestOffset = thisOffset; in getEntry()
6454 uint32_t thisOffset = dtohl(eindex[entryIndex]); in print() local
6455 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
6485 if ((thisOffset&0x3) != 0) { in print()
6486 printf("NON-INTEGER OFFSET: 0x%x\n", thisOffset); in print()
6489 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) { in print()
6491 entriesStart, thisOffset, typeSize); in print()
6496 (((const uint8_t*)type) + entriesStart + thisOffset); in print()
[all …]