HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 376 - 400 of 640) sorted by null

<<11121314151617181920>>

  /external/bison/
Makefile.in 280 DIST_TARGETS = dist-xz dist-gzip
    [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_org/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...]
  /external/chromium_org/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_org/third_party/opus/src/
Makefile.in     [all...]
  /bootable/diskinstaller/
config.mk 110 $(MKBOOTFS) $(TARGET_INSTALLER_ROOT_OUT) | gzip > $(installer_ramdisk)
  /external/bzip2/
Makefile 201 gzip -v $(DISTNAME).tar
README 152 * Flag handling more compatible with GNU gzip
  /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/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 301 'Accept-Encoding': 'gzip,deflate',
  /external/chromium_org/content/browser/download/
download_stats.cc 244 {"application/x-gzip", DOWNLOAD_CONTENT_ARCHIVE},
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditRules.js 78 WebInspector.AuditRule.call(this, "network-gzip", "Enable gzip compression");
113 summary.value = String.sprintf("Compressing the following resources with gzip could reduce their transfer size by about two thirds (~%s):", Number.bytesToString(totalSavings));
123 return /\b(?:gzip|deflate)\b/.test(encodingHeader);
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 162 int usesGzip; /* "Content-Encoding: gzip" was detected */
812 if ( !xmlStrncasecmp( BAD_CAST cur, BAD_CAST"gzip", 4) ) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py 370 from gzip import GzipFile
  /external/chromium_org/third_party/zlib/
deflate.c 254 #ifdef GZIP
256 wrap = 2; /* write gzip wrapper instead */
382 #ifdef GZIP
517 case 2: /* gzip wrapper */
519 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
614 #ifdef GZIP
687 #ifdef GZIP
892 #ifdef GZIP
    [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 243 AddEncoding x-gzip .gz .tgz
  /external/chromium_org/v8/tools/testrunner/
README 120 serialization, gzip based compression, and ensures message completeness.
  /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/mesa3d/src/gallium/tools/trace/
parse.py 370 from gzip import GzipFile
  /external/qemu/distrib/sdl-1.2.15/
Makefile.in 164 tar cvf - $(distdir) | gzip --best >$(distfile)

Completed in 2188 milliseconds

<<11121314151617181920>>