HomeSort by relevance Sort by last modified time
    Searched defs:STORED (Results 1 - 25 of 44) sorted by null

1 2

  /external/zlib/src/contrib/infback9/
inflate9.h 14 STORED, /* i: waiting for stored size (length and complement) */
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
  /external/freetype/src/gzip/
infutil.h 16 LENS, /* get lengths for stored */
17 STORED, /* processing stored block */
35 uInt left; /* if STORED, bytes left to copy */
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 65 * Zip entry state: Stored.
67 public static final int STORED = 0;
141 * @return the compression method, either {@code DEFLATED}, {@code STORED}
253 * Sets the compression method for this entry to either {@code DEFLATED} or {@code STORED}.
255 * set automatically, and the entry's data to be compressed. If you switch to {@code STORED}
260 * when value is not {@code DEFLATED} or {@code STORED}.
263 if (value != STORED && value != DEFLATED) {
ZipOutputStream.java 39 * Use {@link ZipEntry#setMethod} or {@link #setMethod} with the {@link ZipEntry#STORED} flag.
72 public static final int STORED = 0;
175 // Verify values for STORED types
176 if (currentEntry.getMethod() == STORED) {
188 if (currentEntry.getMethod() != STORED) {
211 int flags = currentEntry.getMethod() == STORED ? 0 : ZipFile.GPBF_DATA_DESCRIPTOR_FLAG;
363 // If the method is STORED, check that the ZipEntry was configured appropriately.
364 if (method == STORED) {
371 throw new ZipException("STORED entry missing CRC");
374 throw new ZipException("STORED entry missing size")
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
36 COPY, /* i/o: waiting for input or output to copy stored block */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
100 /* for string and stored block copying */
  /external/zlib/src/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
36 COPY, /* i/o: waiting for input or output to copy stored block */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
100 /* for string and stored block copying */
  /bootable/recovery/minzip/
Zip.c 80 STORED = 0,
495 /* Call processFunction on the uncompressed data of a STORED entry.
609 case STORED:
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduHeaders.java 70 public static final int STORED = 0xA7;
131 * X-Mms-Stored |
373 case STORED:
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduHeaders.java 68 public static final int STORED = 0xA7;
129 * X-Mms-Stored |
371 case STORED:
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduHeaders.java 71 public static final int STORED = 0xA7;
132 * X-Mms-Stored |
391 case STORED:
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 1817 milliseconds

1 2