Home
last modified time | relevance | path

Searched refs:compressedSize (Results 1 – 4 of 4) sorted by relevance

/libcore/benchmarks/src/benchmarks/
DBufferedZipFileBenchmark.java31 @Param({"128", "1024", "8192", "65536"}) int compressedSize; field in BufferedZipFileBenchmark
47 while (written < compressedSize) { in setUp()
49 int toWrite = Math.min(compressedSize - written, data.length); in setUp()
/libcore/ojluni/src/main/java/java/util/zip/
DZipEntry.java105 public ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry() argument
111 this.csize = compressedSize; in ZipEntry()
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java35 public ZipEntry(java.lang.String name, java.lang.String comment, long crc, long compressedSize, lon… in ZipEntry() argument
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipEntry.java39 long compressedSize, in ZipEntry() argument