/external/tinycompress/ |
D | compress.c | 84 struct compress { struct 96 static int oops(struct compress *compress, int e, const char *fmt, ...) in oops() 113 const char *compress_get_error(struct compress *compress) in compress_get_error() 121 int is_compress_running(struct compress *compress) in is_compress_running() 126 int is_compress_ready(struct compress *compress) in is_compress_ready() 131 static int get_compress_version(struct compress *compress) in get_compress_version() 142 static bool _is_codec_supported(struct compress *compress, struct compr_config *config, in _is_codec_supported() 218 struct compress *compress; in compress_open() local 301 void compress_close(struct compress *compress) in compress_close() 314 int compress_get_hpointer(struct compress *compress, in compress_get_hpointer() [all …]
|
D | cplay.c | 138 static int print_time(struct compress *compress) in print_time() 204 struct compress *compress; in play_samples() local
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | profiler.py | 15 def _GetResults(trace_results, controller, output, compress, write_json, argument 62 compress=False, write_json=False): argument
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 49 zlib::Status zlib::compress(StringRef InputBuffer, in compress() function in zlib 85 zlib::Status zlib::compress(StringRef InputBuffer, in compress() function in zlib
|
D | IntEqClasses.cpp | 60 void IntEqClasses::compress() { in compress() function in IntEqClasses
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
D | Compressor.java | 33 public void compress(InputStream uncompressedIn, OutputStream compressedOut) throws IOException; in compress() method
|
D | DeflateCompressor.java | 224 public void compress(InputStream uncompressedIn, OutputStream compressedOut) throws IOException { in compress() method in DeflateCompressor
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 327 public void compress(byte[] dstBuf, int flags) throws TJException { in compress() method in TJCompressor 377 public byte[] compress(int flags) throws TJException { in compress() method in TJCompressor 390 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() method in TJCompressor 402 public byte[] compress(BufferedImage srcImage, int flags) in compress() method in TJCompressor 586 private native int compress(byte[] srcBuf, int width, int pitch, in compress() method in TJCompressor 590 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() method in TJCompressor 595 private native int compress(int[] srcBuf, int width, int stride, in compress() method in TJCompressor 599 private native int compress(int[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeCompressor.java | 302 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
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeCompressor.java | 303 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
|
/external/brotli/python/ |
D | brotli.py | 23 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0, function
|
/external/caliper/examples/src/main/java/examples/ |
D | CompressionSizeBenchmark.java | 68 private byte[] compress(byte[] bytes) { in compress() method in CompressionSizeBenchmark
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | IntEqClasses.cpp | 53 void IntEqClasses::compress() { in compress() function in IntEqClasses
|
/external/syslinux/com32/lib/zlib/ |
D | compress.c | 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
|
/external/zlib/src/ |
D | compress.c | 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
|
/external/python/cpython2/Modules/zlib/ |
D | compress.c | 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
|
/external/pdfium/third_party/zlib_v128/ |
D | compress.c | 62 int ZEXPORT compress ( in compress() function
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 19 def compress(imgdata, width, height, bytesperpixel): function
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 19 def compress(imgdata, width, height, bytesperpixel): function
|
/external/python/cpython2/Demo/zlib/ |
D | minigzip.py | 25 def compress (filename, input, output): function
|
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.h | 64 int (*compress) (const lzo_bytep, lzo_uint, lzo_bytep, lzo_uintp, member
|
/external/python/cpython2/Tools/ccbench/ |
D | ccbench.py | 112 def compress(s): function 122 def compress(s): function
|
/external/python/cpython2/Lib/distutils/ |
D | archive_util.py | 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
|
/external/ImageMagick/MagickWand/ |
D | stream.c | 368 compress; in StreamImageCommand() local
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 160 function compress subprogspec
|