Searched refs:getCompressedSize (Results 1 – 8 of 8) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | ZipEntryTest.java | 100 .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()
|
D | ZipOutputStreamTest.java | 80 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/ |
D | AbstractZipFileTest.java | 60 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/ |
D | ZipEntry.annotated.java | 66 public long getCompressedSize() { throw new RuntimeException("Stub!"); } in getCompressedSize() method in ZipEntry
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | ZipEntry.java | 108 public long getCompressedSize() { in getCompressedSize() method in ZipEntry
|
/libcore/ojluni/annotations/flagged_api/java/util/zip/ |
D | ZipEntry.annotated.java | 68 public long getCompressedSize() { throw new RuntimeException("Stub!"); } in getCompressedSize() method in ZipEntry
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipEntry.java | 483 public long getCompressedSize() { in getCompressedSize() method in ZipEntry
|
/libcore/api/ |
D | current.txt | 18664 method public long getCompressedSize();
|