/external/tinycompress/ |
D | compress.c | 86 struct compress { struct 97 struct compress_ops *ops; argument 105 static int oops(struct compress *compress, int e, const char *fmt, ...) in oops() 122 const char *compress_get_error(struct compress *compress) in compress_get_error() 130 int is_compress_running(struct compress *compress) in is_compress_running() 135 int is_compress_ready(struct compress *compress) in is_compress_ready() 140 static int get_compress_version(struct compress *compress) in get_compress_version() 185 struct compress *compress; in compress_open() local 272 void compress_close(struct compress *compress) in compress_close() 285 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/icing/icing/file/ |
D | portable-file-backed-proto-log_benchmark.cc | 64 bool compress = true; in BM_Write() local 117 bool compress = true; in BM_Read() local 172 bool compress = true; in BM_Erase() local 211 bool compress = true; in BM_ComputeChecksum() local 253 bool compress = true; in BM_ComputeChecksumWithCachedChecksum() local 297 bool compress = true; in BM_ComputeChecksumOnlyForTail() local
|
D | file-backed-proto-log.h | 65 bool compress; member 87 : compress(compress_in), max_proto_size(max_proto_size_in) {} in compress() function 99 bool compress = true; member
|
/external/scapy/scapy/layers/tls/crypto/ |
D | compression.py | 46 def compress(self, s): member in Comp_NULL 59 def compress(self, s): member in Comp_Deflate 79 def compress(self, s): member in Comp_LZS
|
/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/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | Codec.java | 42 public OutputStream compress(OutputStream os) throws IOException { in compress() method in Codec.Gzip 74 public OutputStream compress(OutputStream os) throws IOException { in compress() method in Codec.Identity
|
D | Compressor.java | 39 OutputStream compress(OutputStream os) throws IOException; in compress() method
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/ |
D | BlockLZ4CompressorOutputStreamTest.java | 345 private byte[] compress(int length) throws IOException { in compress() method in BlockLZ4CompressorOutputStreamTest 349 private byte[] compress(int lengthBeforeTrailer, int... lengthOfTrailers) throws IOException { in compress() method in BlockLZ4CompressorOutputStreamTest 354 private byte[] compress(byte[] input, int... lengthOfTrailers) throws IOException { in compress() method in BlockLZ4CompressorOutputStreamTest
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Compression.cpp | 49 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib 90 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
|
D | IntEqClasses.cpp | 59 void IntEqClasses::compress() { in compress() function in IntEqClasses
|
/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/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/brotli/java/org/brotli/wrapper/enc/ |
D | Encoder.java | 159 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
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | compression_ops.py | 24 def compress(element): function
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | compress.c | 67 int Z_EXPORT PREFIX(compress)(unsigned char *dest, z_size_t *destLen, const unsigned char *source, … in PREFIX() argument
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | LZ77Compressor.java | 282 public void compress(byte[] data) throws IOException { in compress() method in LZ77Compressor 295 public void compress(byte[] data, int off, int len) throws IOException { in compress() method in LZ77Compressor 418 private void compress() throws IOException { in compress() method in LZ77Compressor
|
/external/brotli/python/ |
D | brotli.py | 26 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/zstd/tests/regression/ |
D | method.h | 48 result_t (*compress)(method_state_t* state, config_t const* config); member
|
/external/libwebsockets/win32port/zlib/ |
D | compress.c | 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 19 def compress(imgdata, width, height, bytesperpixel): function
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 19 def compress(imgdata, width, height, bytesperpixel): function
|