Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5047 uint32_t thisOffset = dtohl(eindex[entryIndex]); in getEntry() local
5048 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
5064 offset = thisOffset; in getEntry()
5688 uint32_t thisOffset = dtohl(eindex[entryIndex]); in print() local
5689 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
5716 if ((thisOffset&0x3) != 0) { in print()
5717 printf("NON-INTEGER OFFSET: %p\n", (void*)thisOffset); in print()
5720 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) { in print()
5722 (void*)entriesStart, (void*)thisOffset, in print()
5728 (((const uint8_t*)type) + entriesStart + thisOffset); in print()
[all …]