/external/okhttp/okio/okio/src/test/java/okio/ |
D | GzipSourceTest.java | 30 @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
|
D | GzipSinkTest.java | 34 Buffer inflated = gunzip(sink); in gzipGunzip() 53 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
|
/external/e2fsprogs/tests/ |
D | run_e2fsck | 27 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/ |
D | gzip_stream_unittest.sh | 40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
|
/external/e2fsprogs/tests/f_ext_journal/ |
D | script | 4 gunzip < $test_dir/journal.gz > journal.img
|
/external/e2fsprogs/tests/f_dup_de/ |
D | script | 4 gunzip < $test_dir/image.gz > $TMPFILE
|
/external/zlib/src/examples/ |
D | gun.c | 548 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/ |
D | OkApacheClientTest.java | 204 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/ |
D | script | 8 gunzip < $IMAGE > $TMPFILE
|
/external/iproute2/testsuite/ |
D | Makefile | 17 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | script | 8 gunzip < $IMAGE > $TMPFILE
|
/external/libxml2/ |
D | INSTALL.libxml2 | 12 gunzip -c xxx.tar.gz | tar xvf -
|
/external/e2fsprogs/ |
D | INSTALL.elfbin | 14 gunzip < e2fsprogs-1.13-elfbin.tar.gz | (cd /; tar Sxvpf - )
|
/external/e2fsprogs/tests/r_resize_inode/ |
D | script | 7 gunzip < $test_dir/expect.gz > $EXP1
|
/external/e2fsprogs/tests/r_move_itable/ |
D | script | 7 gunzip < $test_dir/expect.gz > $EXP1
|
/external/dhcpcd-6.8.2/ |
D | Makefile | 176 gunzip -c ${DISTFILEGZ} | bzip2 >${DISTFILE}
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | script | 8 gunzip < $test_dir/expect.gz > $EXP1
|
/external/libogg/ |
D | Makefile.in | 538 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 544 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
/external/libusb-compat/ |
D | Makefile.in | 540 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 548 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
/external/libmtp/ |
D | Makefile.in | 590 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 600 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
/external/libvorbis/ |
D | Makefile.in | 583 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 591 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
/external/llvm/docs/ |
D | GettingStartedVS.rst | 79 2. ``gunzip --stdout llvm-VERSION.tar.gz | tar -xvf -``
|
/external/toybox/generated/ |
D | newtoys.h | 86 USE_GUNZIP(NEWTOY(gunzip, "cflqStv", TOYFLAG_USR|TOYFLAG_BIN))
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.in | 911 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 917 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
/external/c-ares/ |
D | Makefile.in | 1247 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 1253 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|