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

1 2 3 4

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 49 public static final String DEFLATE = "deflate";
50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
59 } else if (DEFLATE.equalsIgnoreCase(encoding)) {
60 return DEFLATE;
75 } else if (encoding == DEFLATE) {
  /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
CompressionMethod.java 22 public static final CompressionMethod DEFLATE = new CompressionMethod(1, "deflate");
34 return DEFLATE;
  /libcore/support/src/test/java/libcore/tlswire/handshake/
CompressionMethod.java 25 public static final CompressionMethod DEFLATE = new CompressionMethod(1, "deflate");
40 return DEFLATE;
  /external/zlib/src/as400/
compile.clp 59 CHGVAR VAR(&CMD) VALUE(&FIXDCMD *TCAT 'DEFLATE)')
100 &MODLIB/CRC32 &MODLIB/DEFLATE +
  /external/curl/lib/
http_chunks.c 207 case DEFLATE:
224 "libcurl understands `identity', `deflate' and `gzip' "
urldata.h 699 #define DEFLATE 1 /* zlib deflate [RFC 1950 & 1951] */
    [all...]
http.c     [all...]
transfer.c 765 case DEFLATE:
779 "libcurl understands `identity', `deflate' and `gzip' "
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 88 // >>> zlib.decompress(hex_string.decode("hex"), -15) # Negative means raw DEFLATE
93 stream string // Hexstring of the input DEFLATE stream
inflate.go 5 // Package flate implements the DEFLATE compressed data format, described in
6 // RFC 1951. The gzip and zlib packages implement access to DEFLATE-based file
85 // filled. Since the extra bits are zero, and the DEFLATE Huffman codes
465 // we never read any extra bytes after the end of the DEFLATE stream.
example_test.go 157 // DEFLATE is suitable for transmitting compressed data across the network.
deflate.go 26 // RFC 1951 compliant. That is, any valid DEFLATE decompressor will
112 // deflate state
384 func (d *compressor) deflate() { func
601 d.step = (*compressor).deflate
658 // necessary DEFLATE framing.
723 // http://www.bolet.org/~pornin/deflate-flush.html
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 88 // >>> zlib.decompress(hex_string.decode("hex"), -15) # Negative means raw DEFLATE
93 stream string // Hexstring of the input DEFLATE stream
inflate.go 5 // Package flate implements the DEFLATE compressed data format, described in
6 // RFC 1951. The gzip and zlib packages implement access to DEFLATE-based file
85 // filled. Since the extra bits are zero, and the DEFLATE Huffman codes
465 // we never read any extra bytes after the end of the DEFLATE stream.
example_test.go 157 // DEFLATE is suitable for transmitting compressed data across the network.
deflate.go 26 // RFC 1951 compliant. That is, any valid DEFLATE decompressor will
112 // deflate state
384 func (d *compressor) deflate() { func
601 d.step = (*compressor).deflate
658 // necessary DEFLATE framing.
723 // http://www.bolet.org/~pornin/deflate-flush.html
  /prebuilts/go/darwin-x86/src/syscall/
unzip_nacl.go 368 // Hard-coded Huffman tables for DEFLATE algorithm.
619 // buf is deflate-compressed
  /prebuilts/go/linux-x86/src/syscall/
unzip_nacl.go 368 // Hard-coded Huffman tables for DEFLATE algorithm.
619 // buf is deflate-compressed
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /external/r8/deps/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 

Completed in 538 milliseconds

1 2 3 4