Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp6455 uint32_t thisOffset; in getEntry() local
6473 thisOffset = dtohs(result->offset) * 4u; in getEntry()
6480 thisOffset = dtohl(eindex[realEntryIndex]); in getEntry()
6483 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
6500 bestOffset = thisOffset; in getEntry()
7497 uint32_t thisOffset; in print() local
7504 thisOffset = static_cast<uint32_t>(dtohs(entry->offset)) * 4u; in print()
7507 thisOffset = dtohl(eindex[entryIndex]); in print()
7508 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
7539 if ((thisOffset&0x3) != 0) { in print()
[all …]