HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 526 - 550 of 952) sorted by null

<<21222324252627282930>>

  /external/zlib/src/contrib/untgz/
untgz.c 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file
5 * adaptation to Unix by Jean-loup Gailly <jloup@gzip.org>
  /external/zlib/src/doc/
algorithm.txt 3 The deflation algorithm used by gzip (also zip and zlib) is a variation of
199 jloup@gzip.org madler@alumni.caltech.edu
  /libcore/ojluni/src/main/java/java/util/zip/
Deflater.java 163 * both GZIP and PKZIP.
165 * @param nowrap if true then use GZIP compatible compression
Inflater.java 94 * compatibility with the compression format used by both GZIP and PKZIP.
100 * @param nowrap if true then support GZIP compatible compression
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fileinput.py 381 import gzip
382 return gzip.open(filename, mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/
fileinput.py 381 import gzip
382 return gzip.open(filename, mode)
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 211 "compress/gzip": {"L4", "compress/flate"},
352 "compress/gzip", "crypto/tls", "mime/multipart", "runtime/debug",
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 284 Accept-Encoding: gzip,deflate,sdch
293 Content-Encoding: gzip
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 211 "compress/gzip": {"L4", "compress/flate"},
352 "compress/gzip", "crypto/tls", "mime/multipart", "runtime/debug",
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 284 Accept-Encoding: gzip,deflate,sdch
293 Content-Encoding: gzip
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 381 import gzip
382 return gzip.open(filename, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py 381 import gzip
382 return gzip.open(filename, mode)
  /build/tools/zipalign/
ZipFile.h 94 * Add a file that is already compressed with gzip.
  /external/autotest/client/site_tests/security_ModuleLocking/
security_ModuleLocking.py 130 utils.system("gzip -c %s > %s" % (ko, tmp))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
CHANGELOG 71 Add gzip to the user-agent, in case we are making a request to an app engine project: http://code.google.com/appengine/kb/general.html#compression
index.html 54 <dd>Handles both 'deflate' and 'gzip' types of compression.</dd>
  /external/curl/docs/
FEATURES 64 - Content-Encoding support for deflate and gzip
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
Analyzer.java 159 * archive or a gzip stream that is searched recursively for class files.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
INSTALL.ANY 82 src/gzip/ftgzip.c -- support for compressed fonts (.gz)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bzip2/
ftbzip2.c 14 /* based on `src/gzip/ftgzip.c' */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/lzw/
ftlzw.c 14 /* based on code in `src/gzip/ftgzip.c' */
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreetypeBuild.java 66 "freetype-2.6.2/src/autofit/autofit.c", "freetype-2.6.2/src/cache/ftcache.c", "freetype-2.6.2/src/gzip/ftgzip.c",
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpRequestHeader.java 35 * Example: Accept-Encoding: gzip, deflate */
  /external/libxml2/
libxml.spec.in 117 gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
  /external/okhttp/
CHANGELOG.md 534 * Fix 1.5.0 regression where transparent Gzip was broken by attempting to
577 * Fix: Don't leak gzip streams on redirects.
579 * Fix: Exhaust the underlying stream when reading gzip streams.
597 * Fix: Persist proper `Content-Encoding` header to cache for GZip responses.

Completed in 956 milliseconds

<<21222324252627282930>>