Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/tools/
Dpublic_attr_map.py10 entryId = 0x0000ffff & intId
21 if entryId <= attrEntryId:
/frameworks/base/tools/aapt2/
DSdkConstants.cpp58 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { in less_entry_id() argument
59 return p.first < entryId; in less_entry_id()
/frameworks/base/tools/aapt/
DResourceTable.cpp4482 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local
4483 if (entryId <= 0x021c) { in getPublicAttributeSdkLevel()
4485 } else if (entryId <= 0x021d) { in getPublicAttributeSdkLevel()
4487 } else if (entryId <= 0x0269) { in getPublicAttributeSdkLevel()
4489 } else if (entryId <= 0x028d) { in getPublicAttributeSdkLevel()
4491 } else if (entryId <= 0x02ad) { in getPublicAttributeSdkLevel()
4493 } else if (entryId <= 0x02b3) { in getPublicAttributeSdkLevel()
4495 } else if (entryId <= 0x02b5) { in getPublicAttributeSdkLevel()
4497 } else if (entryId <= 0x02bd) { in getPublicAttributeSdkLevel()
4499 } else if (entryId <= 0x02cb) { in getPublicAttributeSdkLevel()
[all …]
/frameworks/base/libs/androidfw/
DResourceTypes.cpp322 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup() argument
326 if (entryId < offset) { in lookup()
331 entryId -= offset; in lookup()
333 if (entryId >= entryCount) { in lookup()
341 uint32_t mappedEntry = dtohl(entries[entryId]); in lookup()
7211 size_t entryId; in print() local
7217 entryId = dtohs(entry->idx); in print()
7221 entryId = entryIndex; in print()
7230 | (0x0000ffff & (entryId)); in print()