HomeSort by relevance Sort by last modified time
    Searched defs:DEFLATED (Results 1 - 17 of 17) sorted by null

  /system/core/libzipfile/
zipfile.c 75 DEFLATED = 8
124 case DEFLATED:
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 61 public static final int DEFLATED = 8;
ZipEntry.java 53 * Zip entry state: Deflated.
55 public static final int DEFLATED = 8;
123 * @return the compression method, either {@code DEFLATED}, {@code STORED}
237 * the compression method, either {@code DEFLATED} or {@code
240 * when value is not {@code DEFLATED} or {@code STORED}.
243 if (value != STORED && value != DEFLATED) {
ZipOutputStream.java 46 * Indicates deflated entries.
48 public static final int DEFLATED = 8;
61 private int compressMethod = DEFLATED;
114 if (currentEntry.getMethod() == DEFLATED) {
148 if (currentEntry.getMethod() == DEFLATED) {
349 * DEFLATED}.
355 if (method != STORED && method != DEFLATED) {
ZipInputStream.java 46 static final int DEFLATED = 8;
133 if (currentEntry.compressionMethod == DEFLATED) {
  /external/qemu/
loader.c 397 #define DEFLATED 8
413 if (src[2] != DEFLATED || (flags & RESERVED) != 0) {
  /bootable/recovery/minzip/
Zip.c 81 DEFLATED = 8,
689 case DEFLATED:
    [all...]
  /external/grub/stage2/
gunzip.c 38 Inflate deflated (PKZIP's method 8 compressed) data. The compression
48 the end of each deflated block is a special end-of-block (EOB) literal/
235 #define DEFLATED 8
293 if (buf[2] != DEFLATED
709 * inflate (decompress) the codes in a deflated (compressed) block.
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 177 milliseconds