Home
last modified time | relevance | path

Searched defs:gunzip (Results 1 – 7 of 7) sorted by relevance

/external/okhttp/okio/okio/src/test/java/okio/
DGzipSourceTest.java30 @Test public void gunzip() throws Exception { in gunzip() method in GzipSourceTest
202 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSourceTest
DGzipSinkTest.java53 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
/external/okio/okio/src/jvmTest/java/okio/
DGzipSourceTest.java30 @Test public void gunzip() throws Exception { in gunzip() method in GzipSourceTest
202 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSourceTest
DGzipSinkTest.java54 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
/external/arm-trusted-firmware/lib/zlib/
Dtf_gunzip.c59 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf, in gunzip() function
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java269 private static String gunzip(HttpEntity body) throws IOException { in gunzip() method in OkApacheClientTest
/external/rust/crates/libz-sys/src/zlib/examples/
Dgun.c548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() function