/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
ZLib.inf | 2 # ZLib produces gzip decompression algorithm.
|
/external/e2fsprogs/tests/d_inline_dump/ |
script | 11 gzip -d < $ZIMAGE > $TMPFILE
|
/external/e2fsprogs/tests/f_badcluster/ |
script | 5 gzip -d < $IMAGE > $TMPFILE
|
/external/e2fsprogs/tests/f_itable_collision/ |
script | 12 gzip -d < $IMAGE > $TMPFILE
|
/external/e2fsprogs/tests/f_readonly_fsck/ |
script | 14 gzip -d < $test_dir/image.gz > $TMPFILE
|
/external/e2fsprogs/tests/f_uninit_cat/ |
script | 7 gzip -d < $IMAGE > $TMPFILE
|
/external/e2fsprogs/tests/m_mmp_bad_csum/ |
script | 11 gzip -dc < $test_dir/image.gz > $TMPFILE
|
/external/e2fsprogs/tests/m_mmp_bad_magic/ |
script | 11 gzip -dc < $test_dir/image.gz > $TMPFILE
|
/external/freetype/ |
Android.bp | 27 "src/gzip/ftgzip.c",
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
2b6b2e3bba6c21a641bc56d5ad99930c.000002f3.honggfuzz.cov | 11 Accept-Encoding: gzip, deflate, br
|
605aa96a18eea0bfe5965db90c21ea36.00000df0.honggfuzz.cov | 7 Accept-Encoding: gzip, deflate, br
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
2b6b2e3bba6c21a641bc56d5ad99930c.000002f3.honggfuzz.cov | 11 Accept-Encoding: gzip, deflate, br
|
605aa96a18eea0bfe5965db90c21ea36.00000df0.honggfuzz.cov | 7 Accept-Encoding: gzip, deflate, br
|
/external/libexif/doc/ |
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/libnetfilter_conntrack/ |
configure.ac | 10 tar-pax no-dist-gzip dist-bzip2 1.6])
|
/external/linux-kselftest/tools/testing/selftests/ |
gen_kselftest_tar.sh | 15 echo "$0: Generating default compression gzip"
|
/external/ltp/testcases/commands/gzip/ |
Makefile | 2 # commands/gzip testcases Makefile.
|
/external/okhttp/okio/okio/src/main/java/okio/ |
GzipSink.java | 25 * A sink that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to 39 /** Sink into which the GZIP format is written. */ 114 // Write the Gzip header directly into the buffer for the sink to avoid handling IOException. 116 buffer.writeShort(0x1f8b); // Two-byte Gzip ID.
|
/external/python/cpython2/Modules/zlib/ |
README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 102 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) 125 Send questions and/or comments to zlib@gzip.org, 129 Copyright (C) 1995-2013 Jean-loup Gailly (jloup@gzip.org)
|
/external/python/cpython3/Modules/zlib/ |
README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 82 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) 105 Send questions and/or comments to zlib@gzip.org, 134 jloup@gzip.org madler@alumni.caltech.edu
|
/external/selinux/scripts/ |
make-update | 24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE
|
/external/syslinux/com32/lib/zlib/ |
README | 7 and rfc1952.txt (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 102 http://www.ietf.org/rfc/rfc1952.txt (for the gzip header and trailer format) 125 Send questions and/or comments to zlib@gzip.org, 129 Copyright (C) 1995-2010 Jean-loup Gailly (jloup@gzip.org)
|