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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp3701 uint32_t thisOffset = dtohl(eindex[entryIndex]); local
3702 if (thisOffset == ResTable_type::NO_ENTRY) {
3718 offset = thisOffset;
4334 uint32_t thisOffset = dtohl(eindex[entryIndex]); local
4335 if (thisOffset == ResTable_type::NO_ENTRY) {
4348 if ((thisOffset&0x3) != 0) {
4349 printf("NON-INTEGER OFFSET: %p\n", (void*)thisOffset);
4352 if ((thisOffset+sizeof(ResTable_entry)) > typeSize) {
4354 (void*)entriesStart, (void*)thisOffset,
4360 (((const uint8_t*)type) + entriesStart + thisOffset);
[all...]

Completed in 25 milliseconds