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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4508 const TypeList& typeConfigs = grp->types[t]; local
4509 if (typeConfigs.isEmpty()) {
4514 const size_t NENTRY = typeConfigs[0]->entryCount;
4517 e, (int)typeConfigs[0]->entryCount);
7076 const Type* typeConfigs = typeList[0]; local
7082 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) {
7112 if ((dtohl(typeConfigs->typeSpecFlags[entryIndex]) &
7416 const Type* typeConfigs = typeList[splitIndex]; local
7417 const size_t NTC = typeConfigs->configs.size();
7419 (int)typeIndex, (int)NTC, (int)typeConfigs
[all...]

Completed in 41 milliseconds