Home
last modified time | relevance | path

Searched refs:gunzip (Results 1 – 25 of 36) sorted by relevance

12

/external/okhttp/okio/okio/src/test/java/okio/
DGzipSourceTest.java30 @Test public void gunzip() throws Exception { in gunzip() method in GzipSourceTest
100 Buffer gunzipped = gunzip(gzipped); in assertGzipped()
116 gunzip(gzipped); in gunzipWhenHeaderCRCIncorrect()
131 gunzip(gzipped); in gunzipWhenCRCIncorrect()
146 gunzip(gzipped); in gunzipWhenLengthIncorrect()
202 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSourceTest
DGzipSinkTest.java34 Buffer inflated = gunzip(sink); in gzipGunzip()
53 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
/external/e2fsprogs/tests/
Drun_e2fsck27 gunzip < $test_dir/expect.1.gz > $EXP1
36 gunzip < $test_dir/expect.2.gz > $EXP2
43 gunzip < $IMAGE > $TMPFILE
/external/protobuf/src/google/protobuf/io/
Dgzip_stream_unittest.sh40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
/external/e2fsprogs/tests/f_ext_journal/
Dscript4 gunzip < $test_dir/journal.gz > journal.img
/external/e2fsprogs/tests/f_dup_de/
Dscript4 gunzip < $test_dir/image.gz > $TMPFILE
/external/zlib/src/examples/
Dgun.c548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() function
692 ret = gunzip(&strm, *argv, outname, test); in main()
697 ret = gunzip(&strm, NULL, NULL, test); in main()
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java204 assertEquals(text, gunzip(entity)); in contentEncoding()
231 assertEquals(text, gunzip(entity)); in jsonGzipResponse()
269 private static String gunzip(HttpEntity body) throws IOException { in gunzip() method in OkApacheClientTest
/external/e2fsprogs/tests/r_min_itable/
Dscript8 gunzip < $IMAGE > $TMPFILE
/external/iproute2/testsuite/
DMakefile17 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
/external/e2fsprogs/tests/r_inline_xattr/
Dscript8 gunzip < $IMAGE > $TMPFILE
/external/libxml2/
DINSTALL.libxml212 gunzip -c xxx.tar.gz | tar xvf -
/external/e2fsprogs/
DINSTALL.elfbin14 gunzip < e2fsprogs-1.13-elfbin.tar.gz | (cd /; tar Sxvpf - )
/external/e2fsprogs/tests/r_resize_inode/
Dscript7 gunzip < $test_dir/expect.gz > $EXP1
/external/e2fsprogs/tests/r_move_itable/
Dscript7 gunzip < $test_dir/expect.gz > $EXP1
/external/dhcpcd-6.8.2/
DMakefile176 gunzip -c ${DISTFILEGZ} | bzip2 >${DISTFILE}
/external/e2fsprogs/tests/f_resize_inode/
Dscript8 gunzip < $test_dir/expect.gz > $EXP1
/external/libogg/
DMakefile.in538 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
544 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/libusb-compat/
DMakefile.in540 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
548 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/libmtp/
DMakefile.in590 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
600 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/libvorbis/
DMakefile.in583 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
591 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/llvm/docs/
DGettingStartedVS.rst79 2. ``gunzip --stdout llvm-VERSION.tar.gz | tar -xvf -``
/external/toybox/generated/
Dnewtoys.h86 USE_GUNZIP(NEWTOY(gunzip, "cflqStv", TOYFLAG_USR|TOYFLAG_BIN))
/external/cmockery/cmockery_0_1_2/
DMakefile.in911 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
917 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/c-ares/
DMakefile.in1247 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1253 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\

12