Searched refs:numTypes (Results 1 – 3 of 3) sorted by relevance
1519 for (size_t j=0; j<pi->numTypes; j++) { in free_package()1531 sizeof(package_info) + (pi->numTypes*sizeof(type_info))); in copy_package()1532 newpi->numTypes = pi->numTypes; in copy_package()1533 for (size_t j=0; j<newpi->numTypes; j++) { in copy_package()1589 curPI->numTypes = cnt; in applyStyle()1596 if (t >= curPI->numTypes) { in applyStyle()1697 TABLE_THEME(LOGI("Desired type index is %ld in avail %d", t, pi->numTypes)); in getAttribute()1698 if (t < pi->numTypes) { in getAttribute()1761 for (size_t j=0; j<pi->numTypes; j++) { in dumpToLog()
1476 final int numTypes = t.size(); in findMimeType() local1477 for (int i = 0; i < numTypes; i++) { in findMimeType()
1959 size_t numTypes; member