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

1 2

  /external/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})
  /system/extras/ext4_utils/
make_ext4fs.h 26 char *mountpoint, int android, int gzip, int sparse,
make_ext4fs_main.c 47 int gzip = 0; local
87 gzip = 1;
107 if (gzip && sparse) {
108 fprintf(stderr, "Cannot specify both gzip and sparse\n");
119 if (wipe && gzip) {
120 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
142 return make_ext4fs_internal(filename, directory, mountpoint, android, gzip,
ext2simg.c 41 fprintf(stderr, " -z gzip output\n");
170 int gzip = 0; local
184 gzip = 1;
225 write_ext4_image(out, gzip, sparse, crc, 0);
make_ext4fs.c 261 char *mountpoint, int android, int gzip, int sparse,
369 write_ext4_image(filename, gzip, sparse, crc, wipe);
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPOutputStreamTest.java 32 byte[] data = gzip(("Hello World").getBytes("UTF-8"));
40 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
43 public static byte[] gzip(byte[] bytes) throws IOException { method in class:GZIPOutputStreamTest
GZIPInputStreamTest.java 42 assertTrue(Arrays.equals(data, gunzip(GZIPOutputStreamTest.gzip(data))));
48 byte[] gzipped = GZIPOutputStreamTest.gzip(data);
  /device/moto/stingray/ril/
wrigley-dump.sh 55 echo "$cmd" | nc -w 10 192.168.20.2 3002 | gzip | base64 -e
  /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
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 158 GZIPOutputStream gzip = new GZIPOutputStream(baos); local
167 gzip.write(sizeBytes);
168 gzip.write(line);
171 gzip.finish();
187 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); local
191 while ((got = gzip.read(tempData)) > 0) {
194 gzip.close();
  /build/tools/
mktarball.sh 47 gzip -c ${target_tar} > ${target_tarball}
  /external/e2fsprogs/tests/
Makefile.in 58 gzip -9 ${TDIR}/image
  /external/e2fsprogs/util/
gen-tarball.in 11 GZIP=gzip
49 | $GZIP -9 -c > $SRCROOT.tar.gz
50 $GZIP -l $SRCROOT.tar.gz
  /external/zlib/
Android.mk 88 LOCAL_MODULE:= gzip
  /external/dropbear/debian/
rules 86 gzip -9 '$(DIR)'/usr/share/man/man8/*.8
89 gzip -9 '$(DIR)'/usr/share/man/man1/*.1
  /external/e2fsprogs/doc/
Makefile.in 29 $(E) " GZIP $(infodir)/libext2fs.info*"
30 -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
  /external/bison/
Makefile 508 dist-gzip: distdir
509 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
520 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
529 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
539 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
545 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
685 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar
    [all...]
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
  /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
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
  /development/pdk/
Pdk.mk 227 $(hide) gzip -cf $< > $@
  /development/pdk/pndk/
Pndk.mk 193 $(hide) gzip -cf $< > $@

Completed in 432 milliseconds

1 2