Searched refs:entryCount (Results 1 – 6 of 6) sorted by relevance
166 int entryCount = indexSize / (SIZEOF_TZNAME + 3*SIZEOF_TZINT); in readIndex() local168 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()
139 int entryCount = 0; in crossCheckOrdering() local148 assertEquals(set1Entry, set1TypedArray1[entryCount]); in crossCheckOrdering()150 entryCount++; in crossCheckOrdering()153 assertEquals(set1.size(), entryCount); in crossCheckOrdering() local
188 int entryCount = 0; in testZipFileWithLotsOfEntries() local191 ++entryCount; in testZipFileWithLotsOfEntries()193 assertEquals(expectedEntryCount, entryCount); in testZipFileWithLotsOfEntries()202 int entryCount = 0; in testZipFileLargerThan2GiB() local205 ++entryCount; in testZipFileLargerThan2GiB()207 assertEquals(1024, entryCount); in testZipFileLargerThan2GiB()223 private File createZipFile(int entryCount, int entrySize) throws IOException { in createZipFile() argument231 for (int entry = 0; entry < entryCount; ++entry) { in createZipFile()
74 int entryCount = 0; in test_utf8FileNames() local77 ++entryCount; in test_utf8FileNames()79 assertEquals(filenames.size(), entryCount); in test_utf8FileNames() local
2331 int entryCount = 0; in crossCheckOrdering() local2340 assertEquals(set1Entry, set1TypedArray1[entryCount]); in crossCheckOrdering()2342 entryCount++; in crossCheckOrdering()2345 assertEquals(set1.size(), entryCount); in crossCheckOrdering() local
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...