Searched defs:entryId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
H A DSdkConstants.cpp59 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { argument
60 return p.first < entryId;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp4482 const size_t entryId = Res_GETENTRY(attrId); local
4483 if (entryId <= 0x021c) {
4485 } else if (entryId <= 0x021d) {
4487 } else if (entryId <= 0x0269) {
4489 } else if (entryId <= 0x028d) {
4491 } else if (entryId <= 0x02ad) {
4493 } else if (entryId <= 0x02b3) {
4495 } else if (entryId <= 0x02b5) {
4497 } else if (entryId <= 0x02bd) {
4499 } else if (entryId <
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp321 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { argument
325 if (entryId < offset) {
330 entryId -= offset;
332 if (entryId >= entryCount) {
340 uint32_t mappedEntry = dtohl(entries[entryId]);
7496 size_t entryId; local
7502 entryId = dtohs(entry->idx);
7506 entryId = entryIndex;
7515 | (0x0000ffff & (entryId));

Completed in 255 milliseconds