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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp246 const uint32_t typeCount = *map; local
248 if (type > typeCount) {
249 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount);
252 if (typeCount > size) {
253 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size);
2376 : owner(_owner), name(_name), id(_id), typeCount(0), bags(NULL) { }
2392 TABLE_NOISY(printf("typeCount=%x\n", typeCount));
2393 for (size_t i=0; i<typeCount; i++) {
2424 size_t typeCount; member in struct:android::ResTable::PackageGroup
5196 size_t typeCount = pkg->types.size(); local
5465 size_t typeCount = pkg->types.size(); local
[all...]

Completed in 123 milliseconds