Searched refs:entryOffset (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp45 const uint32_t entryOffset = dtohl(entryIndices[mIndex]); local
46 if (entryOffset == ResTable_type::NO_ENTRY) {
50 if ((entryOffset & 0x3) != 0) {
51 ALOGE("Index %u points to entry with unaligned offset 0x%08x", mIndex, entryOffset);
56 reinterpret_cast<uintptr_t>(type) + dtohl(type->entriesStart) + entryOffset);
H A DResourceTypes.cpp6031 size_t entryOffset; member in struct:android::IdmapTypeMap
6079 typeMap.entryOffset = 0;
6086 typeMap.entryOffset++;
6101 typeMap.entryOffset++;
6117 if (typeMap.entryOffset + typeMap.entryMap.size() < entryIndex) {
6119 if (typeMap.entryMap.resize((entryIndex - typeMap.entryOffset) + 1) < 0) {
6174 *typeData++ = htods(typeMap.entryOffset);
/frameworks/base/cmds/idmap/
H A Dinspect.cpp269 const uint32_t entryOffset = static_cast<uint32_t>(data16); local
270 print("", "entry offset", entryOffset, "");
279 uint32_t resID = (packageId << 24) | (targetTypeId << 16) | (entryOffset + i);

Completed in 521 milliseconds