Home
last modified time | relevance | path

Searched refs:DEFLATE (Results 1 – 25 of 35) sorted by relevance

12

/external/oauth/core/src/main/java/net/oauth/http/
DHttpMessageDecoder.java49 public static final String DEFLATE = "deflate"; field in HttpMessageDecoder
50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
59 } else if (DEFLATE.equalsIgnoreCase(encoding)) { in getEncoding()
60 return DEFLATE; in getEncoding()
75 } else if (encoding == DEFLATE) { in HttpMessageDecoder()
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DCompressionMethod.java22 public static final CompressionMethod DEFLATE = new CompressionMethod(1, "deflate"); field in CompressionMethod
34 return DEFLATE; in valueOf()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DCompressionMethod.java24 public static final CompressionMethod DEFLATE = new CompressionMethod(1, "deflate"); field in CompressionMethod
36 return DEFLATE; in valueOf()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/
DCompressorStreamFactory.java179 public static final String DEFLATE = "deflate"; field in CompressorStreamFactory
315 return DEFLATE;
506 return DEFLATE;
632 if (DEFLATE.equalsIgnoreCase(name)) {
705 if (DEFLATE.equalsIgnoreCase(name)) {
761 …return Sets.newHashSet(GZIP, BROTLI, BZIP2, XZ, LZMA, PACK200, DEFLATE, SNAPPY_RAW, SNAPPY_FRAMED,…
767 …return Sets.newHashSet(GZIP, BZIP2, XZ, LZMA, PACK200, DEFLATE, SNAPPY_FRAMED, LZ4_BLOCK, LZ4_FRAM…
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DSevenZTestCase.java75 testSevenZArchiveCreation(SevenZMethod.DEFLATE); in testSevenZArchiveCreationUsingDeflate()
137 singleByteReadConsistentlyReturnsMinusOneAtEof(SevenZMethod.DEFLATE); in singleByteReadConsistentlyReturnsMinusOneAtEofUsingDeflate()
180 multiByteReadConsistentlyReturnsMinusOneAtEof(SevenZMethod.DEFLATE); in multiByteReadConsistentlyReturnsMinusOneAtEofUsingDeflate()
/external/python/httplib2/test/gzip/
D.htaccess1 AddOutputFilterByType DEFLATE text/html text/plain
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Drfc1951.txt12 DEFLATE Compressed Data Format Specification version 1.3
60 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
116 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
172 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
228 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
284 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
340 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
396 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
452 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
508 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
[all …]
Drfc1950.txt48 the DEFLATE compression method but can be easily extended to use
312 "DEFLATE Compressed Data Format Specification" by L. Peter
377 [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification",
/external/rust/crates/libz-sys/src/zlib/doc/
Drfc1951.txt12 DEFLATE Compressed Data Format Specification version 1.3
60 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
116 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
172 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
228 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
284 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
340 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
396 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
452 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
508 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
[all …]
Drfc1950.txt48 the DEFLATE compression method but can be easily extended to use
312 "DEFLATE Compressed Data Format Specification" by L. Peter
377 [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification",
/external/rust/crates/zip/src/
Dcompression.rs46 pub const DEFLATE: Self = CompressionMethod::Deflated; constant
52 pub const DEFLATE: Self = CompressionMethod::Unsupported(8); constant
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZMethod.java44 DEFLATE(new byte[] { (byte)0x04, (byte)0x01, (byte)0x08 }), enumConstant
DCoders.java54 put(SevenZMethod.DEFLATE, new DeflateDecoder());
/external/rust/crates/flate2/
DMETADATA2 description: "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports…
DCargo.toml.orig14 DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
DCargo.toml18 description = "DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSuppor…
DREADME.md6 A streaming compression/decompression library DEFLATE-based streams in Rust.
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/
DSevenZOutputFileTest.java250 testRoundTrip(SevenZMethod.DEFLATE); in testDeflateRoundtrip()
300 methods.add(new SevenZMethodConfiguration(SevenZMethod.DEFLATE)); in testStackOfContentCompressions()
310 methods.add(new SevenZMethodConfiguration(SevenZMethod.DEFLATE)); in testStackOfContentCompressionsInMemory()
320 .singletonList(new SevenZMethodConfiguration(SevenZMethod.DEFLATE, 1))); in testDeflateWithConfiguration()
DSevenZMethodConfigurationTest.java66 Assert.assertNotNull(new SevenZMethodConfiguration(SevenZMethod.DEFLATE, 42) in shouldAllowNumberForDeflate()
DSevenZFileTest.java131 test7zUnarchive(getFile("bla.deflate.7z"), SevenZMethod.DEFLATE); in test7zDeflateUnarchive()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
DCompressorStreamFactoryRoundtripTest.java38 CompressorStreamFactory.DEFLATE, // in data()
DDetectCompressorTestCase.java136 assertEquals(CompressorStreamFactory.DEFLATE, detect("bla.tar.deflatez")); in testDetect()
/external/puffin/
DREADME.md3 Source code for Puffin: A utility for deterministic DEFLATE recompression.
/external/rust/crates/libz-sys/
DREADME.md10 safe API to work with DEFLATE, zlib, or gzip streams, see
/external/rust/crates/libz-sys/src/zlib-ng/
DREADME.md203 | WITH_DFLTCC_DEFLATE | --with-dfltcc-deflate | Use DEFLATE COMPRESSION CALL instructio…
204 | WITH_DFLTCC_INFLATE | --with-dfltcc-inflate | Use DEFLATE COMPRESSION CALL instructio…

12