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.cpp65 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { in less_entry_id() argument
66 return p.first < entryId; in less_entry_id()
/frameworks/base/tools/aapt/
DResourceTable.cpp4479 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local
4480 if (entryId <= 0x021c) { in getPublicAttributeSdkLevel()
4482 } else if (entryId <= 0x021d) { in getPublicAttributeSdkLevel()
4484 } else if (entryId <= 0x0269) { in getPublicAttributeSdkLevel()
4486 } else if (entryId <= 0x028d) { in getPublicAttributeSdkLevel()
4488 } else if (entryId <= 0x02ad) { in getPublicAttributeSdkLevel()
4490 } else if (entryId <= 0x02b3) { in getPublicAttributeSdkLevel()
4492 } else if (entryId <= 0x02b5) { in getPublicAttributeSdkLevel()
4494 } else if (entryId <= 0x02bd) { in getPublicAttributeSdkLevel()
4496 } else if (entryId <= 0x02cb) { in getPublicAttributeSdkLevel()
[all …]
/frameworks/base/libs/androidfw/
DResourceTypes.cpp339 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup() argument
343 if (entryId < offset) { in lookup()
348 entryId -= offset; in lookup()
350 if (entryId >= entryCount) { in lookup()
358 uint32_t mappedEntry = dtohl(entries[entryId]); in lookup()
7679 size_t entryId; in print() local
7685 entryId = dtohs(entry->idx); in print()
7689 entryId = entryIndex; in print()
7698 | (0x0000ffff & (entryId)); in print()