Home
last modified time | relevance | path

Searched refs:getCompressedSize (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipEntryTest.java100 .getCompressedSize() == orgCompressedSize); in test_getCompressedSize()
235 (orgCompressedSize + 10), zentry.getCompressedSize()); in test_setCompressedSizeJ()
238 0, zentry.getCompressedSize()); in test_setCompressedSizeJ()
241 -25, zentry.getCompressedSize()); in test_setCompressedSizeJ()
244 4294967296l, zentry.getCompressedSize()); in test_setCompressedSizeJ()
458 .getCompressedSize()); in test_ConstructorLjava_util_zip_ZipEntry()
508 orgCompressedSize = zentry.getCompressedSize(); in setUp()
DZipOutputStreamTest.java80 ze.getSize() == 11 && ze.getCompressedSize() == 13); in test_closeEntry()
158 long csize = ze.getCompressedSize(); in test_setLevelI()
163 assertTrue("setLevel failed", csize <= ze.getCompressedSize()); in test_setLevelI()
179 long csize = ze.getCompressedSize(); in test_setMethodI()
184 assertTrue("setLevel failed", csize >= ze.getCompressedSize()); in test_setMethodI()
/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java60 zipEntry.getCompressedSize() > (64 * 1024)); in testInflatingFilesRequiringZipRefill()
310 assertEquals(-1, ze.getCompressedSize()); in testSTORED()
315 assertEquals(0, ze.getCompressedSize()); in testSTORED()
320 assertEquals(0, ze.getCompressedSize()); in testSTORED()
330 assertEquals(-1, ze.getCompressedSize()); in testSTORED()
335 assertEquals(-1, ze.getCompressedSize()); in testSTORED()
340 assertEquals(0, ze.getCompressedSize()); in testSTORED()
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java66 public long getCompressedSize() { throw new RuntimeException("Stub!"); } in getCompressedSize() method in ZipEntry
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipEntry.java108 public long getCompressedSize() { in getCompressedSize() method in ZipEntry
/libcore/ojluni/annotations/flagged_api/java/util/zip/
DZipEntry.annotated.java68 public long getCompressedSize() { throw new RuntimeException("Stub!"); } in getCompressedSize() method in ZipEntry
/libcore/ojluni/src/main/java/java/util/zip/
DZipEntry.java483 public long getCompressedSize() { in getCompressedSize() method in ZipEntry
/libcore/api/
Dcurrent.txt18664 method public long getCompressedSize();