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.cpp59 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { in less_entry_id() argument
60 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.cpp321 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup() argument
325 if (entryId < offset) { in lookup()
330 entryId -= offset; in lookup()
332 if (entryId >= entryCount) { in lookup()
340 uint32_t mappedEntry = dtohl(entries[entryId]); in lookup()
7496 size_t entryId; in print() local
7502 entryId = dtohs(entry->idx); in print()
7506 entryId = entryIndex; in print()
7515 | (0x0000ffff & (entryId)); in print()