Home
last modified time | relevance | path

Searched refs:decompress (Results 1 – 25 of 73) sorted by relevance

123

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DDecompressionTest.java42 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()
DExhaustiveTest.java26 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/
DETCBitmapBench.cpp122 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/
DUnicodeDecompressor.java114 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/
DMakefile-libbz2_so34 decompress.o \
56 decompress.o: decompress.c
57 $(CC) $(CFLAGS) -c decompress.c
Ddlltest.c71 int decompress = 0; in main() local
90 decompress = 1; in main()
119 if(decompress){ in main()
DMakefile35 decompress.o \
127 decompress.o: decompress.c
128 $(CC) $(CFLAGS) -c decompress.c
150 $(DISTNAME)/decompress.c \
Dbzip2.txt67 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 …]
Dbzip2.1.preformatted70 _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 …]
DAndroid.mk28 decompress.c \
Dmakefile.msc14 decompress.obj \
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.034 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/
DtcuCompressedTexture.hpp128 …void decompress (const PixelBufferAccess& dst, const TexDecompressionParams& params = TexD…
138 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const T…
/external/zopfli/
DREADME21 This library can only compress, not decompress. Existing zlib or deflate
22 libraries can decompress the data.
/external/zlib/src/contrib/puff/
DREADME8 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/
Dopen.c49 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function
110 error = decompress (fd, elfp); in what_kind()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3604 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/
Dmakerelease.py314 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/
Dlz4cat.122 \fBlz4cat\fR decompress input file or stream, redirecting its output to the console.
/external/v8/tools/testrunner/server/
Dcompression.py89 result = zlib.decompress(result)
/external/ppp/pppd/include/net/
Dppp-comp.h86 int (*decompress) __P((void *state, PACKETPTR mp, member
/external/lzma/
D7zC.txt43 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/
Dlodepng.h872 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,
Dlodepng_util.cpp195 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/
Dimg_Paste.py9 return zlib.decompress(

123