Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp590 for (size_t entryIndex = 0; entryIndex < actual_num_entries; entryIndex++) { in FlattenTypeSpec() local
591 ResourceEntry* entry = sorted_entries->at(entryIndex); in FlattenTypeSpec()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6370 const PackageGroup* packageGroup, int typeIndex, int entryIndex, in getEntry() argument
6393 int realEntryIndex = entryIndex; in getEntry()
6401 if (typeSpec->idmapEntries.lookup(entryIndex, &overlayEntryIndex) != NO_ERROR) { in getEntry()
6415 Res_MAKEID(packageGroup->id - 1, typeIndex, entryIndex), in getEntry()
6416 entryIndex, static_cast<int>(typeSpec->entryCount)); in getEntry()
6914 for (uint32_t entryIndex = 0; entryIndex < entryCount; entryIndex++) { in load() local
7168 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) { in createIdmap() local
7169 uint32_t overlay_resid = Res_MAKEID(packageGroup->id - 1, typeIndex, entryIndex); in createIdmap()
7479 for (size_t entryIndex=0; entryIndex<typeConfigs->entryCount; entryIndex++) { in print() local
7482 | (0x0000ffff & (entryIndex)); in print()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h2109 const PackageGroup* packageGroup, int typeIndex, int entryIndex,