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

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

Completed in 38 milliseconds