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

  /external/okhttp/okio/okio/src/test/java/okio/
GzipSourceTest.java 31 Buffer gzipped = new Buffer(); local
32 gzipped.write(gzipHeader);
33 gzipped.write(deflated);
34 gzipped.write(gzipTrailer);
35 assertGzipped(gzipped);
43 Buffer gzipped = new Buffer(); local
44 gzipped.write(gzipHeader);
45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian
46 gzipped.write(deflated);
47 gzipped.write(gzipTrailer)
52 Buffer gzipped = new Buffer(); local
62 Buffer gzipped = new Buffer(); local
72 Buffer gzipped = new Buffer(); local
86 Buffer gzipped = new Buffer(); local
109 Buffer gzipped = new Buffer(); local
124 Buffer gzipped = new Buffer(); local
139 Buffer gzipped = new Buffer(); local
    [all...]
GzipSinkTest.java 53 private Buffer gunzip(Buffer gzipped) throws IOException {
55 GzipSource source = new GzipSource(gzipped);
  /external/curl/src/
mkhelp.pl 125 $gzipped += length($_);
155 to $gzipped bytes. You can disable the use of compressed help
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPInputStreamTest.java 98 byte[] gzipped = GZIPOutputStreamTest.gzip(data);
99 GZIPInputStream in = new GZIPInputStream(new ByteArrayInputStream(gzipped));
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 120 // of individually gzipped data streams, each with its own header and
122 // of gzipped files is treated as equivalent to the gzip of the concatenation
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 120 // of individually gzipped data streams, each with its own header and
122 // of gzipped files is treated as equivalent to the gzip of the concatenation
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 220 boolean gzipped = (flags & FLAG_COMPRESSED) != 0;
221 if (gzipped) {
  /prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go 425 io.WriteString(gz, "I am some gzipped content. Go go go go go go go go go go go go should compress well.")
    [all...]
transport.go 135 // its own and gets a gzipped response, it's transparently
    [all...]
transport_test.go     [all...]
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 425 io.WriteString(gz, "I am some gzipped content. Go go go go go go go go go go go go should compress well.")
    [all...]
transport.go 135 // its own and gets a gzipped response, it's transparently
    [all...]
transport_test.go     [all...]
h2_bundle.go     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 732 milliseconds