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

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

Completed in 85 milliseconds