Home
last modified time | relevance | path

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

123

/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/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/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/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/v8/third_party/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/node/deps/zlib/
Dcompress.c63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() function
/third_party/zlib/
Dcompress.c63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() function
/third_party/skia/third_party/externals/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/node/test/parallel/
Dtest-zlib-flush-write-sync-interleaved.js11 const compress = createGzip(); constant
/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/openssl/crypto/comp/
Dcomp_local.h15 int (*compress) (COMP_CTX *ctx, member
/third_party/node/deps/openssl/openssl/crypto/comp/
Dcomp_local.h15 int (*compress) (COMP_CTX *ctx, member
/third_party/python/Tools/ccbench/
Dccbench.py103 def compress(s): function
113 def compress(s): function
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dpolicy.js21 compress: request.compress, property
/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/
Dbz2.py313 def compress(data, compresslevel=9): function
Dlzma.py319 def compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None): function
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dindex.js212 compress: request.compress, property
/third_party/python/Lib/test/
Dtest_zlib.py235 compress = lambda s: zlib.compress(s, 1) function
760 compress = lambda s: c.compress(s) + c.flush() function

123