Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp6208 uint32_t thisOffset; in getEntry() local
6226 thisOffset = dtohs(result->offset) * 4u; in getEntry()
6233 thisOffset = dtohl(eindex[realEntryIndex]); in getEntry()
6236 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
6253 bestOffset = thisOffset; in getEntry()
7212 uint32_t thisOffset; in print() local
7219 thisOffset = static_cast<uint32_t>(dtohs(entry->offset)) * 4u; in print()
7222 thisOffset = dtohl(eindex[entryIndex]); in print()
7223 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
7254 if ((thisOffset&0x3) != 0) { in print()
[all …]