Searched refs:numTypes (Results 1 – 3 of 3) sorted by relevance
1477 final int numTypes = t.size(); in findMimeType() local1478 for (int i = 0; i < numTypes; i++) { in findMimeType()
2461 for (size_t j=0; j<pi->numTypes; j++) { in free_package()2473 sizeof(package_info) + (pi->numTypes*sizeof(type_info))); in copy_package()2474 newpi->numTypes = pi->numTypes; in copy_package()2475 for (size_t j=0; j<newpi->numTypes; j++) { in copy_package()2531 curPI->numTypes = cnt; in applyStyle()2538 if (t >= curPI->numTypes) { in applyStyle()2639 TABLE_THEME(ALOGI("Desired type index is %ld in avail %d", t, pi->numTypes)); in getAttribute()2640 if (t < pi->numTypes) { in getAttribute()2703 for (size_t j=0; j<pi->numTypes; j++) { in dumpToLog()
1426 size_t numTypes; member