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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp245 const uint32_t typeCount = *map; local
247 if (type > typeCount) {
248 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount);
251 if (typeCount > size) {
252 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size);
2516 : owner(_owner), name(_name), id(_id), typeCount(0), bags(NULL) { }
2532 TABLE_NOISY(printf("typeCount=%x\n", typeCount));
2533 for (size_t i=0; i<typeCount; i++) {
2564 size_t typeCount; member in struct:android::ResTable::PackageGroup
5351 size_t typeCount = pkg->types.size(); local
5619 size_t typeCount = pkg->types.size(); local
[all...]

Completed in 84 milliseconds