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

1 2

  /external/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
infback9.c 239 unsigned long copy; /* number of stored or match bytes to copy */
288 case 0: /* stored block */
289 Tracev((stderr, "inflate: stored block%s\n",
291 mode = STORED;
314 case STORED:
315 /* get and verify stored block length */
319 strm->msg = (char *)"invalid stored block lengths";
324 Tracev((stderr, "inflate: stored length %lu\n",
328 /* copy stored block from input to output */
342 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java 75 public static final int STORED = 0;
142 // Verify values for STORED types
143 if (currentEntry.getMethod() == STORED) {
154 if (currentEntry.getMethod() != STORED) {
163 int flags = currentEntry.getMethod() == STORED ? 0 : ZipFile.GPBF_DATA_DESCRIPTOR_FLAG;
272 if (ze.getMethod() == STORED || (compressMethod == STORED && ze.getMethod() == -1)) {
306 int flags = currentEntry.getMethod() == STORED ? 0 : ZipFile.GPBF_DATA_DESCRIPTOR_FLAG;
320 if (currentEntry.getMethod() == STORED) {
377 * method must be one of {@code STORED} (for no compression) or {@cod
    [all...]
ZipEntry.java 34 * an entry identifies data stored in an archive, it does not hold the data
60 * Zip entry state: Stored.
62 public static final int STORED = 0;
125 * @return the compression method, either {@code DEFLATED}, {@code STORED}
240 * STORED}.
242 * when value is not {@code DEFLATED} or {@code STORED}.
245 if (value != STORED && value != DEFLATED) {
ZipInputStream.java 307 if (currentEntry.compressionMethod == ZipEntry.STORED) {
  /external/qemu/distrib/zlib-1.2.3/
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 */
infback.c 254 unsigned copy; /* number of stored or match bytes to copy */
294 case 0: /* stored block */
295 Tracev((stderr, "inflate: stored block%s\n",
297 state->mode = STORED;
317 case STORED:
318 /* get and verify stored block length */
322 strm->msg = (char *)"invalid stored block lengths";
327 Tracev((stderr, "inflate: stored length %u\n",
331 /* copy stored block from input to output */
345 Tracev((stderr, "inflate: stored end\n"))
    [all...]
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
531 complete that state. Those states are copying stored data, writing a
565 unsigned copy; /* number of stored or match bytes to copy */
785 case 0: /* stored block */
786 Tracev((stderr, "inflate: stored block%s\n",
788 state->mode = STORED;
807 case STORED:
811 strm->msg = (char *)"invalid stored block lengths";
816 Tracev((stderr, "inflate: stored length %u\n",
834 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /external/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 */
infback.c 263 unsigned copy; /* number of stored or match bytes to copy */
303 case 0: /* stored block */
304 Tracev((stderr, "inflate: stored block%s\n",
306 state->mode = STORED;
326 case STORED:
327 /* get and verify stored block length */
331 strm->msg = (char *)"invalid stored block lengths";
336 Tracev((stderr, "inflate: stored length %u\n",
340 /* copy stored block from input to output */
354 Tracev((stderr, "inflate: stored end\n"))
    [all...]
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
586 complete that state. Those states are copying stored data, writing a
620 unsigned copy; /* number of stored or match bytes to copy */
842 case 0: /* stored block */
843 Tracev((stderr, "inflate: stored block%s\n",
845 state->mode = STORED;
868 case STORED:
872 strm->msg = (char *)"invalid stored block lengths";
877 Tracev((stderr, "inflate: stored length %u\n",
898 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java 159 zos.setMethod(ZipOutputStream.STORED);
200 zip.setMethod(ZipEntry.STORED);
258 zip1.setMethod(ZipOutputStream.STORED);
259 zip1.setMethod(ZipEntry.STORED);
ZipEntryTest.java 147 java.util.zip.ZipEntry.STORED, zentry.getMethod());
313 zentry.setMethod(ZipEntry.STORED);
315 ZipEntry.STORED, zentry.getMethod());
  /system/core/libzipfile/
zipfile.c 74 STORED = 0,
121 case STORED:
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStreamTest.java 124 newEntry.setMethod(ZipEntry.STORED);
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java 70 public static final int STORED = 0xA7;
131 * X-Mms-Stored |
373 case STORED:
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 264 if (zipEntry.getMethod() == ZipEntry.STORED) {
265 // Preserve the STORED method of the input entry.
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 213 if (method != ZipEntry.DEFLATED && method != ZipEntry.STORED){
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
SignedJarBuilder.java 231 // Preserve the STORED method of the input entry.
232 if (entry.getMethod() == JarEntry.STORED) {
  /bootable/recovery/minzip/
Zip.c 80 STORED = 0,
525 /* Call processFunction on the uncompressed data of a STORED entry.
686 case STORED:
    [all...]
  /build/tools/signapk/
SignApk.java 446 if (inEntry.getMethod() == JarEntry.STORED) {
447 // Preserve the STORED method of the input entry.
  /external/grub/stage2/
gunzip.c 54 There are (currently) three kinds of inflate blocks: stored, fixed, and
58 "stored" method is used. In this case, the bytes are simply stored as
230 #define STORED 0
845 /* get header for an inflated type 0 (stored) block. */
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java     [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 53 * which is stored in a SQLite database and in the file system.
801 values.remove(Mms.STORED);
    [all...]

Completed in 328 milliseconds

1 2