Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipEntryTest.java108 assertEquals("Failed to get Crc", orgCrc, zentry.getCrc()); in test_getCrc()
253 assertEquals("Failed to set Crc", (orgCrc + 100), zentry.getCrc()); in test_setCrcJ()
255 assertEquals("Failed to set Crc", 0, zentry.getCrc()); in test_setCrcJ()
462 orgCrc, zentry2.getCrc()); in test_ConstructorLjava_util_zip_ZipEntry()
509 orgCrc = zentry.getCrc(); in setUp()
DZipOutputStreamTest.java120 assertEquals("Failed to write correct entry", ze.getCrc(), ze2.getCrc()); in test_putNextEntryLjava_util_zip_ZipEntry()
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java72 public long getCrc() { throw new RuntimeException("Stub!"); } in getCrc() method in ZipEntry
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipEntry.java120 public long getCrc() { in getCrc() method in ZipEntry
/libcore/ojluni/annotations/flagged_api/java/util/zip/
DZipEntry.annotated.java74 public long getCrc() { throw new RuntimeException("Stub!"); } in getCrc() method in ZipEntry
/libcore/ojluni/src/main/java/java/util/zip/
DZipEntry.java523 public long getCrc() { in getCrc() method in ZipEntry
/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java471 assertEquals(0xffffffffL, ze.getCrc()); in testCrc()
/libcore/api/
Dcurrent.txt18665 method public long getCrc();