Searched defs:entryIdx (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp3864 int32_t entryIdx = Res_GETENTRY(ident); local
3865 if (entryIdx < 0) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6078 static bool keyCompare(const ResTable_sparseTypeEntry& entry , uint16_t entryIdx) { argument
6079 return dtohs(entry.idx) < entryIdx;

Completed in 435 milliseconds