Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp6183 uint32_t thisOffset; in getEntry() local
6201 thisOffset = dtohs(result->offset) * 4u; in getEntry()
6208 thisOffset = dtohl(eindex[realEntryIndex]); in getEntry()
6211 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
6228 bestOffset = thisOffset; in getEntry()
7179 uint32_t thisOffset; in print() local
7186 thisOffset = static_cast<uint32_t>(dtohs(entry->offset)) * 4u; in print()
7189 thisOffset = dtohl(eindex[entryIndex]); in print()
7190 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
7221 if ((thisOffset&0x3) != 0) { in print()
[all …]