HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 26 - 50 of 640) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/zlib/contrib/minizip/
mztools.h 4 License: Same as ZLIB (www.gzip.org)
  /external/e2fsprogs/util/
gen-tarball.in 11 GZIP=gzip
49 | $GZIP -9 -c > $SRCROOT.tar.gz
50 $GZIP -l $SRCROOT.tar.gz
  /external/freetype/include/freetype/
ftchapters.h 115 /* gzip */
  /external/valgrind/main/nightly/conf/
cellbuzz-cross.sendmail 10 gzip -9 <"$3" >"$3.gz"
cellbuzz-native.sendmail 10 gzip -9 <"$3" >"$3.gz"
  /external/zlib/src/contrib/minizip/
mztools.h 4 License: Same as ZLIB (www.gzip.org)
  /external/zlib/src/examples/
gzjoin.c 1 /* gzjoin -- command to join gzip files into one gzip file
34 gzjoin takes one or more gzip files on the command line and writes out a
35 single gzip file that will uncompress to the concatenation of the
36 uncompressed data from the individual gzip files. gzjoin does this without
42 gzjoin does not do an integrity check on the input gzip files other than
43 checking the gzip header and decompressing the compressed data. They are
46 Each joint between gzip files removes at least 18 bytes of previous trailer
48 compressed data in order to connect the streams. The output gzip file
49 has a minimal ten-byte gzip header with no file name or modification time
    [all...]
gzappend.c 1 /* gzappend -- command to append to a gzip file
37 * - Finish off gzip file in gztack()
39 * - Keep gzip file clean on appended file read errors
47 gzappend takes a gzip file and appends to it, compressing files from the
48 command line or data from stdin. The gzip file is written to directly, to
50 unfriendly behavior that if gzappend fails, the gzip file is corrupted.
60 gzappend first decompresses the gzip file internally, discarding all but
63 The gzip trailer containing the CRC-32 and length of the uncompressed data
71 data from the gzip file to initialize the dictionary. If the total
75 append is simply compressed using deflate, and written to the gzip file
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPOutputStreamTest.java 59 "an IO error occured while trying to find the output file or creating GZIP constructor");
79 "an IO error occured while trying to find the output file or creating GZIP constructor");
101 assertEquals("GZIP instance can still be used after finish is called",
106 "an IO error occured while trying to find the output file or creating GZIP constructor");
126 assertEquals("GZIP instance can still be used after close is called",
130 "an IO error occured while trying to find the output file or creating GZIP constructor");
146 assertEquals("the checksum value was incorrect result of write from GZIP",
160 "an IO error occured while trying to find the output file or creating GZIP constructor");
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.h 60 // zlib will autodetect gzip header or deflate stream
63 // GZIP streams have some extra header data for file attributes.
64 GZIP = 1,
70 // buffer_size and format may be -1 for default of 64kB and GZIP format
114 // GZIP streams have some extra header data for file attributes.
115 GZIP = 1,
122 // Defaults to GZIP.
172 // Writes out all data and closes the gzip stream.
gzip_stream_unittest.sh 35 # Test compatibility between command line gzip/gunzip binaries and
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 59 // zlib will autodetect gzip header or deflate stream
62 // GZIP streams have some extra header data for file attributes.
63 GZIP = 1,
69 // buffer_size and format may be -1 for default of 64kB and GZIP format
113 // GZIP streams have some extra header data for file attributes.
114 GZIP = 1,
121 // Defaults to GZIP.
170 // Writes out all data and closes the gzip stream.
  /external/zlib/src/
gzguts.h 149 /* gzip modes, also provide a little integrity check on the passed structure */
156 #define LOOK 0 /* look for a gzip header */
158 #define GZIP 2 /* decompress a gzip stream */
160 /* internal gzip file state data structure */
168 int mode; /* see gzip modes above */
175 int direct; /* 0 if processing gzip, 1 if transparent */
178 z_off64_t start; /* where the gzip data started, for rewinding */
gzread.c 1 /* gzread.c -- zlib functions for reading gzip files
77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
80 if there is no gzip header and direct copying will be performed, or it will
81 be set to GZIP for decompression. If direct copying, then leftover input
129 /* look for gzip magic bytes -- if there, do gzip decoding (note: there is
131 gzip file, to wit, if a single 31 byte is written, then we cannot tell
132 whether this is a single-byte file, or just a partially written gzip
133 file -- for here we assume that if a gzip file is being written, then
135 single byte is sufficient indication that it is not a gzip file) *
    [all...]
  /external/zlib/src/contrib/delphi/
readme.txt 39 missing. Handling compressed file formats like ZIP/GZIP or PNG
54 - The ability to read and write gzip streams, used in the GZIP
55 file format, and normally produced by the gzip program.
72 - ZIP and GZIP stream handling via TStreams.
  /external/chromium/net/base/
filter.cc 18 const char kGZip[] = "gzip";
19 const char kXGZip[] = "x-gzip";
22 // them, we'll need the same mime type compatibility hack we have for gzip. For
30 const char kApplicationXGzip[] = "application/x-gzip";
31 const char kApplicationGzip[] = "application/gzip";
172 // The server has told us that it sent us gziped content with a gzip
188 // between svgz files and svg files compressed with gzip by the server.
233 // text from "sdch,gzip" to a mere "sdch" without modifying the compressed
235 // ",gzip" by appending a tentative gzip decode, which will default to
    [all...]
  /external/chromium_org/net/base/
filter.cc 18 const char kGZip[] = "gzip";
19 const char kXGZip[] = "x-gzip";
22 // them, we'll need the same mime type compatibility hack we have for gzip. For
30 const char kApplicationXGzip[] = "application/x-gzip";
31 const char kApplicationGzip[] = "application/gzip";
172 // The server has told us that it sent us gziped content with a gzip
189 // between svgz files and svg files compressed with gzip by the server.
234 // text from "sdch,gzip" to a mere "sdch" without modifying the compressed
236 // ",gzip" by appending a tentative gzip decode, which will default to
    [all...]
  /external/zlib/src/doc/
rfc1952.txt 12 GZIP file format specification version 4.3
43 compatible with the widely used GZIP utility. The format includes a
61 RFC 1952 GZIP File Format Specification May 1996
84 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11
108 widely used gzip utility, in that conforming decompressors
109 will be able to read data produced by the existing gzip
118 RFC 1952 GZIP File Format Specification May 1996
130 to compress data into gzip format and/or decompress data from gzip
163 There have been no technical changes to the gzip format sinc
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 28 * The {@code GZIPInputStream} class is used to read data stored in the GZIP
29 * format, reading and decompressing GZIP data from the underlying stream into
34 * because GZIP is only for compression, and is not a container for multiple files.
35 * This code decompresses the data from a GZIP stream, similar to the {@code gunzip(1)} utility.
57 * The magic header for the GZIP format.
72 * Construct a {@code GZIPInputStream} to read from GZIP data from the
85 * Construct a {@code GZIPInputStream} to read from GZIP data from the
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 161 GZIPOutputStream gzip = null; local
163 gzip = new GZIPOutputStream(baos);
176 gzip.write(sizeBytes);
177 gzip.write(line);
180 gzip.finish();
185 IoUtils.closeQuietly(gzip);
197 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); local
201 while ((got = gzip.read(tempData)) > 0) {
204 gzip.close();
  /external/chromium_org/chrome/browser/metrics/
compression_utils.cc 14 // The difference in bytes between a zlib header and a gzip header.
17 // Pass an integer greater than the following get a gzip header instead of a
28 // That causes a gzip header to be emitted rather than a zlib header.
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 30 gzip -9 $PKG/usr/man/man8/dnsmasq.8
33 gzip -9 $$f/man8/dnsmasq.8 ;
36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPOutputStreamTest.java 33 byte[] data = gzip(("Hello World").getBytes("UTF-8"));
41 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
44 public static byte[] gzip(byte[] bytes) throws IOException { method in class:GZIPOutputStreamTest
  /external/libusb/
Makefile.am 1 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
  /external/kernel-headers/original/linux/
zconf.h 31 * created by gzip. (Files created by minigzip can still be extracted by
32 * gzip.)

Completed in 729 milliseconds

12 3 4 5 6 7 8 91011>>