Home
last modified time | relevance | path

Searched refs:Deflate (Results 1 – 25 of 47) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-zlib-deflate-constructors.js9 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 …]
Dtest-zlib.js39 [zlib.Deflate, zlib.Inflate],
41 [zlib.Deflate, zlib.Unzip],
/third_party/zlib/contrib/ada/
Dmtest.adb42 Deflate : Filter_Type; variable
117 Deflate_Init (Deflate);
123 Translate (Deflate);
133 & ZLib.Count'Image (Total_Out (Deflate)));
135 Close (Deflate);
Dzlib-thin.ads125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
388 pragma Import (C, Deflate, "deflate");
Dzlib.adb77 := (True => (Step => Thin.Deflate'Access,
/third_party/node/lib/
Dzlib.js726 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/
Dgzip_stream.cc251 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()
Dgzip_stream.h191 int Deflate(int flush);
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js233 class Deflate extends Zlib { class
303 exports.Deflate = Deflate
DREADME.md17 use as one-liners: `new zlib.Deflate().end(data).read()` will return the
35 - Deflate
/third_party/zlib/contrib/dotzlib/DotZLib/
DUnitTests.cs171 #region Deflate tests
/third_party/node/doc/api/
Dzlib.md10 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/
Dbenchmarks.md78 # Deflate (including gzip and zlib)
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/
DREADME.md1 # Deflate chapter
3 Deflate is a general purpose compression format, using Huffman codes and
/third_party/python/Misc/NEWS.d/
D3.6.0a2.rst325 In the zlib module, allow decompressing raw Deflate streams with a
D3.5.2rc1.rst469 In the zlib module, allow decompressing raw Deflate streams with a
/third_party/libexif/po/
Dms.po1940 msgid "Deflate/ZIP compression"
1941 msgstr "Pemampatan Deflate/ZIP"
Dru.po1955 msgid "Deflate/ZIP compression"
1956 msgstr "Сжатие Deflate/ZIP"
Dja.po1908 msgid "Deflate/ZIP compression"
1909 msgstr "Deflate/ZIP 圧縮"
Dsr.po1932 msgid "Deflate/ZIP compression"
1933 msgstr "„Deflate/ZIP“ запакивање"
Dtr.po1955 msgid "Deflate/ZIP compression"
1956 msgstr "Deflate/ZIP sıkıştırma"
Duk.po1935 msgid "Deflate/ZIP compression"
1936 msgstr "Стискання Deflate/ZIP"
Dcs.po1911 msgid "Deflate/ZIP compression"
1912 msgstr "Komprese Deflate/ZIP"
Dsv.po1925 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/
DSystemZInstrInfo.td2130 // Deflate conversion call.

12