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

1 2 3 4

  /external/opencv3/3rdparty/zlib/
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
  /external/pdfium/third_party/zlib_v128/
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
24 int ZEXPORT uncompress ( function
  /external/zlib/src/
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
Uncompressor.java 22 * An interface for implementing a streaming uncompressor. An uncompressor may be used to uncompress
35 public void uncompress(InputStream compressedIn, OutputStream uncompressedOut) throws IOException; method in interface:Uncompressor
DeflateUncompressor.java 38 * {@link #uncompress(InputStream, OutputStream)}.
44 * {@link #uncompress(InputStream, OutputStream)}.
69 * {@link #uncompress(InputStream, OutputStream)}.
78 * {@link #uncompress(InputStream, OutputStream)}.
90 * {@link #uncompress(InputStream, OutputStream)}.
99 * {@link #uncompress(InputStream, OutputStream)}.
167 public void uncompress(InputStream compressedIn, OutputStream uncompressedOut) method in class:DeflateUncompressor
PartiallyUncompressingPipe.java 28 * The uncompressor used to uncompress compressed input streams.
52 * Treat the {@link InputStream} as a deflate stream with nowrap=false, uncompress the bytes
58 * Treat the {@link InputStream} as a deflate stream with nowrap=true, uncompress the bytes
93 uncompressor.uncompress(in, out);
  /external/llvm/lib/Support/
IntEqClasses.cpp 60 void IntEqClasses::uncompress() { function in class:IntEqClasses
Compression.cpp 65 zlib::Status zlib::uncompress(StringRef InputBuffer, function in class:zlib
69 Status Res = encodeZlibReturnValue(::uncompress(
90 zlib::Status zlib::uncompress(StringRef InputBuffer,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
toaiff.py 57 uncompress = pipes.Template() variable
58 uncompress.append('uncompress', '--')
84 sts = uncompress.copy(filename, fname)
86 raise error, filename + ': uncompress failed'
  /prebuilts/gdb/linux-x86/lib/python2.7/
toaiff.py 57 uncompress = pipes.Template() variable
58 uncompress.append('uncompress', '--')
84 sts = uncompress.copy(filename, fname)
86 raise error, filename + ': uncompress failed'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 57 uncompress = pipes.Template() variable
58 uncompress.append('uncompress', '--')
84 sts = uncompress.copy(filename, fname)
86 raise error, filename + ': uncompress failed'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 57 uncompress = pipes.Template() variable
58 uncompress.append('uncompress', '--')
84 sts = uncompress.copy(filename, fname)
86 raise error, filename + ': uncompress failed'
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfZipCompressor.cpp 168 ZipCompressor::uncompress (const char *inPtr, function in class:Imf::ZipCompressor
189 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, &outSize,
ImfRleCompressor.cpp 118 // Uncompress an array of bytes compressed with rleCompress().
258 RleCompressor::uncompress (const char *inPtr, function in class:Imf::RleCompressor
ImfPxr24Compressor.cpp 255 Pxr24Compressor::uncompress (const char *inPtr, function in class:Imf::Pxr24Compressor
260 return uncompress (inPtr,
274 return uncompress (inPtr, inSize, range, outPtr);
413 Pxr24Compressor::uncompress (const char *inPtr, function in class:Imf::Pxr24Compressor
426 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer,
ImfB44Compressor.cpp 487 // compress() and uncompress() functions, below, and determine
598 B44Compressor::uncompress (const char *inPtr, function in class:Imf::B44Compressor
603 return uncompress (inPtr,
617 return uncompress (inPtr, inSize, range, outPtr);
864 B44Compressor::uncompress (const char *inPtr, function in class:Imf::B44Compressor
ImfPizCompressor.cpp 278 PizCompressor::uncompress (const char *inPtr, function in class:Imf::PizCompressor
283 return uncompress (inPtr,
297 return uncompress (inPtr, inSize, range, outPtr);
484 PizCompressor::uncompress (const char *inPtr, function in class:Imf::PizCompressor
  /external/squashfs-tools/squashfs-tools/
compressor.h 31 int (*uncompress)(void *, void *, int, int, int *); member in struct:compressor
65 return comp->uncompress(dest, src, size, block_size, error);
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DeflateUncompressorTest.java 70 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
97 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
106 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
115 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
149 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
155 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
174 uncompressor.uncompress(compressedContentIn, uncompressedContentOut);
  /external/freetype/src/gzip/
zconf.h 34 # define uncompress z_uncompress macro
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zconf.h 34 # define uncompress z_uncompress macro
  /external/liblzf/
lzf.c 61 static enum { compress, uncompress, lzcat } mode = compress; enumerator in enum:__anon15266
71 {"uncompress", 0, 0, 'd'},
468 mode = uncompress;
485 mode = uncompress;
512 if ((mode == uncompress || mode == lzcat) && isatty (0))
  /external/libvncserver/webclients/novnc/include/
jsunzip.js 146 var result = tinf.uncompress(this.data, fileInfo.localFileContent);
614 this.uncompress = function(source, offset) function
  /external/zlib/src/contrib/pascal/
zlibpas.pas 150 function uncompress(dest: PChar; var destLen: LongInt; function
223 function uncompress; external; function
  /build/tools/zipalign/
ZipFile.cpp 710 void *buf = pSourceZip->uncompress(pSourceEntry);
1231 void* ZipFile::uncompress(const ZipEntry* entry) const function in class:ZipFile
    [all...]

Completed in 1930 milliseconds

1 2 3 4