/external/zlib/src/examples/ |
D | README.examples | 14 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/qemu/distrib/ext4_utils/src/ |
D | make_ext4fs_main.c | 67 int gzip = 0; in main() local 119 gzip = 1; in main() 170 if (wipe && gzip) { in main() 203 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip, in main()
|
D | ext2simg.c | 183 int gzip = 0; in main() local 197 gzip = 1; in main() 250 write_ext4_image(outfd, gzip, sparse, crc); in main()
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | Benchmark.java | 71 boolean gzip; field in Benchmark 145 if (gzip) modifiers.add("gzip"); in toString() 188 if (gzip) { in newResponse() 189 body = gzip(body); in newResponse() 216 private byte[] gzip(byte[] bytes) throws IOException { in gzip() method in Benchmark
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 83 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/dnsmasq/contrib/slackware-dnsmasq/ |
D | 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
|
/external/zopfli/ |
D | README | 9 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/bison/build-aux/ |
D | gendocs.sh | 266 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/zlib/src/ |
D | FAQ | 59 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/chromium_org/third_party/sqlite/src/ |
D | publish.sh | 33 gzip sqlite3-$VERS.bin 50 gzip tclsqlite-$VERS.so 56 gzip sqlite-$VERS.so
|
/external/zlib/src/qnx/ |
D | package.qpg | 50 <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/chromium_org/third_party/apache-win32/ |
D | NOTICE.txt | 28 <http://www.gzip.org/zlib/> written by Jean-loup Gailly (jloup@gzip.org)
|
/external/chromium_org/tools/android/adb_profile_chrome/ |
D | trace_packager.py | 5 import gzip 31 with gzip.open(output, 'wb') as out, \
|
/external/libexif/doc/ |
D | Makefile.am | 34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@ 46 …(cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) >…
|
/external/valgrind/main/nightly/conf/ |
D | cellbuzz-cross.sendmail | 10 gzip -9 <"$3" >"$3.gz"
|
D | cellbuzz-native.sendmail | 10 gzip -9 <"$3" >"$3.gz"
|
D | sless390.sendmail | 2 gzip -9 <"$3" >"$3.gz"
|
/external/chromium_org/net/data/proxy_script_fetcher_unittest/ |
D | gzipped_pac.mock-http-headers | 3 Content-Encoding: gzip
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream_unittest.sh | 41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | gzip_stream_unittest.sh | 41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.am | 108 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec 111 deb: dist-gzip packages/deb.sh packages/deb/*
|
/external/zlib/src/win32/ |
D | README-WIN32.txt | 7 and rfc1952.txt (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled 14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page 94 jloup@gzip.org madler@alumni.caltech.edu
|
/external/stressapptest/ |
D | Makefile.in | 493 dist-gzip: distdir 494 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 514 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 523 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 532 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 542 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 708 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
|
/external/chromium_org/third_party/brotli/src/ |
D | README | 49 stages. The final stage is entropy compression and can be one of “gzip”, 53 optional argument, as in "woff2/gzip" or "woff2/lzma". 83 glyf/cbbox,code,triplet,push,hop:hdmx:gzip 87 codes. The hdmx table is compressed. And finally, gzip is used as the entropy 91 as gzip. MTX uses three separate compression streams (the base font including
|
/external/chromium_org/content/test/data/download/ |
D | empty.bin.mock-http-headers | 10 Content-Encoding: gzip
|