Searched defs:deflated (Results 1 – 9 of 9) sorted by relevance
32 Buffer deflated = decodeBase64("eJxzz09RyEjNKVAoLdZRKE9VL0pVyMxTKMlIVchIzEspVshPU0jNS8/MS00tK" in inflate() local39 Buffer deflated = decodeBase64("eJxzz09RyEjNKVAoLdZRKE9VL0pVyMxTKMlIVchIzEspVshPU0jNS8/MS00tK" in inflateTruncated() local49 Buffer deflated = decodeBase64("eJztwTEBAAAAwqCs61/CEL5AAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" in inflateWellCompressed() local73 Buffer deflated = deflate(original); in inflatePoorlyCompressed() local81 Buffer deflated = decodeBase64( in inflateIntoNonemptySink() local105 private Buffer inflate(Buffer deflated) throws IOException { in inflate()
134 private Buffer inflate(Buffer deflated) throws IOException { in inflate()
194 private final ByteString deflated = ByteString.decodeHex( field in GzipSourceTest
49 val deflated = target.toByteString(0, targetPos) in happyPath() constant78 val deflated = target.toByteString(0, targetPos) in happyPathNoWrap() constant115 val deflated = target.toByteString(0, targetPos) in deflateInParts() constant219 val deflated = target.toByteString(0, targetPos) in deflateEmptySource() constant
65 val deflated = try { in deflate() constant
96 int deflated = syncFlush in deflate() local
94 int deflated = syncFlush in deflate() local
196 …private val deflated = "f32c512f56485408f5f38c5028ae2c2e49cd5554f054c8cecb2f5728c9c82c560400".deco… constant
70 private InputStream inflate(final byte[] deflated) throws IOException { in inflate()