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

  /external/chromium_org/third_party/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}) && \
  /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 43 assertEquals("Hello World", new String(gunzip(HELLO_WORLD_GZIPPED), "UTF-8"));
49 assertTrue(Arrays.equals(data, gunzip(GZIPOutputStreamTest.gzip(data))));
76 assertEquals("Hello WorldHello World", new String(gunzip(data), "UTF-8"));
85 assertEquals("Hello World", new String(gunzip(data), "UTF-8"));
103 gunzip(data);
115 gunzip(data);
164 public static byte[] gunzip(byte[] bytes) throws IOException { method in class:GZIPInputStreamTest
GZIPOutputStreamTest.java 38 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
  /external/okhttp/okio/src/test/java/okio/
GzipSourceTest.java 30 @Test public void gunzip() throws Exception { method in class:GzipSourceTest
100 OkBuffer gunzipped = gunzip(gzipped);
116 gunzip(gzipped);
131 gunzip(gzipped);
146 gunzip(gzipped);
202 private OkBuffer gunzip(OkBuffer gzipped) throws IOException { method in class:GzipSourceTest
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_download 23 Requires gsutil, xz, tar, and gunzip.
88 try gunzip -c "$compressed_foundation_model" | try tar xf - || return
143 for command in gsutil xz tar md5sum gunzip; do
  /external/skia/platform_tools/barelinux/bin/
arm64_download 23 Requires gsutil, xz, tar, and gunzip.
88 try gunzip -c "$compressed_foundation_model" | try tar xf - || return
143 for command in gsutil xz tar md5sum gunzip; do
  /external/iproute2/testsuite/
Makefile 8 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
  /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/qemu/hw/core/
loader.c 24 * Gunzip functionality in this file is derived from u-boot:
404 static ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, function
429 puts ("Error: gunzip out of data in header\n");
522 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size);
  /build/
envsetup.sh     [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]

Completed in 874 milliseconds