HomeSort by relevance Sort by last modified time
    Searched refs:gunzip (Results 1 - 21 of 21) sorted by null

  /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}) && \
  /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()
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPInputStreamTest.java 78 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED), "UTF-8"));
82 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED_WITH_HEADER_CRC), "UTF-8"));
86 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED_WITH_EXTRA), "UTF-8"));
92 assertTrue(Arrays.equals(data, gunzip(GZIPOutputStreamTest.gzip(data))));
119 assertEquals("Hello WorldHello World", new String(gunzip(data), "UTF-8"));
128 assertEquals("Hello World", new String(gunzip(data), "UTF-8"));
147 byte[] unzipped = gunzip(data);
156 gunzip(data);
241 public static byte[] gunzip(byte[] bytes) throws IOException { method in class:GZIPInputStreamTest
GZIPOutputStreamTest.java 44 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
  /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/ltp/testcases/commands/gzip/
gzip_tests.sh 23 # Description: Test basic functionality of gzip and gunzip command
27 # - Test #2: Test that gunzip -r will travel directories and
39 tst_check_cmds gunzip
158 tst_resm TINFO "Test #2: gunzip -r will recursively uncompress" \
171 gunzip -r tst_gzip.tmp > tst_gzip.err 2>&1
191 tst_resm TFAIL "Test #2: gunzip failed"
194 tst_resm TPASS "Test #2: gunzip -r success"
  /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/ltp/testcases/kernel/io/disktest/
Makefile.aix 166 gunzip /usr/share/man/man1/disktest.1.gz
  /external/syslinux/memdisk/
unzip.c 375 gunzip();
377 /* Verify that gunzip() consumed the entire input. */
inflate.c 1001 int gunzip(void)
  /external/dhcpcd-6.8.2/
Makefile 176 gunzip -c ${DISTFILEGZ} | bzip2 >${DISTFILE}
  /build/soong/cc/
builder.go 208 Command: "gunzip -c $in > $out",
209 Description: "gunzip $out",
  /external/toybox/generated/
newtoys.h 89 USE_GUNZIP(NEWTOY(gunzip, "cflqStv", TOYFLAG_USR|TOYFLAG_BIN))
flags.h 963 // gunzip cflqStv
    [all...]
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip_test.go 451 t.Fatal("cannot find hello.txt x2 in gunzip tests")
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip_test.go 451 t.Fatal("cannot find hello.txt x2 in gunzip tests")
  /build/make/
envsetup.sh     [all...]

Completed in 1539 milliseconds