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

1 2

  /system/extras/ext4_utils/
make_ext4fs.h 25 char *mountpoint, int android, int gzip, int sparse);
make_ext4fs_main.c 47 int gzip = 0; local
81 gzip = 1;
95 if (gzip && sparse) {
96 fprintf(stderr, "Cannot specify both gzip and sparse\n");
118 return make_ext4fs(filename, directory, mountpoint, android, gzip, sparse);
make_ext4fs.c 230 char *mountpoint, int android, int gzip, int sparse)
324 write_ext4_image(filename, gzip, sparse);
  /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})
  /libcore/luni/src/test/java/libcore/java/util/zip/
GzipTest.java 33 byte[] data = gzip(("Hello World").getBytes("UTF-8"));
34 assertTrue(Arrays.equals(data, gunzip(gzip(data))));
40 assertTrue(Arrays.equals(data, gunzip(gzip(data))));
46 byte[] gzipped = gzip(data);
60 public byte[] gzip(byte[] bytes) throws IOException { method in class:GzipTest
  /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();
  /external/e2fsprogs/doc/
Makefile.in 29 @echo " GZIP $(infodir)/libext2fs.info*"
30 -@gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
  /external/e2fsprogs/tests/
Makefile.in 55 gzip -9 ${TDIR}/image
  /external/e2fsprogs/util/
gen-tarball.in 42 | gzip -9 > $SRCROOT.tar.gz
  /external/zlib/
Android.mk 76 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/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/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 534 AddEncoding x-gzip .gz .tgz
540 #AddType application/x-gzip .gz .tgz
apache2-httpd.conf 559 AddEncoding x-gzip .gz .tgz
565 #AddType application/x-gzip .gz .tgz
cygwin-httpd.conf 593 AddEncoding x-gzip .gz .tgz
599 #AddType application/x-gzip .gz .tgz
fedora-httpd.conf 542 #AddDescription "GZIP compressed document" .gz
544 #AddDescription "GZIP compressed tar archive" .tgz
659 AddEncoding x-gzip .gz .tgz
665 #AddType application/x-gzip .gz .tgz
httpd.conf 596 AddEncoding x-gzip .gz .tgz
602 #AddType application/x-gzip .gz .tgz
  /development/pdk/
Pdk.mk 228 $(hide) gzip -cf $< > $@
  /development/pdk/pndk/
Pndk.mk 193 $(hide) gzip -cf $< > $@
  /external/chromium/sdch/open-vcdiff/
Makefile.am 220 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
223 deb: dist-gzip packages/deb.sh packages/deb/*
  /bootable/diskinstaller/
config.mk 110 $(MKBOOTFS) $(TARGET_INSTALLER_ROOT_OUT) | gzip > $(installer_ramdisk)
  /external/e2fsprogs/resize/
Makefile.in 139 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
  /build/core/
user_tags.mk 131 gzip \
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 1327 milliseconds

1 2