Home
last modified time | relevance | path

Searched refs:ResTable_sparseTypeEntry (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp34 mLength = ResTable_sparseTypeEntry{entryIndices[entryCount - 1]}.idx + 1; in TypeVariant()
48 return dtohs(ResTable_sparseTypeEntry{entry}.idx) < index; in keyCompare()
73 || dtohs(ResTable_sparseTypeEntry{*iter}.idx) != mIndex) { in operator *()
77 entryOffset = static_cast<uint32_t>(dtohs(ResTable_sparseTypeEntry{*iter}.offset)) * 4u; in operator *()
H A DLoadedArsc.cpp258 auto sparse_indices = offsets.convert<ResTable_sparseTypeEntry>().iterator(); in GetEntryOffset()
261 [&error](const incfs::map_ptr<ResTable_sparseTypeEntry>& entry, in GetEntryOffset()
274 const incfs::verified_map_ptr<ResTable_sparseTypeEntry> entry = (*result).verified(); in GetEntryOffset()
402 auto sparse_entry = entry_offsets.convert<ResTable_sparseTypeEntry>() + entry_idx; in FindEntryByName()
H A DResourceTypes.cpp6513 static bool keyCompare(const ResTable_sparseTypeEntry& entry , uint16_t entryIdx) { in keyCompare()
6623 const ResTable_sparseTypeEntry* sparseIndices = in getEntry()
6624 reinterpret_cast<const ResTable_sparseTypeEntry*>(eindex); in getEntry()
6625 const ResTable_sparseTypeEntry* result = std::lower_bound( in getEntry()
7722 const ResTable_sparseTypeEntry* entry = in print()
7723 reinterpret_cast<const ResTable_sparseTypeEntry*>( in print()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp221 ResTable_sparseTypeEntry* indices = in FlattenConfig()
222 type_writer.NextBlock<ResTable_sparseTypeEntry>(entries->size()); in FlattenConfig()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1499 union ResTable_sparseTypeEntry { union
1511 static_assert(sizeof(ResTable_sparseTypeEntry) == sizeof(uint32_t),