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

/frameworks/base/cmds/idmap/
H A Dinspect.cpp241 uint32_t typeCount = static_cast<uint32_t>(data16); local
242 while (typeCount > 0) {
243 typeCount--;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2539 const size_t typeCount = p->getOrderedTypes().size(); local
2540 for (size_t ti = 0; ti < typeCount; ti++) {
2568 for (size_t ti = 0; ti < typeCount; ti++) {
4199 const size_t typeCount = types.size(); local
4200 for (size_t ti = 0; ti < typeCount; ti++) {
4468 const size_t typeCount = p->getOrderedTypes().size(); local
4469 for (size_t ti = 0; ti < typeCount; ti++) {
4700 const size_t typeCount = types.size(); local
4701 for (size_t t = 0; t < typeCount; t++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4224 const size_t typeCount = typeList.size(); local
4225 for (size_t i = 0; i < typeCount; i++) {
5346 const size_t typeCount = packageGroup->types.size(); local
5347 for (size_t j = 0; j < typeCount; j++) {
5490 const size_t typeCount = typeList.size(); local
5491 for (size_t i = 0; i < typeCount; i++) {

Completed in 98 milliseconds