Home
last modified time | relevance | path

Searched refs:entryCount (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java166 int entryCount = indexSize / (SIZEOF_TZNAME + 3*SIZEOF_TZINT); in readIndex() local
168 char[] idChars = new char[entryCount * SIZEOF_TZNAME]; in readIndex()
169 int[] idEnd = new int[entryCount]; in readIndex()
172 byteOffsets = new int[entryCount]; in readIndex()
174 for (int i = 0; i < entryCount; i++) { in readIndex()
201 ids = new String[entryCount]; in readIndex()
202 for (int i = 0; i < entryCount; i++) { in readIndex()
/libcore/support/src/test/java/tests/support/
DSupport_MapTest.java139 int entryCount = 0; in crossCheckOrdering() local
148 assertEquals(set1Entry, set1TypedArray1[entryCount]); in crossCheckOrdering()
150 entryCount++; in crossCheckOrdering()
153 assertEquals(set1.size(), entryCount); in crossCheckOrdering() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DZipFileTest.java188 int entryCount = 0; in testZipFileWithLotsOfEntries() local
191 ++entryCount; in testZipFileWithLotsOfEntries()
193 assertEquals(expectedEntryCount, entryCount); in testZipFileWithLotsOfEntries()
202 int entryCount = 0; in testZipFileLargerThan2GiB() local
205 ++entryCount; in testZipFileLargerThan2GiB()
207 assertEquals(1024, entryCount); in testZipFileLargerThan2GiB()
223 private File createZipFile(int entryCount, int entrySize) throws IOException { in createZipFile() argument
231 for (int entry = 0; entry < entryCount; ++entry) { in createZipFile()
DZipEntryTest.java74 int entryCount = 0; in test_utf8FileNames() local
77 ++entryCount; in test_utf8FileNames()
79 assertEquals(filenames.size(), entryCount); in test_utf8FileNames() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollectionsTest.java2331 int entryCount = 0; in crossCheckOrdering() local
2340 assertEquals(set1Entry, set1TypedArray1[entryCount]); in crossCheckOrdering()
2342 entryCount++; in crossCheckOrdering()
2345 assertEquals(set1.size(), entryCount); in crossCheckOrdering() local
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...