Searched refs:gzip (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream_unittest.sh35 # Test compatibility between command line gzip/gunzip binaries and
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream_unittest.sh35 # Test compatibility between command line gzip/gunzip binaries and
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
/external/valgrind/main/nightly/conf/
H A Dcellbuzz-cross.sendmail10 gzip -9 <"$3" >"$3.gz"
H A Dcellbuzz-native.sendmail10 gzip -9 <"$3" >"$3.gz"
/external/chromium_org/third_party/sqlite/src/
H A Dpublish_osx.sh33 gzip $NAME
H A Dpublish.sh33 gzip sqlite3-$VERS.bin
50 gzip tclsqlite-$VERS.so
56 gzip sqlite-$VERS.so
/external/qemu/android/filesystems/testing/
H A Dcreate_ramdisk_test_data.sh18 echo "$FILE_LIST" | cpio --create --format=newc --quiet | gzip -9c | xxd -i -
/external/qemu/distrib/ext4_utils/src/
H A Dmake_ext4fs_main.c67 int gzip = 0; local
119 gzip = 1;
170 if (wipe && gzip) {
171 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
203 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
H A Dext2simg.c53 fprintf(stderr, " -z gzip output\n");
183 int gzip = 0; local
197 gzip = 1;
250 write_ext4_image(outfd, gzip, sparse, crc);
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild30 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/
H A DBenchmark.java69 /** 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
/external/chromium_org/tools/profile_chrome/
H A Dtrace_packager.py5 import gzip namespace
31 with gzip.open(output, 'wb') as out, \
/external/cmockery/cmockery_0_1_2/
H A DMakefile.am108 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
111 deb: dist-gzip packages/deb.sh packages/deb/*
/external/libexif/doc/
H A DMakefile.am34 (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/
H A Dgendocs.sh266 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"
/external/e2fsprogs/util/
H A Dgen-tarball.in11 GZIP=gzip
/external/freetype/
H A DAndroid.mk29 src/gzip/ftgzip.c \
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-gcc52 | gzip -cd | bzip2 -9 >${TAR}; }
H A Drun-splash2192 gzip -cd <$f >${f%.Z}
224 gzip -cd <$f >${f%.Z}
/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dnetwork_metrics.py6 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/chromium_org/tools/telemetry/telemetry/core/
H A Dmemory_cache_http_server.py7 import gzip namespace
91 self.send_header('Content-Encoding', 'gzip')
192 gzf = gzip.GzipFile(fileobj=sio, compresslevel=9, mode='wb')
/external/e2fsprogs/doc/
H A DMakefile.in31 -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
/external/e2fsprogs/tests/
H A DMakefile.in71 gzip -9 ${TDIR}/image
/external/elfutils/0.153/libdwfl/
H A DMakefile.am71 libdwfl_a_SOURCES += gzip.c
/external/libutf/
H A DMakefile86 tar cf - $(NAME)-$(VERSION) | gzip >$(NAME)-$(VERSION).tgz
116 (cd $(PORTDIR); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tgz

Completed in 819 milliseconds

123