Home
last modified time | relevance | path

Searched defs:decompress (Results 1 – 25 of 31) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeDecompressor.java116 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor
130 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor
167 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeDecompressor.java115 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor
128 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor
164 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
/third_party/node/test/parallel/
Dtest-zlib-close-after-error.js8 const decompress = zlib.createGunzip(15); constant
Dtest-zlib-destroy.js23 const decompress = zlib.createGunzip(15); constant
Dtest-zlib-brotli-from-brotli.js14 const decompress = new zlib.BrotliDecompress(); constant
Dtest-zlib-flush-write-sync-interleaved.js12 const decompress = createGunzip(); constant
/third_party/skia/third_party/externals/brotli/python/
Dbrotli.py53 decompress = _brotli.decompress variable
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecodeTest.java32 private byte[] decompress(byte[] data, boolean byByte) throws IOException { in decompress() method in DecodeTest
DSynthTest.java34 private byte[] decompress(byte[] data) throws IOException { in decompress() method in SynthTest
/third_party/lz4/ossfuzz/
Ddecompress_frame_fuzzer.c18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() function
Dround_trip_frame_uncompressed_fuzzer.c18 static void decompress(LZ4F_dctx *dctx, void *src, void *dst, in decompress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DDecompressor.cpp95 Error Decompressor::decompress(MutableArrayRef<char> Buffer) { in decompress() function in Decompressor
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoder.java138 public static byte[] decompress(byte[] data) throws IOException { in decompress() method in Decoder
/third_party/astc-encoder/Test/
Dastc_test_competitive.py65 def decompress(in_image, out_image): function
/third_party/ffmpeg/libavcodec/
Dvbndec.c46 static int decompress(AVCodecContext *avctx, GetByteContext *gb, in decompress() function
Dprosumer.c49 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress() function
/third_party/elfutils/libdwfl/
Dopen.c52 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function
/third_party/python/Lib/
Dbz2.py324 def decompress(data): function
Dlzma.py331 def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None): function
Dgzip.py594 def decompress(data): function
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c85 unsigned int decompress:1; /* 0 = direct from file */ member
/third_party/python/Lib/test/
Dtest_zlib.py766 decompress = lambda s: d.decompress(s) + d.flush() function
/third_party/python/Modules/
D_bz2module.c493 decompress(BZ2Decompressor *d, char *data, size_t len, Py_ssize_t max_length) in decompress() function
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js933 function decompress(s) { function in BrotliDecodeClosure
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c100 BROTLI_BOOL decompress; member

12