/external/protobuf/src/google/protobuf/io/ |
gzip_stream_unittest.sh | 35 # Test compatibility between command line gzip/gunzip binaries and 40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
GZIPInputStreamTest.java | 36 assertEquals("Hello World", new String(gunzip(data), "UTF-8")); 42 assertTrue(Arrays.equals(data, gunzip(GZIPOutputStreamTest.gzip(data)))); 62 public static byte[] gunzip(byte[] bytes) throws IOException { method in class:GZIPInputStreamTest
|
GZIPOutputStreamTest.java | 40 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
|
/external/iproute2/testsuite/ |
Makefile | 8 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
|
/external/zlib/examples/ |
gun.c | 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack() 48 Like gunzip and uncompress, the file attributes of the orignal compressed 52 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version 544 gunzip() returns 1 if there is an out-of-memory error or an unexpected 547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function 691 ret = gunzip(&strm, *argv, outname, test); 696 ret = gunzip(&strm, NULL, NULL, test);
|
/external/grub/ |
Android.mk | 77 stage2/gunzip.c \
|
configure | 870 --disable-gunzip disable decompression in Stage 2 [all...] |
/external/qemu/ |
loader.c | 24 * Gunzip functionality in this file is derived from u-boot: 403 static ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, function 428 puts ("Error: gunzip out of data in header\n"); 521 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size);
|
/external/bison/ |
Makefile | 539 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 545 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
/build/ |
envsetup.sh | 928 gunzip ${report}
|