Home
last modified time | relevance | path

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

12

/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/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/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/
Dlzma.py331 def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None): function
Dbz2.py324 def decompress(data): 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/Modules/
D_bz2module.c493 decompress(BZ2Decompressor *d, char *data, size_t len, Py_ssize_t max_length) in decompress() function
D_lzmamodule.c988 decompress(Decompressor *d, uint8_t *data, size_t len, Py_ssize_t max_length) in decompress() function
/third_party/python/Lib/test/
Dtest_zlib.py766 decompress = lambda s: d.decompress(s) + d.flush() 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
/third_party/backends/backend/
Dxerox_mfp.c101 static int decompress(struct device __sane_unused__ *dev, in decompress() function
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp2498 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const T… in decompress() function
2576 void CompressedTexture::decompress (const PixelBufferAccess& dst, const TexDecompressionParams& par… in decompress() function in tcu::CompressedTexture
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp1245 void Image::decompress(const VkImageSubresource &subresource) const in decompress() function in vk::Image

12