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

/frameworks/base/cmds/idmap/
H A Dinspect.cpp242 uint32_t typeCount = static_cast<uint32_t>(data16); local
243 while (typeCount > 0) {
244 typeCount--;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2648 const size_t typeCount = p->getOrderedTypes().size(); local
2649 for (size_t ti = 0; ti < typeCount; ti++) {
2677 for (size_t ti = 0; ti < typeCount; ti++) {
4331 const size_t typeCount = types.size(); local
4332 for (size_t ti = 0; ti < typeCount; ti++) {
4633 const size_t typeCount = p->getOrderedTypes().size(); local
4634 for (size_t ti = 0; ti < typeCount; ti++) {
4981 const size_t typeCount = types.size(); local
4982 for (size_t t = 0; t < typeCount; t++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4804 const size_t typeCount = typeList.size(); local
4805 for (size_t i = 0; i < typeCount; i++) {
5978 const size_t typeCount = packageGroup->types.size(); local
5979 for (size_t j = 0; j < typeCount; j++) {
6127 const size_t typeCount = typeList.size(); local
6128 for (size_t i = 0; i < typeCount; i++) {

Completed in 234 milliseconds