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

<<111213141516

  /external/zlib/as400/
zlib.inc 90 * The GZIP encode/decode stream support structure.
  /external/zlib/contrib/ada/
test.adb 40 -- ZLib.GZip;
zlib-thin.ads 440 -- it does not support zlib and gzip headers for now, and have no
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 26 * href="http://www.gzip.org/algorithm.txt">specification</a>).
  /libcore/luni/src/main/java/libcore/net/http/
ResponseHeaders.java 182 return "gzip".equalsIgnoreCase(contentEncoding);
  /ndk/sources/host-tools/make-3.81/doc/
make-stds.texi 153 @c gunzip gzip md5sum
161 The compression program @code{gzip} can be used in the @code{dist} rule.
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 471 ALOGD("this isn't a deflated gzip file?");
478 ALOGD("failed copying gzip data in\n");
    [all...]
  /external/bison/
Makefile.maint 29 (gzip --help|grep rsyncable) >/dev/null 2>&1 && echo --rsyncable
474 GZIP=$(GZIP_ENV) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 544 AddEncoding x-gzip .gz .tgz
550 #AddType application/x-gzip .gz .tgz
apache2-httpd.conf 565 AddEncoding x-gzip .gz .tgz
571 #AddType application/x-gzip .gz .tgz
apache2-msys-httpd.conf 566 AddEncoding x-gzip .gz .tgz
572 #AddType application/x-gzip .gz .tgz
cygwin-httpd.conf 597 AddEncoding x-gzip .gz .tgz
603 #AddType application/x-gzip .gz .tgz
httpd.conf 600 AddEncoding x-gzip .gz .tgz
606 #AddType application/x-gzip .gz .tgz
  /frameworks/base/tools/aapt/
ZipFile.cpp 471 ALOGD("this isn't a deflated gzip file?");
478 ALOGD("failed copying gzip data in\n");
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 503 con.setRequestProperty("Accept-Encoding", "gzip");
506 assertEquals(con.getContentEncoding(), "gzip");
    [all...]
  /external/bzip2/
manual.xml 188 those of GNU <computeroutput>gzip</computeroutput>, but they are
368 how GNU <computeroutput>gzip</computeroutput> behaves.</para>
425 for GNU <computeroutput>gzip</computeroutput> compatibility.
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java     [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 379 HttpRequestHeaders::kAcceptEncoding, "gzip,deflate");
383 HttpRequestHeaders::kAcceptEncoding, "gzip,deflate,sdch");
    [all...]
  /external/zlib/examples/
zlib_how.html 76 will be in the <em>zlib</em> format, which is different from the <em>gzip</em> or <em>zip</em>
125 <em>gzip</em> header and trailer instead of a <em>zlib</em> header and trailer, or raw
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/chromium/net/base/
mime_util.cc 103 { "application/gzip", "gz" },
  /external/libxml2/
xmlIO.c     [all...]
  /external/protobuf/
CHANGES.txt 157 * GzipInputStream and GzipOutputStream support reading/writing gzip- or
  /external/qemu/distrib/zlib-1.2.3/
configure 160 # send working options for other systems to support@gzip.org

Completed in 3624 milliseconds

<<111213141516