HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 226 - 250 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 548 #AddDescription "GZIP compressed document" .gz
550 #AddDescription "GZIP compressed tar archive" .tgz
665 AddEncoding x-gzip .gz .tgz
671 #AddType application/x-gzip .gz .tgz
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 68 WebInspector.AuditRule.call(this, "network-gzip", "Enable gzip compression");
97 summary.value = String.sprintf("Compressing the following resources with gzip could reduce their transfer size by about two thirds (~%s):", Number.bytesToString(totalSavings));
107 return /\b(?:gzip|deflate)\b/.test(encodingHeader);
    [all...]
  /external/zlib/old/os2/
Makefile.os2 107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
  /frameworks/base/tools/aapt/
ZipFile.h 94 * Add a file that is already compressed with gzip.
  /libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java 30 * (see <a href="http://www.gzip.org/algorithm.txt">specification</a>).
  /external/bzip2/
bzip2.1.preformatted 149 through unmodified. This is how GNU gzip behaves.
189 aliases are primarily for GNU gzip compatibility.
393 gzip. Many people sent patches, helped with portability
Makefile 201 gzip -v $(DISTNAME).tar
README 152 * Flag handling more compatible with GNU gzip
  /external/zlib/test/
infcover.c 399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
407 inf("1f 8b 8 2 0 0 0 0 0 0 1d 26 3 0 0 0 0 0 0 0 0 0", "check gzip length",
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 139 * True if this client added an "Accept-Encoding: gzip" header field and is
524 * If the response was transparently gzipped, remove the gzip header field
697 requestHeaders.setAcceptEncoding("gzip");
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 2199 public byte[] gzip(byte[] bytes) throws IOException { method in class:URLConnectionTest
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 12 * needed, make inffast.c even faster, implement gzip decoding, and to
54 * programs like gzip and unzip -- uses window as output buffer to avoid
375 /* check function to use adler32() for zlib or crc32() for gzip */
572 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */
596 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
    [all...]
  /external/zlib/doc/
rfc1951.txt 122 widely used gzip utility, in that conforming decompressors
123 will be able to read data produced by the existing gzip
    [all...]
  /external/zlib/old/
zlib.html 49 <dd><a href="mailto:jloup@gzip.org">jloup@gzip.org</a>
64 (gzip format).
90 The library also supports reading and writing files in gzip (.gz) format
183 Opens a gzip (.gz) file for reading or writing. The mode parameter
190 <a href="#gzopen">gzopen</a> can be used to read a file which is not in gzip format ; in this
227 If the input file was not in gzip format, <a href="#gzread">gzread</a> copies the given number
    [all...]
  /external/libffi/
Makefile.in     [all...]
  /external/libpng/
Makefile.in     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 5 A caching http interface that supports ETags and gzip
34 import gzip namespace
347 if encoding in ['gzip', 'deflate']:
348 if encoding == 'gzip':
349 content = gzip.GzipFile(fileobj=StringIO.StringIO(new_content)).read()
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/
webdefault.xml 73 <!-- gzip If set to true, then static content will be served-->
74 <!-- as gzip content encoded if a matching resource is -->
143 <param-name>gzip</param-name>
  /external/chromium/sdch/open-vcdiff/
Makefile.in     [all...]
  /bootable/diskinstaller/
config.mk 110 $(MKBOOTFS) $(TARGET_INSTALLER_ROOT_OUT) | gzip > $(installer_ramdisk)
  /external/chromium/net/http/
http_response_headers_unittest.cc 426 "Content-Encoding: gzip\n",
430 "Content-Encoding: gzip\n"
436 "Content-Encoding: gzip\n",
440 "Content-Encoding: gzip\n"
    [all...]
  /external/clang/tools/scan-view/
Reporter.py 86 # gzip'd or compressed files.
  /external/libxml2/
nanohttp.c 160 int usesGzip; /* "Content-Encoding: gzip" was detected */
810 if ( !xmlStrncasecmp( BAD_CAST cur, BAD_CAST"gzip", 4) ) {
    [all...]
  /external/llvm/docs/
HowToReleaseLLVM.html 257 $ tar -cvf - llvm-<i>X.Y</i>rc1 | gzip &gt; llvm-<i>X.Y</i>rc1.src.tar.gz
258 $ tar -cvf - clang-<i>X.Y</i>rc1 | gzip &gt; clang-<i>X.Y</i>rc1.src.tar.gz
259 $ tar -cvf - dragonegg-<i>X.Y</i>rc1 | gzip &gt; dragonegg-<i>X.Y</i>rc1.src.tar.gz
260 $ tar -cvf - llvm-test-<i>X.Y</i>rc1 | gzip &gt; llvm-test-<i>X.Y</i>rc1.src.tar.gz
  /external/zlib/
deflate.c 265 #ifdef GZIP
267 wrap = 2; /* write gzip wrapper instead */
415 #ifdef GZIP
589 case 2: /* gzip wrapper */
591 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
689 #ifdef GZIP
762 #ifdef GZIP
    [all...]

Completed in 4429 milliseconds

1 2 3 4 5 6 7 8 91011>>