Home
last modified time | relevance | path

Searched refs:CompressLevel (Results 1 – 13 of 13) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_zlib.js24 export const CompressLevel = { variable
38 level: CompressLevel,
46 CompressLevel, property
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DUnitTests.cs175 using (Deflater def = new Deflater(CompressLevel.Default)) in Deflate_Init()
201 using (Deflater def = new Deflater((CompressLevel)5)) in Deflate_Compress()
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best)) in GZipStream_WriteRead()
DDeflater.cs38 public Deflater(CompressLevel level) : base() in Deflater()
DDotZLib.cs61 public enum CompressLevel : int enum
DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DUnitTests.cs175 using (Deflater def = new Deflater(CompressLevel.Default)) in Deflate_Init()
201 using (Deflater def = new Deflater((CompressLevel)5)) in Deflate_Compress()
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best)) in GZipStream_WriteRead()
DDeflater.cs38 public Deflater(CompressLevel level) : base() in Deflater()
DDotZLib.cs61 public enum CompressLevel : int enum
DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream()
/third_party/zlib/contrib/dotzlib/DotZLib/
DUnitTests.cs175 using (Deflater def = new Deflater(CompressLevel.Default)) in Deflate_Init()
201 using (Deflater def = new Deflater((CompressLevel)5)) in Deflate_Compress()
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best)) in GZipStream_WriteRead()
DDeflater.cs38 public Deflater(CompressLevel level) : base() in Deflater()
DDotZLib.cs61 public enum CompressLevel : int enum
DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream()