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

1 2

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
HuffmanState.java 22 STORED,
  /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
infback9.c 238 unsigned long copy; /* number of stored or match bytes to copy */
286 case 0: /* stored block */
287 Tracev((stderr, "inflate: stored block%s\n",
289 mode = STORED;
312 case STORED:
313 /* get and verify stored block length */
317 strm->msg = (char *)"invalid stored block lengths";
322 Tracev((stderr, "inflate: stored length %lu\n",
326 /* copy stored block from input to output */
340 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
ZipMethod.java 37 * @see ZipEntry#STORED
39 STORED(ZipEntry.STORED),
ZipArchiveInputStream.java 111 * When reading a stored entry that uses the data descriptor this
117 /** Whether the stream will try to read STORED entries that use a data descriptor. */
209 * will try to read STORED entries that use a data descriptor
329 if (ZipUtil.canHandleEntryData(current.entry) && m != ZipMethod.STORED && m != ZipMethod.DEFLATED) {
455 if (current.entry.getMethod() == ZipArchiveOutputStream.STORED) {
482 if (current.entry.getMethod() == ZipArchiveOutputStream.STORED) {
508 * Implementation of read for STORED entries.
850 || (allowStoredEntriesWithDataDescriptor && entry.getMethod() == ZipEntry.STORED)
    [all...]
ZipUtil.java 199 * @param zipDosTime contains the stored DOS time.
257 * If the stored CRC matches the one of the given name, return the
331 return entry.getMethod() == ZipEntry.STORED
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
StreamCompressorTest.java 39 sc.deflate(new ByteArrayInputStream("A".getBytes()), ZipEntry.STORED);
40 sc.deflate(new ByteArrayInputStream("BAD".getBytes()), ZipEntry.STORED);
44 sc.deflate(new ByteArrayInputStream("CAFE".getBytes()), ZipEntry.STORED);
ZipArchiveEntryTest.java 219 entry.setMethod(ZipEntry.STORED);
220 assertEquals(ZipEntry.STORED, entry.getMethod());
ZipFileTest.java 170 ze.setMethod(ZipEntry.STORED);
237 // Also note: symlinks are always stored as files, even if they link to directories.
344 // mixed.zip contains both inflated and stored files
377 // mixed.zip contains both inflated and stored files
410 // mixed.zip contains both inflated and stored files
417 ZipArchiveEntry storedEntry = zf.getEntry("stored.txt");
437 byte[] storedContent = "Hello Stored\n".getBytes();
438 ZipArchiveEntry storedEntry = new ZipArchiveEntry("stored.txt");
439 storedEntry.setMethod(ZipEntry.STORED);
443 zipOutput.write("Hello Stored\n".getBytes())
    [all...]
Zip64SupportIT.java 586 * No Compression => sizes are stored directly inside the LFH. No
606 zae.setMethod(ZipEntry.STORED);
    [all...]
  /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/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/u-boot/lib/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 */
  /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
103 /* 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 */
  /external/desugar/java/com/google/devtools/build/android/desugar/io/
ZipOutputFileProvider.java 61 // Need to pre-compute checksum for STORED (uncompressed) entries)
72 result.setMethod(ZipEntry.STORED);
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/
ArjArchiveInputStream.java 327 if (currentLocalFileHeader.method == LocalFileHeader.Methods.STORED) {
340 && ((ArjArchiveEntry) ae).getMethod() == LocalFileHeader.Methods.STORED;
348 if (currentLocalFileHeader.method != LocalFileHeader.Methods.STORED) {
LocalFileHeader.java 66 static final int STORED = 0;
  /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
PayloadSpecs.java 40 * The payload PAYLOAD_ENTRY is stored in the zip package to comply with the Android OTA package
71 if (entry.getMethod() != ZipEntry.STORED) {
  /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 */
infblock.c 144 case 0: /* stored */
145 Tracev((stderr, "inflate: stored block%s\n",
150 s->mode = LENS; /* get length of stored block */
190 z->msg = (char*)"invalid stored block lengths";
196 Tracev((stderr, "inflate: stored length %u\n", s->sub.left));
197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
199 case STORED:
211 Tracev((stderr, "inflate: stored end, %lu total out\n",
  /external/archive-patcher/sharedtest/src/main/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 35 * contains four files, one each at compression levels 0 (stored), 1 (fastest), 6 (default), and 9
77 * The data for the fourth entry in the zip file, stored (uncompressed / level 0). Has a comment.
83 "File 4 data here, this is stored uncompressed. With comment.",
168 zipOut.setMethod(ZipOutputStream.STORED);
  /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:
  /external/turbine/javatests/com/google/turbine/zip/
ZipTest.java 93 je.setMethod(JarEntry.STORED);

Completed in 1046 milliseconds

1 2