/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
D | DecompressionTest.java | 46 count1 = myDecompressor.decompress(segment1, 0, segment1.length, in decompressTest() 58 count2 = myDecompressor.decompress(segment2, 0, segment2.length, in decompressTest() 139 ud.decompress(null, 0, 0, null, null, 4, 0); in TestDecompress() 144 ud.decompress(null, 0, 0, null, charBufferBlank, 4, 0); in TestDecompress() 149 ud.decompress(null, 0, 0, null, charBuffer1, 4, 0); in TestDecompress() 155 ud.decompress(null, 0, 0, null, charValid, 0, 0); in TestDecompress() 160 ud.decompress(null, 0, 0, null, charValid, 1, 0); in TestDecompress() 165 ud.decompress(null, 0, 0, null, charValid, 1, 1); in TestDecompress() 170 ud.decompress(null, 0, 0, null, charValid, 0, 1); in TestDecompress() 235 ud.decompress(b, 0, b.length, null, c, 0, c.length); in TestDecompress()
|
D | ExhaustiveTest.java | 30 String res = UnicodeDecompressor.decompress(compressed); in simpleTest() 66 myCharCount = myDecompressor.decompress(myCompressed, 0, myByteCount, in myTest() 154 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | DecompressionTest.java | 42 count1 = myDecompressor.decompress(segment1, 0, segment1.length, in decompressTest() 54 count2 = myDecompressor.decompress(segment2, 0, segment2.length, in decompressTest() 135 ud.decompress(null, 0, 0, null, null, 4, 0); in TestDecompress() 140 ud.decompress(null, 0, 0, null, charBufferBlank, 4, 0); in TestDecompress() 145 ud.decompress(null, 0, 0, null, charBuffer1, 4, 0); in TestDecompress() 151 ud.decompress(null, 0, 0, null, charValid, 0, 0); in TestDecompress() 156 ud.decompress(null, 0, 0, null, charValid, 1, 0); in TestDecompress() 161 ud.decompress(null, 0, 0, null, charValid, 1, 1); in TestDecompress() 166 ud.decompress(null, 0, 0, null, charValid, 0, 1); in TestDecompress() 231 ud.decompress(b, 0, b.length, null, c, 0, c.length); in TestDecompress()
|
D | ExhaustiveTest.java | 26 String res = UnicodeDecompressor.decompress(compressed); in simpleTest() 62 myCharCount = myDecompressor.decompress(myCompressed, 0, myByteCount, in myTest() 150 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 370 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor 386 decompress(jpegBuf, jpegBufSize, dstBuf, x, y, desiredWidth, pitch, in decompress() 389 decompress(jpegBuf, jpegBufSize, dstBuf, desiredWidth, pitch, in decompress() 399 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() method in TJDecompressor 402 decompress(dstBuf, 0, 0, desiredWidth, pitch, desiredHeight, pixelFormat, in decompress() 430 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress() method in TJDecompressor 442 decompress(buf, desiredWidth, pitch, desiredHeight, pixelFormat, flags); in decompress() 677 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor 692 decompress(jpegBuf, jpegBufSize, dstBuf, x, y, desiredWidth, stride, in decompress() 712 public void decompress(BufferedImage dstImage, int flags) throws Exception { in decompress() method in TJDecompressor [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httpzlib.py | 83 decompress = zlib.decompressobj(16 + zlib.MAX_WBITS).decompress 85 decompress = zlib.decompressobj(-zlib.MAX_WBITS).decompress 86 return [decompress(c) for c in compressed_chunks]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeDecompressor.java | 114 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor 115 char [] buf = decompress(buffer, 0, buffer.length); in decompress() 128 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor 137 int charCount = comp.decompress(buffer, start, limit, null, in decompress() 165 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor 209 int count = decompress(fBuffer, 0, fBuffer.length, null, in decompress()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeDecompressor.java | 113 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor 114 char [] buf = decompress(buffer, 0, buffer.length); in decompress() 126 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor 135 int charCount = comp.decompress(buffer, start, limit, null, in decompress() 162 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor 206 int count = decompress(fBuffer, 0, fBuffer.length, null, in decompress()
|
/external/bzip2/ |
D | Makefile-libbz2_so | 34 decompress.o \ 56 decompress.o: decompress.c 57 $(CC) $(CFLAGS) -c decompress.c
|
D | dlltest.c | 71 int decompress = 0; in main() local 90 decompress = 1; in main() 119 if(decompress){ in main()
|
D | Makefile | 35 decompress.o \ 127 decompress.o: decompress.c 128 $(CC) $(CFLAGS) -c decompress.c 150 $(DISTNAME)/decompress.c \
|
D | bzip2.txt | 67 bunzip2 will correctly decompress a file which is the con- 73 You can also compress or decompress files to the standard 119 Compress or decompress to standard output. 121 -d --decompress 126 and forces bzip2 to decompress. 134 decompress them. This really performs a trial 143 bzip2 normally declines to decompress files which 214 to decompress the file. Since block sizes are stored in 235 bunzip2 will require about 3700 kbytes to decompress. To 237 bunzip2 has an option to decompress using approximately [all …]
|
D | bzip2.1.preformatted | 70 _b_u_n_z_i_p_2 will correctly decompress a file which is the con 76 You can also compress or decompress files to the standard 122 Compress or decompress to standard output. 129 and forces _b_z_i_p_2 to decompress. 137 decompress them. This really performs a trial 146 bzip2 normally declines to decompress files which 217 to decompress the file. Since block sizes are stored in 238 _b_u_n_z_i_p_2 will require about 3700 kbytes to decompress. To 240 _b_u_n_z_i_p_2 has an option to decompress using approximately 300 the integrity of the resulting files, and decompress those [all …]
|
D | Android.mk | 27 decompress.c \
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.0 | 34 decompress a filesystem without mounting it. 55 The "-dest" option specifies the directory that is used to decompress 59 Unsquashfs can decompress 3.0 filesystems. Support for 2.x and 1.x
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.hpp | 128 …void decompress (const PixelBufferAccess& dst, const TexDecompressionParams& params = TexD… 138 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const T…
|
D | tcuAstcUtil.hpp | 75 void decompress (const PixelBufferAccess& dst, const deUint8* data, CompressedTexFormat form…
|
/external/zopfli/ |
D | README | 21 This library can only compress, not decompress. Existing zlib or deflate 22 libraries can decompress the data.
|
/external/elfutils/libdwfl/ |
D | open.c | 45 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function 104 error = decompress (fd, elfp); in what_kind()
|
/external/zlib/src/contrib/puff/ |
D | README | 8 puff.c provides the routine puff() to decompress the deflate data format. It 37 Then you can call puff() to decompress a deflate stream that is in memory in 46 that in order to decompress the deflate data successfully, you need to know
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3604 struct decompress_state *decompress = &ctx->Meta->Decompress; in decompress_texture_image() local 3641 if (decompress->FBO == 0) { in decompress_texture_image() 3642 _mesa_GenFramebuffersEXT(1, &decompress->FBO); in decompress_texture_image() 3643 _mesa_GenRenderbuffersEXT(1, &decompress->RBO); in decompress_texture_image() 3644 _mesa_BindFramebufferEXT(GL_FRAMEBUFFER_EXT, decompress->FBO); in decompress_texture_image() 3645 _mesa_BindRenderbufferEXT(GL_RENDERBUFFER_EXT, decompress->RBO); in decompress_texture_image() 3649 decompress->RBO); in decompress_texture_image() 3652 _mesa_BindFramebufferEXT(GL_FRAMEBUFFER_EXT, decompress->FBO); in decompress_texture_image() 3656 if (width > decompress->Width || height > decompress->Height) { in decompress_texture_image() 3657 _mesa_BindRenderbufferEXT(GL_RENDERBUFFER_EXT, decompress->RBO); in decompress_texture_image() [all …]
|
/external/jsoncpp/ |
D | makerelease.py | 318 tarball.decompress( doc_tarball_path, doc_distcheck_dir ) 343 tarball.decompress( source_tarball_path, distcheck_dir ) 348 tarball.decompress( scons_local_path, distcheck_top_dir )
|
/external/libjpeg-turbo/java/ |
D | README | 15 decompress JPEG images in memory. 23 decompress, or transform operations. However, if you use these methods, then
|
/external/lz4/programs/ |
D | lz4cat.1 | 22 \fBlz4cat\fR decompress input file or stream, redirecting its output to the console.
|
/external/jsoncpp/devtools/ |
D | tarball.py | 44 def decompress( tarball_path, base_dir ): function
|