Home
last modified time | relevance | path

Searched refs:setCrc (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipEntryTest.java252 zentry.setCrc(orgCrc + 100); in test_setCrcJ()
254 zentry.setCrc(0); in test_setCrcJ()
257 zentry.setCrc(-25); in test_setCrcJ()
262 zentry.setCrc(4294967295l); in test_setCrcJ()
267 zentry.setCrc(4294967296l); in test_setCrcJ()
349 zentry.setCrc(4294967295l); in test_setSizeJ()
354 zentry.setCrc(4294967296l); in test_setSizeJ()
DZipOutputStreamTest.java174 ze.setCrc(tempCrc.getValue()); in test_setMethodI()
/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java146 outEntry.setCrc(crc.getValue()); in testStoredEntrySize()
297 ze.setCrc(crc.getValue()); in testSTORED()
307 ze.setCrc(crc.getValue()); in testSTORED()
327 ze.setCrc(crc.getValue()); in testSTORED()
347 ze.setCrc(crc.getValue()); in testSTORED()
358 ze.setCrc(crc.getValue()); in testSTORED()
464 ze.setCrc(-1); in testCrc()
470 ze.setCrc(0xffffffffL); in testCrc()
DOldAndroidZipStreamTest.java126 newEntry.setCrc(crcs[i]); in createUncompressedZip()
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java70 public void setCrc(long crc) { throw new RuntimeException("Stub!"); } in setCrc() method in ZipEntry
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipEntry.java116 public void setCrc(long crc) { in setCrc() method in ZipEntry
/libcore/ojluni/annotations/flagged_api/java/util/zip/
DZipEntry.annotated.java72 public void setCrc(long crc) { throw new RuntimeException("Stub!"); } in setCrc() method in ZipEntry
/libcore/ojluni/src/main/java/java/util/zip/
DZipEntry.java508 public void setCrc(long crc) { in setCrc() method in ZipEntry
/libcore/api/
Dcurrent.txt18678 method public void setCrc(long);