Lines Matching refs:typeIndex

4661 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name,
4663 const TypeList& typeList = group->types[typeIndex];
4684 uint32_t resId = Res_MAKEID(group->id - 1, typeIndex, iter.index());
4687 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
5965 const PackageGroup* packageGroup, int typeIndex, int entryIndex,
5969 const TypeList& typeList = packageGroup->types[typeIndex];
5971 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
5979 uint8_t actualTypeIndex = typeIndex;
5989 int realTypeIndex = typeIndex;
6007 Res_MAKEID(packageGroup->id - 1, typeIndex, entryIndex),
6031 const TypeCacheEntry& cacheEntry = packageGroup->typeCacheEntries[typeIndex];
6289 uint8_t typeIndex = typeSpec->id - 1;
6292 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1;
6295 TypeList& typeList = group->types.editItemAt(typeIndex);
6357 uint8_t typeIndex = type->id - 1;
6360 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1;
6363 TypeList& typeList = group->types.editItemAt(typeIndex);
6613 for (size_t typeIndex = 0; typeIndex < pg->types.size(); ++typeIndex) {
6614 const TypeList& typeList = pg->types[typeIndex];
6626 uint32_t resID = Res_MAKEID(pg->id - 1, typeIndex, entryIndex);
6673 if (map.add(static_cast<uint8_t>(typeIndex), typeMap) < 0) {
6928 for (size_t typeIndex=0; typeIndex < pg->types.size(); typeIndex++) {
6929 const TypeList& typeList = pg->types[typeIndex];
6936 (int)typeIndex, (int)NTC, (int)typeConfigs->entryCount);
6940 | (0x00ff0000 & ((typeIndex+1)<<16))
7009 | (0x00ff0000 & ((typeIndex+1)<<16))