Home
last modified time | relevance | path

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

12

/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/syslinux/gpxe/src/arch/i386/prefix/
Dunnrv2b.S96 .globl decompress symbol
97 decompress: label
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java371 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
400 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() method in TJDecompressor
431 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress() method in TJDecompressor
679 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
714 public void decompress(BufferedImage dstImage, int flags) in decompress() method in TJDecompressor
822 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress() method in TJDecompressor
863 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() method in TJDecompressor
867 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() method in TJDecompressor
872 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() method in TJDecompressor
876 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/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/bzip2/
Ddlltest.c71 int decompress = 0; in main() local
/external/elfutils/libdwfl/
Dopen.c45 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function
/external/brotli/java/org/brotli/dec/
DDecodeTest.java25 private byte[] decompress(byte[] data, boolean byByte) throws IOException { in decompress() method in DecodeTest
DSynthTest.java27 private byte[] decompress(byte[] data) throws IOException { in decompress() method in SynthTest
DDecode.java595 static void decompress(State state) { in decompress() method in Decode
/external/python/cpython2/Lib/test/
Dtest_bz2.py28 def decompress(self, data): member in BaseTest
43 def decompress(self, data): member in BaseTest
Dtest_zlib.py601 decompress = lambda s: d.decompress(s) + d.flush() function
/external/xz-embedded/linux/lib/
Ddecompress_unxz.c397 #define decompress unxz macro
/external/brotli/tools/
Dbro.c84 int *decompress, in ParseArgv()
462 int decompress = 0; in main() local
/external/ppp/pppd/include/net/
Dppp-comp.h86 int (*decompress) __P((void *state, PACKETPTR mp, member
/external/python/cpython2/Modules/
Dzipimport.c889 PyObject *decompress; in get_decompress_func() local
918 PyObject *raw_data = NULL, *data, *decompress; in get_data() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1048 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const T… in decompress() function
1126 void CompressedTexture::decompress (const PixelBufferAccess& dst, const TexDecompressionParams& par… in decompress() function in tcu::CompressedTexture
/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.cpp550 …int decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in) //returns er… in decompress() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2960 struct decompress_state *decompress) in meta_decompress_cleanup()
2993 struct decompress_state *decompress = &ctx->Meta->Decompress; in decompress_texture_image() local
/external/libvncserver/webclients/novnc/include/
Drfb.js1589 var decompress = function (data) { method
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c2278 static int JPEGInitializeLibJPEG( TIFF * tif, int decompress ) in JPEGInitializeLibJPEG()

12