/external/elfutils/libdwfl/ |
open.c | 1 /* Decompression support for libdwfl: zlib (gzip), bzlib (bzip2) or lzma (xz).
|
/external/freetype/include/config/ |
ftoption.h | 156 /* Gzip-compressed file support. */ 159 /* `gzip' program. This is mostly used to parse many of the PCF files */ 161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */ 198 /* Contrary to gzip, bzip2 currently is not included and need to use */ [all...] |
/external/libexif/doc/ |
Makefile.in | 488 @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@ 493 @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) > $@
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/vc2010/ |
freetype.vcxproj.filters | 47 <ClCompile Include="..\..\..\src\gzip\ftgzip.c">
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/devel/ |
ftoption.h | 156 /* Gzip-compressed file support. */ 159 /* `gzip' program. This is mostly used to parse many of the PCF files */ 161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */ 198 /* Contrary to gzip, bzip2 currently is not included and need to use */ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/ |
ftoption.h | 156 /* Gzip-compressed file support. */ 159 /* `gzip' program. This is mostly used to parse many of the PCF files */ 161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */ 198 /* Contrary to gzip, bzip2 currently is not included and need to use */ [all...] |
/external/llvm/utils/release/ |
test-release.sh | 56 echo " -use-gzip Use gzip instead of xz." 128 -use-gzip | --use-gzip )
|
/external/mesa3d/ |
Makefile.am | 122 gzip --stdout --best $(PACKAGE_NAME).tar > $(PACKAGE_NAME).tar.gz
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ContentEncoding.java | 52 * Content-Encoding: gzip
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
NettyHttpClient.java | 151 request.headers().set(HttpHeaders.Names.ACCEPT_ENCODING, HttpHeaders.Values.GZIP);
|
/external/pdfium/third_party/freetype/include/freetype/config/ |
ftoption.h | 156 /* Gzip-compressed file support. */ 159 /* `gzip' program. This is mostly used to parse many of the PCF files */ 161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */ 198 /* Contrary to gzip, bzip2 currently is not included and need to use */ [all...] |
/external/skia/third_party/freetype/include/freetype-android/ |
ftoption.h | 156 /* Gzip-compressed file support. */ 159 /* `gzip' program. This is mostly used to parse many of the PCF files */ 161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */ 198 /* Contrary to gzip, bzip2 currently is not included and need to use */ [all...] |
/external/zlib/src/contrib/minizip/ |
mztools.c | 4 License: Same as ZLIB (www.gzip.org)
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 14 of input to skip before inflating (e.g. to skip a zlib or gzip header), and
|
/external/zlib/src/doc/ |
rfc1950.txt | 259 to 32K. This is the method used by gzip and PNG (see 377 [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification", 439 EMail: <gzip@prep.ai.mit.edu> 444 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
/external/zlib/src/test/ |
minigzip.c | 1 /* minigzip.c -- simulate gzip using the zlib compression library 7 * minigzip is a minimal implementation of the gzip utility. This is 9 * full-featured gzip. No attempt is made to deal with file systems 11 * very limited. So use minigzip only for testing; use gzip for the
|
/external/zopfli/src/zopfli/ |
lz77.h | 119 Does LZ77 using an algorithm similar to gzip, with lazy matching, rather than
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 115 intent.setType("application/x-gzip");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
flate_test.go | 6 // The tests in package compress/gzip serve as the
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
reader.go | 107 // ZLIB (RFC 1950) is big-endian, unlike GZIP (RFC 1952).
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32.go | 26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ...
|
/prebuilts/go/darwin-x86/src/net/http/ |
sniff.go | 103 &exactSig{[]byte("\x1F\x8B\x08"), "application/x-gzip"},
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
parser.go | 148 "compress/gzip",
|