Searched refs:numberOfEntries (Results 1 – 3 of 3) sorted by relevance
125 inline uint32_t calculateIfdSize(size_t numberOfEntries) { in calculateIfdSize() argument126 return IFD_HEADER_SIZE + IFD_FOOTER_SIZE + TIFF_ENTRY_SIZE * numberOfEntries; in calculateIfdSize()
2736 int numberOfEntries = preloadDrawables(sysRes, ar); in preloadResources() local2738 Log.i(TAG, "...preloaded " + numberOfEntries + " resources in " in preloadResources()2744 numberOfEntries = preloadColorStateLists(sysRes, ar); in preloadResources()2746 Log.i(TAG, "...preloaded " + numberOfEntries + " resources in " in preloadResources()2756 final int numberOfEntries = ar.length(); in preloadColorStateLists() local2757 for (int i = 0; i < numberOfEntries; i++) { in preloadColorStateLists()2769 return numberOfEntries; in preloadColorStateLists()2773 final int numberOfEntries = ar.length(); in preloadDrawables() local2774 for (int i = 0; i < numberOfEntries; i++) { in preloadDrawables()2786 return numberOfEntries; in preloadDrawables()
12681 int numberOfEntries = newList.size(); in setNetworkOperatorNameForPhone()12683 (SystemProperties.PROP_VALUE_MAX - numberOfEntries) / numberOfEntries; in setNetworkOperatorNameForPhone()