Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp6470 uint32_t thisOffset; in getEntry() local
6488 thisOffset = dtohs(result->offset) * 4u; in getEntry()
6495 thisOffset = dtohl(eindex[realEntryIndex]); in getEntry()
6498 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
6515 bestOffset = thisOffset; in getEntry()
7555 uint32_t thisOffset; in print() local
7562 thisOffset = static_cast<uint32_t>(dtohs(entry->offset)) * 4u; in print()
7565 thisOffset = dtohl(eindex[entryIndex]); in print()
7566 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
7597 if ((thisOffset&0x3) != 0) { in print()
[all …]