Home
last modified time | relevance | path

Searched defs:compress (Results 1 – 25 of 67) sorted by relevance

123

/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/scripts/
Dbundle.js10 , compress = process.argv[4]; variable
34 compress: {}, property
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java329 public void compress(byte[] dstBuf, int flags) throws TJException { in compress() method in TJCompressor
379 public byte[] compress(int flags) throws TJException { in compress() method in TJCompressor
393 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() method in TJCompressor
406 public byte[] compress(BufferedImage srcImage, int flags) in compress() method in TJCompressor
597 private native int compress(byte[] srcBuf, int width, int pitch, in compress() method in TJCompressor
602 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
608 private native int compress(int[] srcBuf, int width, int stride, in compress() method in TJCompressor
613 private native int compress(int[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java329 public void compress(byte[] dstBuf, int flags) throws TJException { in compress() method in TJCompressor
379 public byte[] compress(int flags) throws TJException { in compress() method in TJCompressor
400 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() method in TJCompressor
413 public byte[] compress(BufferedImage srcImage, int flags) in compress() method in TJCompressor
604 private native int compress(byte[] srcBuf, int width, int pitch, in compress() method in TJCompressor
609 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
615 private native int compress(int[] srcBuf, int width, int stride, in compress() method in TJCompressor
620 private native int compress(int[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCompression.cpp49 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
90 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
DIntEqClasses.cpp59 void IntEqClasses::compress() { in compress() function in IntEqClasses
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoder.java159 public static byte[] compress(byte[] data, Parameters params) throws IOException { in compress() method in Encoder
202 public static byte[] compress(byte[] data) throws IOException { in compress() method in Encoder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeCompressor.java302 public static byte [] compress(String buffer) in compress() method in UnicodeCompressor
315 public static byte [] compress(char [] buffer, in compress() method in UnicodeCompressor
355 public int compress(char [] charBuffer, in compress() method in UnicodeCompressor
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeCompressor.java303 public static byte [] compress(String buffer) in compress() method in UnicodeCompressor
317 public static byte [] compress(char [] buffer, in compress() method in UnicodeCompressor
358 public int compress(char [] charBuffer, in compress() method in UnicodeCompressor
/third_party/skia/third_party/externals/brotli/python/
Dbrotli.py26 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0): function
/third_party/libwebsockets/win32port/zlib/
Dcompress.c62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/node/deps/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/flutter/skia/third_party/externals/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/skia/third_party/externals/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c462 const gchar * referer, gboolean compress, in gst_uri_downloader_set_uri()
536 const gchar * uri, const gchar * referer, gboolean compress, in gst_uri_downloader_fetch_uri()
554 downloader, const gchar * uri, const gchar * referer, gboolean compress, in gst_uri_downloader_fetch_uri_with_range()
/third_party/node/test/parallel/
Dtest-zlib-flush-write-sync-interleaved.js11 const compress = createGzip(); constant
/third_party/openssl/crypto/comp/
Dcomp_local.h15 int (*compress) (COMP_CTX *ctx, member
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxWriter.java49 public byte[] compress(Font sfntlyFont) { in compress() method in MtxWriter
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxWriter.java49 public byte[] compress(Font sfntlyFont) { in compress() method in MtxWriter
/third_party/python/Tools/ccbench/
Dccbench.py103 def compress(s): function
113 def compress(s): function
/third_party/python/Lib/distutils/
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
/third_party/zlib/contrib/ada/
Dzlib-thin.ads160 function compress subprogspec
/third_party/rust/crates/cxx/src/
Dsip.rs42 macro_rules! compress { macro
/third_party/zlib/contrib/pascal/
Dzlibpas.pas144 function compress(dest: PChar; var destLen: LongInt; in compress() function
190 function compress; external; in compress() function
/third_party/python/Lib/
Dlzma.py319 def compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None): function

123