/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeDecompressor.java | 115 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/ |
D | UnicodeDecompressor.java | 116 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/ |
D | unnrv2b.S | 96 .globl decompress symbol 97 decompress: label
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 371 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/ |
D | brotli.py | 53 decompress = _brotli.decompress variable
|
/external/jsoncpp/devtools/ |
D | tarball.py | 44 def decompress( tarball_path, base_dir ): function
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 42 def decompress(jpegdata): function
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 42 def decompress(jpegdata): function
|
/external/python/cpython2/Demo/zlib/ |
D | minigzip.py | 49 def decompress (input, output): function
|
/external/bzip2/ |
D | dlltest.c | 71 int decompress = 0; in main() local
|
/external/elfutils/libdwfl/ |
D | open.c | 45 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function
|
/external/brotli/java/org/brotli/dec/ |
D | DecodeTest.java | 25 private byte[] decompress(byte[] data, boolean byByte) throws IOException { in decompress() method in DecodeTest
|
D | SynthTest.java | 27 private byte[] decompress(byte[] data) throws IOException { in decompress() method in SynthTest
|
D | Decode.java | 595 static void decompress(State state) { in decompress() method in Decode
|
/external/python/cpython2/Lib/test/ |
D | test_bz2.py | 28 def decompress(self, data): member in BaseTest 43 def decompress(self, data): member in BaseTest
|
D | test_zlib.py | 601 decompress = lambda s: d.decompress(s) + d.flush() function
|
/external/xz-embedded/linux/lib/ |
D | decompress_unxz.c | 397 #define decompress unxz macro
|
/external/brotli/tools/ |
D | bro.c | 84 int *decompress, in ParseArgv() 462 int decompress = 0; in main() local
|
/external/ppp/pppd/include/net/ |
D | ppp-comp.h | 86 int (*decompress) __P((void *state, PACKETPTR mp, member
|
/external/python/cpython2/Modules/ |
D | zipimport.c | 889 PyObject *decompress; in get_decompress_func() local 918 PyObject *raw_data = NULL, *data, *decompress; in get_data() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1048 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/ |
D | lodepng_util.cpp | 550 …int decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in) //returns er… in decompress() function
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2960 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/ |
D | rfb.js | 1589 var decompress = function (data) { method
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 2278 static int JPEGInitializeLibJPEG( TIFF * tif, int decompress ) in JPEGInitializeLibJPEG()
|