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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp3922 const Package* package, int typeIndex, int entryIndex,
3937 if ((size_t)entryIndex >= allTypes->entryCount) {
3938 LOGW("getEntry failing because entryIndex %d is beyond type entryCount %d",
3939 entryIndex, (int)allTypes->entryCount);
3960 entryIndex, typeIndex+1, dtohl(thisType->config.size),
4007 uint32_t thisOffset = dtohl(eindex[entryIndex]);
4343 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) {
4346 | (0x0000ffff & (entryIndex));
3921 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 1252 milliseconds