Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dmock-archive.txt1 GET%www.zappos.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
2 GET%www.zappos.com%/css/print.20110525145237.css%%[('accept-encoding', 'gzip,deflate'), ('host', 'w…
3 GET%www.zappos.com%/favicon.ico%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
4 GET%www.zappos.com%/hydra/hydra.p.20110607.js%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.…
5 GET%www.zappos.com%/imgs/shadebg.20110525145241.png%%[('accept-encoding', 'gzip,deflate'), ('host',…
6 GET%www.msn.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com')]
7 GET%www.msn.com%/?euid=&userGroup=W:default&PM=z:1%%[('accept-encoding', 'gzip,deflate'), ('host', …
8 GET%www.msn.com%/?euid=342%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com'), ('x-requ…
9 GET%www.amazon.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.amazon.com')]
10 GET%www.google.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.google.com')]
/external/zlib/src/examples/
DREADME.examples14 uncompress a gzip file
17 - is approximately twice as fast as gzip -d
21 append to a gzip file
26 join gzip files without recalculating the crc or recompressing
32 efficiently and robustly maintain a message log file in gzip format
35 - illustrates use of a gzip header extra field
47 index a zlib or gzip stream and randomly access it
/external/curl/tests/data/
Dtest22122 # I removed the first three bytes of the gzip compressed contents
30 Content-Encoding: gzip
47 HTTP GET gzip compressed content with broken gzip header
64 Accept-Encoding: deflate, gzip
Dtest22465 Content-Encoding: gzip
68 uncompressed gzip data with long gzip header
83 HTTP GET gzip compressed content with huge comment and extra field
100 Accept-Encoding: deflate, gzip
Dtest112428 Transfer-Encoding: gzip, chunked
47 HTTP GET gzip+chunked transfer-encoded content
65 TE: gzip
Dtest112228 Transfer-Encoding: gzip
48 HTTP GET gzip transfer-encoded content
66 TE: gzip
Dtest22047 HTTP GET gzip compressed content
64 Accept-Encoding: deflate, gzip
Dtest112528 Transfer-Encoding: gzip
66 TE: gzip
/external/curl/src/
Dmkhelp.pl114 $gzip += length($_);
124 push @gzip, $_;
154 Thanks to this operation, the size of this data shrunk from $gzip
161 for(@gzip) {
/external/chromium-trace/catapult/systrace/profile_chrome/
Dutil.py5 import gzip
18 with gzip.open(output, 'wb') as out, open(host_file, 'rb') as input_file:
31 with gzip.open(output, 'wb') as out:
/external/openssh/contrib/cygwin/
DMakefile69 gzip-man-pages:
71 gzip $(DESTDIR)$(mandir)/man1/*.1
72 gzip $(DESTDIR)$(mandir)/man5/*.5
73 gzip $(DESTDIR)$(mandir)/man8/*.8
76 …es remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
/external/ltp/testcases/commands/gzip/
Dgzip_tests.sh31 TCID=gzip
37 tst_check_cmds gzip
125 gzip -r tst_gzip.tmp > tst_gzip.err 2>&1
163 gzip -r tst_gzip.tmp > tst_gzip.err 2>&1
/external/zlib/src/doc/
Drfc1952.txt83 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11
107 widely used gzip utility, in that conforming decompressors
108 will be able to read data produced by the existing gzip
128 to compress data into gzip format and/or decompress data from gzip
161 There have been no technical changes to the gzip format since
233 A gzip file consists of a series of "members" (compressed data
292 (0x8b, \213), to identify the file as being in gzip format.
298 gzip and which is documented elsewhere.
325 If FHCRC is set, a CRC16 for the gzip header is present,
328 bytes of the gzip header up to and not including the CRC16.
[all …]
/external/e2fsprogs/contrib/android/
Dext2simg.c29 int gzip; member
36 .gzip = 0,
191 params.gzip = 1; in main()
214 if (sparse_file_write(s, out_fd, params.gzip, params.sparse, params.crc) < 0) in main()
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild30 gzip -9 $PKG/usr/man/man8/dnsmasq.8
33 gzip -9 $$f/man8/dnsmasq.8 ;
36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8
/external/curl/
Dmaketgz150 gzip -dc $targz | bzip2 --best > $bzip2
159 gzip -dc $targz | lzma --best - > $lzma
170 gzip -dc ../$targz | tar -xf -
/external/bison/build-aux/
Dgendocs.sh266 gzip -f -9 $PACKAGE.dvi
281 gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
311 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
336 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
360 gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
/external/zopfli/
DREADME9 ZopfliCompress supports deflate, gzip and zlib output format with a parameter.
18 ZopfliGzipCompress creates a valid gzip stream in memory, see:
25 create very well compressed gzip files. Currently the makefile builds this
/external/zlib/src/
DFAQ59 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte
130 18. Why does gzip give an error on a file I make with compress/deflate?
133 is different and incompatible with the gzip format. The gz* functions in
134 zlib on the other hand use the gzip format. Both the zlib and gzip formats
140 The gzip format was designed to retain the directory information about a
144 faster integrity check than gzip.
146 20. Well that's nice, but how do I make a gzip file in memory?
148 You can request that deflate write the gzip format instead of the zlib
150 gzip format using inflateInit2(). Read zlib.h for more details.
160 Of course, you should only operate on any given zlib or gzip stream from a
[all …]
/external/syslinux/com32/lib/zlib/
DFAQ59 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte
128 18. Why does gzip give an error on a file I make with compress/deflate?
131 is different and incompatible with the gzip format. The gz* functions in
132 zlib on the other hand use the gzip format. Both the zlib and gzip formats
138 The gzip format was designed to retain the directory information about a
142 faster integrity check than gzip.
144 20. Well that's nice, but how do I make a gzip file in memory?
146 You can request that deflate write the gzip format instead of the zlib
148 gzip format using inflateInit2(). Read zlib.h for more details.
158 Of course, you should only operate on any given zlib or gzip stream from a
[all …]
/external/selinux/scripts/
Drelease24 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
33 git archive --format=tar --prefix=selinux-$i-$VERS/ selinux-$i-$VERS | gzip > ../$DEST/$ARCHIVE
/external/autotest/client/site_tests/logging_UdevCrash/
Dlogging_UdevCrash.py5 import gzip, logging, os, utils
30 f = gzip.open(filepath, 'r')
/external/zlib/src/qnx/
Dpackage.qpg50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL>
54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL>
56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail>
61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
/external/autotest/contrib/
Ddhcp_failed_machines.py17 import gzip
47 return gzip.open(f, 'r')
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java70 boolean gzip; field in Benchmark
144 if (gzip) modifiers.add("gzip"); in toString()
187 if (gzip) { in newResponse()

1234567891011