Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp6732 const uint32_t* const eindex = reinterpret_cast<const uint32_t*>( in getEntry() local
6741 reinterpret_cast<const ResTable_sparseTypeEntry*>(eindex); in getEntry()
6760 auto eindex16 = reinterpret_cast<const uint16_t*>(eindex); in getEntry()
6763 thisOffset = dtohl(eindex[realEntryIndex]); in getEntry()
7832 const uint32_t* const eindex = (const uint32_t*) in print() local
7840 eindex + entryIndex); in print()
7848 reinterpret_cast<const uint16_t*>(eindex); in print()
7851 thisOffset = dtohl(eindex[entryIndex]); in print()