Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp4350 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local
4351 if (entryId <= 0x021c) { in getPublicAttributeSdkLevel()
4353 } else if (entryId <= 0x021d) { in getPublicAttributeSdkLevel()
4355 } else if (entryId <= 0x0269) { in getPublicAttributeSdkLevel()
4357 } else if (entryId <= 0x028d) { in getPublicAttributeSdkLevel()
4359 } else if (entryId <= 0x02ad) { in getPublicAttributeSdkLevel()
4361 } else if (entryId <= 0x02b3) { in getPublicAttributeSdkLevel()
4363 } else if (entryId <= 0x02b5) { in getPublicAttributeSdkLevel()
4365 } else if (entryId <= 0x02bd) { in getPublicAttributeSdkLevel()
4367 } else if (entryId <= 0x02cb) { in getPublicAttributeSdkLevel()
[all …]
/frameworks/base/libs/androidfw/
DResourceTypes.cpp317 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup() argument
321 if (entryId < offset) { in lookup()
326 entryId -= offset; in lookup()
328 if (entryId >= entryCount) { in lookup()
336 uint32_t mappedEntry = dtohl(entries[entryId]); in lookup()