Home
last modified time | relevance | path

Searched refs:getCompressedSize (Results 1 – 7 of 7) 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.java76 ze.getSize() == 11 && ze.getCompressedSize() == 13); in test_closeEntry()
154 long csize = ze.getCompressedSize(); in test_setLevelI()
159 assertTrue("setLevel failed", csize <= ze.getCompressedSize()); in test_setLevelI()
175 long csize = ze.getCompressedSize(); in test_setMethodI()
180 assertTrue("setLevel failed", csize >= ze.getCompressedSize()); in test_setMethodI()
/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java62 zipEntry.getCompressedSize() > (64 * 1024)); in testInflatingFilesRequiringZipRefill()
312 assertEquals(-1, ze.getCompressedSize()); in testSTORED()
317 assertEquals(0, ze.getCompressedSize()); in testSTORED()
322 assertEquals(0, ze.getCompressedSize()); in testSTORED()
332 assertEquals(-1, ze.getCompressedSize()); in testSTORED()
337 assertEquals(-1, ze.getCompressedSize()); in testSTORED()
342 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/src/main/java/java/util/zip/
DZipEntry.java391 public long getCompressedSize() { in getCompressedSize() method in ZipEntry
/libcore/api/
Dcurrent.txt17549 method public long getCompressedSize();