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

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

Completed in 673 milliseconds