HomeSort by relevance Sort by last modified time
    Searched defs:decompress (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/jsoncpp/devtools/
tarball.py 44 def decompress( tarball_path, base_dir ): function
45 """Decompress the gzipped tarball into directory base_dir.
  /external/elfutils/libdwfl/
open.c 45 decompress (int fd __attribute__ ((unused)), Elf **elf) function
104 error = decompress (fd, elfp);
  /external/bzip2/
dlltest.c 71 int decompress = 0; local
90 decompress = 1;
119 if(decompress){
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeDecompressor.java 20 * straightforward manner to decompress simple strings:</P>
24 * String result = UnicodeDecompressor.decompress(compressed);
33 * // Decompress an array "bytes" of length "len" using a buffer of 512 chars
46 * charsWritten = myDecompressor.decompress(bytes, totalBytesDecompressed,
108 * Decompress a byte array into a String.
109 * @param buffer The byte array to decompress.
111 * @see #decompress(byte [], int, int)
113 public static String decompress(byte [] buffer){ method in class:UnicodeDecompressor
114 char [] buf = decompress(buffer, 0, buffer.length);
119 * Decompress a byte array into a Unicode character array
126 public static char [] decompress(byte [] buffer, int start, int limit) { method in class:UnicodeDecompressor
162 public int decompress(byte [] byteBuffer, method in class:UnicodeDecompressor
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DecompressionTest.java 37 /** Decompress the two segments */
46 count1 = myDecompressor.decompress(segment1, 0, segment1.length,
58 count2 = myDecompressor.decompress(segment2, 0, segment2.length,
128 * public int decompress(***
139 ud.decompress(null, 0, 0, null, null, 4, 0);
140 errln("UnicodeDecompressor.decompress was suppose to return an exception.");
144 ud.decompress(null, 0, 0, null, charBufferBlank, 4, 0);
145 errln("UnicodeDecompressor.decompress was suppose to return an exception.");
149 ud.decompress(null, 0, 0, null, charBuffer1, 4, 0);
150 errln("UnicodeDecompressor.decompress was suppose to return an exception.")
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java 19 * straightforward manner to decompress simple strings:</P>
23 * String result = UnicodeDecompressor.decompress(compressed);
32 * // Decompress an array "bytes" of length "len" using a buffer of 512 chars
45 * charsWritten = myDecompressor.decompress(bytes, totalBytesDecompressed,
108 * Decompress a byte array into a String.
109 * @param buffer The byte array to decompress.
111 * @see #decompress(byte [], int, int)
114 public static String decompress(byte [] buffer){ method in class:UnicodeDecompressor
115 char [] buf = decompress(buffer, 0, buffer.length);
120 * Decompress a byte array into a Unicode character array
128 public static char [] decompress(byte [] buffer, int start, int limit) { method in class:UnicodeDecompressor
165 public int decompress(byte [] byteBuffer, method in class:UnicodeDecompressor
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DecompressionTest.java 33 /** Decompress the two segments */
42 count1 = myDecompressor.decompress(segment1, 0, segment1.length,
54 count2 = myDecompressor.decompress(segment2, 0, segment2.length,
124 * public int decompress(***
135 ud.decompress(null, 0, 0, null, null, 4, 0);
136 errln("UnicodeDecompressor.decompress was suppose to return an exception.");
140 ud.decompress(null, 0, 0, null, charBufferBlank, 4, 0);
141 errln("UnicodeDecompressor.decompress was suppose to return an exception.");
145 ud.decompress(null, 0, 0, null, charBuffer1, 4, 0);
146 errln("UnicodeDecompressor.decompress was suppose to return an exception.")
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtypeArray.java 125 * <p>This methods may take a bit additional time to decompress data lazily when called
140 decompress(mCompressedData, mDecompressedSize);
147 Slog.e(TAG, "Failed to decompress data. Returns null as fallback.");
212 private static byte[] decompress(final byte[] data, final int expectedSize) { method in class:InputMethodSubtypeArray
230 Slog.e(TAG, "Failed to decompress the data.", e);
  /packages/apps/TV/usbtuner/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java 19 * straightforward manner to decompress simple strings:</P>
23 * String result = UnicodeDecompressor.decompress(compressed);
32 * // Decompress an array "bytes" of length "len" using a buffer of 512 chars
45 * charsWritten = myDecompressor.decompress(bytes, totalBytesDecompressed,
108 * Decompress a byte array into a String.
109 * @param buffer The byte array to decompress.
111 * @see #decompress(byte [], int, int)
114 public static String decompress(byte [] buffer){ method in class:UnicodeDecompressor
115 char [] buf = decompress(buffer, 0, buffer.length);
120 * Decompress a byte array into a Unicode character array
128 public static char [] decompress(byte [] buffer, int start, int limit) { method in class:UnicodeDecompressor
165 public int decompress(byte [] byteBuffer, method in class:UnicodeDecompressor
    [all...]
  /external/ppp/pppd/include/net/
ppp-comp.h 85 /* Decompress a packet. */
86 int (*decompress) __P((void *state, PACKETPTR mp, member in struct:compressor
96 * Return values for decompress routine.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp-comp.h 100 /* Decompress a packet. */
101 int (*decompress) (void *state, unsigned char *ibuf, int isize, member in struct:compressor
117 * The return value from decompress routine is the length of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp-comp.h 100 /* Decompress a packet. */
101 int (*decompress) (void *state, unsigned char *ibuf, int isize, member in struct:compressor
117 * The return value from decompress routine is the length of the
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 91 * be used as the source image for subsequent decompress operations.
117 * instance. Subsequent decompress operations will decode this image into an
307 * Decompress the JPEG source image or decode the YUV source image associated
345 * decompress/decode the source image into a region of a larger image. NOTE:
370 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, method in class:TJDecompressor
378 throw new Exception("Invalid argument in decompress()");
386 decompress(jpegBuf, jpegBufSize, dstBuf, x, y, desiredWidth, pitch, method
389 decompress(jpegBuf, jpegBufSize, dstBuf, desiredWidth, pitch, method
396 * {@link #decompress(byte[], int, int, int, int, int, int, int)} instead.
399 public void decompress(byte[] dstBuf, int desiredWidth, int pitch method in class:TJDecompressor
402 decompress(dstBuf, 0, 0, desiredWidth, pitch, desiredHeight, pixelFormat, method
430 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, method in class:TJDecompressor
442 decompress(buf, desiredWidth, pitch, desiredHeight, pixelFormat, flags); method
677 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, method in class:TJDecompressor
692 decompress(jpegBuf, jpegBufSize, dstBuf, x, y, desiredWidth, stride, method
712 public void decompress(BufferedImage dstImage, int flags) throws Exception { method in class:TJDecompressor
779 decompress(jpegBuf, jpegBufSize, buf, 0, 0, scaledWidth, stride, method
791 decompress(buf, 0, 0, scaledWidth, pitch, scaledHeight, pixelFormat, method
819 public BufferedImage decompress(int desiredWidth, int desiredHeight, method in class:TJDecompressor
829 decompress(img, flags); method
857 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, method in class:TJDecompressor
861 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, method in class:TJDecompressor
865 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, method in class:TJDecompressor
869 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, method in class:TJDecompressor
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bz2.py 29 def decompress(self, data): member in class:BaseTest
39 ret = bz2.decompress(data)
44 def decompress(self, data): member in class:BaseTest
45 return bz2.decompress(data)
163 self.assertEqual(self.decompress(f.read()), self.TEXT)
176 self.assertEqual(self.decompress(f.read()), self.TEXT)
187 self.assertEqual(self.decompress(f.read()), self.TEXT)
335 self.assertEqual(self.decompress(data), self.TEXT)
356 self.assertEqual(self.decompress(data), self.TEXT)
364 text = self.decompress(data
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bz2.py 29 def decompress(self, data): member in class:BaseTest
39 ret = bz2.decompress(data)
44 def decompress(self, data): member in class:BaseTest
45 return bz2.decompress(data)
163 self.assertEqual(self.decompress(f.read()), self.TEXT)
176 self.assertEqual(self.decompress(f.read()), self.TEXT)
187 self.assertEqual(self.decompress(f.read()), self.TEXT)
335 self.assertEqual(self.decompress(data), self.TEXT)
356 self.assertEqual(self.decompress(data), self.TEXT)
364 text = self.decompress(data
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 29 def decompress(self, data): member in class:BaseTest
39 ret = bz2.decompress(data)
44 def decompress(self, data): member in class:BaseTest
45 return bz2.decompress(data)
163 self.assertEqual(self.decompress(f.read()), self.TEXT)
176 self.assertEqual(self.decompress(f.read()), self.TEXT)
187 self.assertEqual(self.decompress(f.read()), self.TEXT)
335 self.assertEqual(self.decompress(data), self.TEXT)
356 self.assertEqual(self.decompress(data), self.TEXT)
364 text = self.decompress(data
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 29 def decompress(self, data): member in class:BaseTest
39 ret = bz2.decompress(data)
44 def decompress(self, data): member in class:BaseTest
45 return bz2.decompress(data)
163 self.assertEqual(self.decompress(f.read()), self.TEXT)
176 self.assertEqual(self.decompress(f.read()), self.TEXT)
187 self.assertEqual(self.decompress(f.read()), self.TEXT)
335 self.assertEqual(self.decompress(data), self.TEXT)
356 self.assertEqual(self.decompress(data), self.TEXT)
364 text = self.decompress(data
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 193 //Decompress all IDAT data
195 error = lodepng::decompress(data, &zdata[0], zdata.size());
550 int decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in) //returns error value function in struct:lodepng::ExtractZlib
608 ExtractZlib zlib(zlibinfo); //decompress with the Zlib decompressor
609 error = zlib.decompress(out, idat);
lodepng.cpp 6065 unsigned decompress(std::vector<unsigned char>& out, const unsigned char* in, size_t insize, function in namespace:lodepng
6079 unsigned decompress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in, function in namespace:lodepng
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 845 // Decompress.
879 // Decompress.
911 // Decompress.
1048 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const TexDecompressionParams& params) function in namespace:tcu
1126 void CompressedTexture::decompress (const PixelBufferAccess& dst, const TexDecompressionParams& params) const function in class:tcu::CompressedTexture
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 180 tjd.decompress(dstBuf, x, y, width, pitch, height, pf, flags);
184 tjd.decompress(dstBuf, x, y, width, pitch, height, pf, flags);
214 (doYUV ? "Decomp to YUV":"Decompress "),
    [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 146 /* Compress/decompress DWARF debug sections with names: .debug_* and
152 enum { nothing, compress, decompress } action = nothing; enumerator in enum:__anon73712
157 /* Compressed section. Check if we should decompress. */
159 action = decompress;
192 case decompress:
196 (_("%B: unable to initialize decompress status for section %s"),
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 343 struct decompress_state Decompress; /**< For texture decompression */
3604 struct decompress_state *decompress = &ctx->Meta->Decompress; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 200 /* Whether to compress/decompress DWARF debug sections. */
205 decompress
381 {"decompress-debug-sections", no_argument, 0, OPTION_DECOMPRESS_DEBUG_SECTIONS},
599 --decompress-debug-sections Decompress DWARF debug sections using zlib\n\
204 decompress enumerator in enum:__anon73918
    [all...]

Completed in 917 milliseconds

1 2 3