/third_party/node/test/parallel/ |
D | test-zlib-deflate-constructors.js | 9 assert.ok(zlib.Deflate() instanceof zlib.Deflate); 10 assert.ok(new zlib.Deflate() instanceof zlib.Deflate); 17 () => new zlib.Deflate({ chunkSize: 'test' }), 27 () => new zlib.Deflate({ chunkSize: -Infinity }), 37 () => new zlib.Deflate({ chunkSize: 0 }), 51 () => new zlib.Deflate({ windowBits: 'test' }), 61 () => new zlib.Deflate({ windowBits: -Infinity }), 71 () => new zlib.Deflate({ windowBits: Infinity }), 81 () => new zlib.Deflate({ windowBits: 0 }), 92 () => new zlib.Deflate({ level: 'test' }), [all …]
|
D | test-zlib.js | 39 [zlib.Deflate, zlib.Inflate], 41 [zlib.Deflate, zlib.Unzip],
|
/third_party/zlib/contrib/ada/ |
D | mtest.adb | 42 Deflate : Filter_Type; variable 117 Deflate_Init (Deflate); 123 Translate (Deflate); 133 & ZLib.Count'Image (Total_Out (Deflate))); 135 Close (Deflate);
|
D | zlib-thin.ads | 125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec 388 pragma Import (C, Deflate, "deflate");
|
D | zlib.adb | 77 := (True => (Step => Thin.Deflate'Access,
|
/third_party/node/lib/ |
D | zlib.js | 726 function Deflate(opts) { class 727 if (!(this instanceof Deflate)) 728 return new Deflate(opts); 731 ObjectSetPrototypeOf(Deflate.prototype, Zlib.prototype); 732 ObjectSetPrototypeOf(Deflate, Zlib); 886 Deflate, property 898 deflate: createConvenienceMethod(Deflate, false), 899 deflateSync: createConvenienceMethod(Deflate, true), 919 createDeflate: createProperty(Deflate),
|
/third_party/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 251 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream 283 zerror_ = Deflate(Z_NO_FLUSH); in Next() 309 zerror_ = Deflate(Z_FULL_FLUSH); in Flush() 321 zerror_ = Deflate(Z_FINISH); in Close()
|
D | gzip_stream.h | 191 int Deflate(int flush);
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | index.js | 233 class Deflate extends Zlib { class 303 exports.Deflate = Deflate
|
D | README.md | 17 use as one-liners: `new zlib.Deflate().end(data).read()` will return the 35 - Deflate
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 171 #region Deflate tests
|
/third_party/node/doc/api/ |
D | zlib.md | 10 Deflate/Inflate, and Brotli. 581 ## Class: `zlib.Deflate` 650 Decompress either a Gzip- or Deflate-compressed stream by auto-detecting 780 Creates and returns a new [`Deflate`][] object. 939 Compress a chunk of data with [`Deflate`][]. 1185 [`Deflate`]: #zlib_class_zlib_deflate
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | benchmarks.md | 78 # Deflate (including gzip and zlib)
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | README.md | 1 # Deflate chapter 3 Deflate is a general purpose compression format, using Huffman codes and
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a2.rst | 325 In the zlib module, allow decompressing raw Deflate streams with a
|
D | 3.5.2rc1.rst | 469 In the zlib module, allow decompressing raw Deflate streams with a
|
/third_party/libexif/po/ |
D | ms.po | 1940 msgid "Deflate/ZIP compression" 1941 msgstr "Pemampatan Deflate/ZIP"
|
D | ru.po | 1955 msgid "Deflate/ZIP compression" 1956 msgstr "Сжатие Deflate/ZIP"
|
D | ja.po | 1908 msgid "Deflate/ZIP compression" 1909 msgstr "Deflate/ZIP 圧縮"
|
D | sr.po | 1932 msgid "Deflate/ZIP compression" 1933 msgstr "„Deflate/ZIP“ запакивање"
|
D | tr.po | 1955 msgid "Deflate/ZIP compression" 1956 msgstr "Deflate/ZIP sıkıştırma"
|
D | uk.po | 1935 msgid "Deflate/ZIP compression" 1936 msgstr "Стискання Deflate/ZIP"
|
D | cs.po | 1911 msgid "Deflate/ZIP compression" 1912 msgstr "Komprese Deflate/ZIP"
|
D | sv.po | 1925 msgid "Deflate/ZIP compression" 1926 msgstr "Deflate/ZIP-komprimering"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 2130 // Deflate conversion call.
|