Home
last modified time | relevance | path

Searched defs:deflated (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okio/src/test/java/okio/
DInflaterSourceTest.java31 OkBuffer deflated = decodeBase64("eJxzz09RyEjNKVAoLdZRKE9VL0pVyMxTKMlIVchIzEspVshPU0jNS8/MS00tK" in inflate() local
38 OkBuffer deflated = decodeBase64("eJxzz09RyEjNKVAoLdZRKE9VL0pVyMxTKMlIVchIzEspVshPU0jNS8/MS00tK" in inflateTruncated() local
48 OkBuffer deflated = decodeBase64("eJztwTEBAAAAwqCs61/CEL5AAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" in inflateWellCompressed() local
72 OkBuffer deflated = deflate(original); in inflatePoorlyCompressed() local
95 private OkBuffer inflate(OkBuffer deflated) throws IOException { in inflate()
DDeflaterSinkTest.java116 private OkBuffer inflate(OkBuffer deflated) throws IOException { in inflate()
DGzipSourceTest.java194 private final ByteString deflated = ByteString.decodeHex( field in GzipSourceTest
/external/okhttp/okio/src/main/java/okio/
DDeflaterSink.java80 int deflated = syncFlush in deflate() local