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

1 2 3 4

  /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
  /toolchain/binutils/binutils-2.27/zlib/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
35 COPY, /* i/o: waiting for input or output to copy stored block */
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
96 /* for string and stored block copying */
  /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/ojluni/src/main/java/java/util/zip/
ZipEntry.java 66 public static final int STORED = 0;
181 * be stored into the {@code date and time fields} of the zip file
233 * the last modification time set by this method will be stored into
280 * <p> If set, the last access time will be stored into the extended
317 * <p> If set, the creation time will be stored into the extended
381 * <p> In the case of a stored entry, the compressed size will be the same
433 * @param method the compression method, either STORED or DEFLATED
440 if (method != STORED && method != DEFLATED) {
ZipInputStream.java 53 private static final int STORED = ZipEntry.STORED;
128 // if (entry.method == STORED) {
129 if (entry.method == STORED || entry.method == DEFLATED) {
214 case STORED:
ZipFile.java 80 private static final int STORED = ZipEntry.STORED;
395 case STORED:
ZipOutputStream.java 89 case STORED: return 10;
103 * Compression method for uncompressed (STORED) entries.
105 public static final int STORED = ZipEntry.STORED;
165 if (method != DEFLATED && method != STORED) {
214 case STORED:
216 // set for entries using STORED compression method
223 "STORED entry where compressed != uncompressed size");
227 "STORED entry missing size, compressed size, or crc-32");
286 case STORED
    [all...]
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 54 #define STORED 0
214 return ze->csize != 0 ? DEFLATED : STORED;
zip_util.h 142 #define STORED 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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 */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
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
103 /* for string and stored block copying */
  /external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
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
103 /* for string and stored block copying */
  /external/syslinux/com32/lib/zlib/
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
103 /* for string and stored block copying */
  /toolchain/binutils/binutils-2.27/zlib/
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 */
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduHeaders.java 70 public static final int STORED = 0xA7;
131 * X-Mms-Stored |
373 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/base/telephony/java/android/provider/
Telephony.java     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 625 milliseconds

1 2 3 4