/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/skia/bench/ |
D | ETCBitmapBench.cpp | 122 ETCBitmapBench(bool decompress, Backend backend) in ETCBitmapBench() argument 123 : fDecompress(decompress), fBackend(backend) { } in ETCBitmapBench() 173 bool decompress() const { return fDecompress; } in decompress() function in ETCBitmapBench 186 ETCBitmapUploadBench(bool decompress, Backend backend) in ETCBitmapUploadBench() argument 187 : ETCBitmapBench(decompress, backend) { } in ETCBitmapUploadBench() 192 if (this->decompress()) { in onGetName() 199 if (this->decompress()) { in onGetName()
|
/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/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 | 28 decompress.c \
|
D | makefile.msc | 14 decompress.obj \
|
/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…
|
/external/zopfli/ |
D | README | 21 This library can only compress, not decompress. Existing zlib or deflate 22 libraries can decompress the data.
|
/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/elfutils/src/libdwfl/ |
D | open.c | 49 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function 110 error = decompress (fd, elfp); in what_kind()
|
/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 | 314 tarball.decompress( doc_tarball_path, doc_distcheck_dir ) 339 tarball.decompress( source_tarball_path, distcheck_dir ) 344 tarball.decompress( scons_local_path, distcheck_top_dir )
|
/external/lz4/programs/ |
D | lz4cat.1 | 22 \fBlz4cat\fR decompress input file or stream, redirecting its output to the console.
|
/external/v8/tools/testrunner/server/ |
D | compression.py | 89 result = zlib.decompress(result)
|
/external/ppp/pppd/include/net/ |
D | ppp-comp.h | 86 int (*decompress) __P((void *state, PACKETPTR mp, member
|
/external/lzma/ |
D | 7zC.txt | 43 In that example 7-Zip will use 512KB solid blocks. So it needs to decompress only 139 If you need to decompress more than one file, you can send these values from previous call:
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 872 unsigned decompress(std::vector<unsigned char>& out, const unsigned char* in, size_t insize, 876 unsigned decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in,
|
D | lodepng_util.cpp | 195 error = lodepng::decompress(data, &zdata[0], zdata.size()); in getFilterTypesInterlaced() 550 …int decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in) //returns er… in decompress() function 609 error = zlib.decompress(out, idat); in decode()
|
/external/sonivox/jet_tools/JetCreator/ |
D | img_Paste.py | 9 return zlib.decompress(
|