Home
last modified time | relevance | path

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

123

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCodec.java47 public InputStream decompress(InputStream is) throws IOException { in decompress() method in Codec.Gzip
64 public InputStream decompress(InputStream is) throws IOException { in decompress() method in Codec.Identity
DDecompressor.java39 InputStream decompress(InputStream is) throws IOException; in decompress() method
/external/scapy/scapy/layers/tls/crypto/
Dcompression.py49 def decompress(self, s): member in Comp_NULL
64 def decompress(self, s): member in Comp_Deflate
83 def decompress(self, s): member in Comp_LZS
/external/icu/android_icu4j/src/main/java/android/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
/external/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
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java377 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() method in TJDecompressor
438 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress() method in TJDecompressor
696 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
735 public void decompress(BufferedImage dstImage, int flags) in decompress() method in TJDecompressor
843 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress() method in TJDecompressor
885 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() method in TJDecompressor
889 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() method in TJDecompressor
894 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() method in TJDecompressor
898 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress() method in TJDecompressor
/external/brotli/python/
Dbrotli.py53 decompress = _brotli.decompress variable
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DDecompressorRegistryTest.java91 public InputStream decompress(InputStream is) throws IOException { in decompress() method in DecompressorRegistryTest.Dummy
/external/jsoncpp/devtools/
Dtarball.py44 def decompress( tarball_path, base_dir ): function
/external/python/cpython2/Lib/plat-irix5/
Djpeg.py42 def decompress(jpegdata): function
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py42 def decompress(jpegdata): function
/external/python/cpython2/Demo/zlib/
Dminigzip.py49 def decompress (input, output): function
/external/fonttools/Lib/fontTools/ttLib/tables/
DgrUtils.py11 def decompress(data): function
/external/xz-java/src/
DTestAllocSpeed.java58 private void decompress() throws IOException { in decompress() method in TestAllocSpeed
/external/brotli/java/org/brotli/dec/
DDecodeTest.java32 private byte[] decompress(byte[] data, boolean byByte) throws IOException { in decompress() method in DecodeTest
DSynthTest.java33 private byte[] decompress(byte[] data) throws IOException { in decompress() method in SynthTest
/external/bzip2/
Ddlltest.c71 int decompress = 0; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DDecompressor.cpp91 Error Decompressor::decompress(MutableArrayRef<char> Buffer) { in decompress() function in Decompressor
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression.h57 bool (*decompress)(grpc_stream_compression_context* ctx, member
/external/brotli/java/org/brotli/wrapper/dec/
DDecoder.java138 public static byte[] decompress(byte[] data) throws IOException { in decompress() method in Decoder
/external/u-boot/lib/efi_selftest/
Defi_selftest_startimage_return.c48 static efi_status_t decompress(u8 **image) in decompress() function
Defi_selftest_startimage_exit.c48 static efi_status_t decompress(u8 **image) in decompress() function
/external/elfutils/libdwfl/
Dopen.c49 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function
/external/python/cpython2/Lib/test/
Dtest_bz2.py28 def decompress(self, data): member in BaseTest
43 def decompress(self, data): member in BaseTest
/external/xz-embedded/linux/lib/
Ddecompress_unxz.c397 #define decompress unxz macro

123