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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2922 const TypeList& typeList = types[i]; local
2923 const size_t numInnerTypes = typeList.size();
2925 if (typeList[j]->package->owner == owner) {
2926 delete typeList[j];
2945 const TypeList& typeList = types[i]; local
2946 if (!typeList.isEmpty()) {
2950 const size_t N = typeList[0]->entryCount;
3108 const TypeList& typeList = grp->types[t]; local
3109 int cnt = typeList.isEmpty() ? 0 : typeList[
3369 TypeList& typeList = pg->types.editItemAt(j); local
4223 const TypeList& typeList = group->types[typeIndex]; local
5348 const TypeList& typeList = packageGroup->types[j]; local
5475 const TypeList& typeList = packageGroup->types[typeIndex]; local
5776 TypeList& typeList = group->types.editItemAt(typeIndex); local
5843 TypeList& typeList = group->types.editItemAt(typeIndex); local
6070 const TypeList& typeList = pg->types[typeIndex]; local
6383 const TypeList& typeList = pg->types[typeIndex]; local
[all...]

Completed in 60 milliseconds