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

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

Completed in 223 milliseconds