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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp3624 const Package* package, int typeIndex, int entryIndex,
3639 if ((size_t)entryIndex >= allTypes->entryCount) {
3640 LOGW("getEntry failing because entryIndex %d is beyond type entryCount %d",
3641 entryIndex, (int)allTypes->entryCount);
3660 entryIndex, typeIndex+1, dtohl(thisType->config.size),
3701 uint32_t thisOffset = dtohl(eindex[entryIndex]);
4125 for (size_t entryIndex=0; entryIndex<typeConfigs->entryCount; entryIndex++) {
4128 | (0x0000ffff & (entryIndex));
3623 getEntry( const Package* package, int typeIndex, int entryIndex, const ResTable_config* config, const ResTable_type** outType, const ResTable_entry** outEntry, const Type** outTypeClass) const argument
[all...]

Completed in 217 milliseconds