HomeSort by relevance Sort by last modified time
    Searched refs:gzip (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream_unittest.sh 35 # Test compatibility between command line gzip/gunzip binaries and
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
  /external/chromium_org/third_party/sqlite/src/
publish_osx.sh 33 gzip $NAME
publish.sh 33 gzip sqlite3-$VERS.bin
50 gzip tclsqlite-$VERS.so
56 gzip sqlite-$VERS.so
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 30 gzip -9 $PKG/usr/man/man8/dnsmasq.8
33 gzip -9 $$f/man8/dnsmasq.8 ;
36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 69 /** True to use gzip content-encoding for the response body. */
71 boolean gzip; field in class:Benchmark
145 if (gzip) modifiers.add("gzip");
188 if (gzip) {
189 body = gzip(body);
190 result.addHeader("Content-Encoding: gzip");
216 private byte[] gzip(byte[] bytes) throws IOException { method in class:Benchmark
  /build/target/product/
embedded.mk 30 gzip \
  /build/tools/
mktarball.sh 47 gzip -c ${target_tar} > ${target_tarball}
  /external/cmockery/cmockery_0_1_2/
Makefile.am 108 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
111 deb: dist-gzip packages/deb.sh packages/deb/*
  /external/libexif/doc/
Makefile.am 34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
46 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) > $@
  /external/bison/build-aux/
gendocs.sh 266 gzip -f -9 $PACKAGE.dvi
281 gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
311 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
336 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
360 gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
  /device/generic/qemu/
qemu_base.mk 38 gzip \
  /external/chromium_org/tools/profile_chrome/
trace_packager.py 5 import gzip namespace
31 with gzip.open(output, 'wb') as out, \
  /external/e2fsprogs/util/
gen-tarball.in 11 GZIP=gzip
49 | $GZIP -9 -c > $SRCROOT.tar.gz
50 $GZIP -l $SRCROOT.tar.gz
  /external/freetype/
Android.mk 29 src/gzip/ftgzip.c \
  /external/chromium_org/tools/chrome_proxy/integration_tests/
network_metrics.py 6 import gzip namespace
82 if encoding == 'gzip':
113 with gzip.GzipFile(fileobj=bio, mode="wb", compresslevel=9) as f:
116 logging.warning('Fail to gzip response body: %s', e)
  /external/e2fsprogs/doc/
Makefile.in 30 $(E) " GZIP $(infodir)/libext2fs.info*"
31 -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
  /external/e2fsprogs/tests/
Makefile.in 71 gzip -9 ${TDIR}/image
  /external/elfutils/0.153/libdwfl/
Makefile.am 71 libdwfl_a_SOURCES += gzip.c
  /external/libutf/
Makefile 86 tar cf - $(NAME)-$(VERSION) | gzip >$(NAME)-$(VERSION).tgz
116 (cd $(PORTDIR); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tgz
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 64 gzip -9 ChangeLog
71 gzip -9 doc/libxml2-api.xml
  /external/google-tv-pairing-protocol/cpp/
Makefile.am 163 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
166 deb: dist-gzip packages/deb.sh packages/deb/*
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 192 AddEncoding x-gzip .gz .tgz
httpd.conf 597 AddEncoding x-gzip .gz .tgz
603 #AddType application/x-gzip .gz .tgz
httpd2.conf 243 AddEncoding x-gzip .gz .tgz
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 7 import gzip namespace
91 self.send_header('Content-Encoding', 'gzip')
192 gzf = gzip.GzipFile(fileobj=sio, compresslevel=9, mode='wb')

Completed in 844 milliseconds

1 2 3