/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 | 68 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED), "UTF-8")); 72 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED_WITH_HEADER_CRC), "UTF-8")); 76 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED_WITH_EXTRA), "UTF-8")); 82 assertTrue(Arrays.equals(data, gunzip(GZIPOutputStreamTest.gzip(data)))); 109 assertEquals("Hello WorldHello World", new String(gunzip(data), "UTF-8")); 118 assertEquals("Hello World", new String(gunzip(data), "UTF-8")); 137 byte[] unzipped = gunzip(data); 146 gunzip(data); 195 public static byte[] gunzip(byte[] bytes) throws IOException { method in class:GZIPInputStreamTest
|
GZIPOutputStreamTest.java | 38 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
|
/prebuilts/go/darwin-x86/test/bench/go1/ |
gzip_test.go | 5 // This benchmark tests gzip and gunzip performance. 40 func gunzip() { func 61 gunzip()
|
/prebuilts/go/linux-x86/test/bench/go1/ |
gzip_test.go | 5 // This benchmark tests gzip and gunzip performance. 40 func gunzip() { func 61 gunzip()
|
/external/okhttp/okio/okio/src/test/java/okio/ |
GzipSinkTest.java | 34 Buffer inflated = gunzip(sink); 53 private Buffer gunzip(Buffer gzipped) throws IOException { method in class:GzipSinkTest
|
GzipSourceTest.java | 30 @Test public void gunzip() throws Exception { method in class:GzipSourceTest 100 Buffer gunzipped = gunzip(gzipped); 116 gunzip(gzipped); 131 gunzip(gzipped); 146 gunzip(gzipped); 202 private Buffer gunzip(Buffer gzipped) throws IOException { method in class:GzipSourceTest
|
/external/iproute2/testsuite/ |
Makefile | 17 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
|
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
OkApacheClientTest.java | 204 assertEquals(text, gunzip(entity)); 231 assertEquals(text, gunzip(entity)); 269 private static String gunzip(HttpEntity body) throws IOException { method in class:OkApacheClientTest
|
/external/zlib/src/examples/ |
gun.c | 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack() 49 Like gunzip and uncompress, the file attributes of the orignal compressed 53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version 545 gunzip() returns 1 if there is an out-of-memory error or an unexpected 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function 692 ret = gunzip(&strm, *argv, outname, test); 697 ret = gunzip(&strm, NULL, NULL, test);
|
/external/dhcpcd-6.8.2/ |
Makefile | 176 gunzip -c ${DISTFILEGZ} | bzip2 >${DISTFILE}
|
/external/toybox/generated/ |
newtoys.h | 86 USE_GUNZIP(NEWTOY(gunzip, "cflqStv", TOYFLAG_USR|TOYFLAG_BIN))
|
flags.h | 914 // gunzip cflqStv [all...] |
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gunzip_test.go | 380 t.Fatal("cannot find hello.txt x2 in gunzip tests")
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gunzip_test.go | 380 t.Fatal("cannot find hello.txt x2 in gunzip tests")
|
/build/ |
envsetup.sh | [all...] |
/external/skia/third_party/yasm/config/android/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/chromeos/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/ios/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/linux/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/mac/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/openbsd/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/win/ |
Makefile | [all...] |