HomeSort by relevance Sort by last modified time
    Searched full:uncompress (Results 126 - 150 of 566) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/libdex/
ZipArchive.h 77 * Uncompress and write an entry to a file descriptor.
  /external/zlib/src/contrib/vstudio/vc10/
zlibvc.def 32 uncompress @26
  /external/zlib/src/contrib/vstudio/vc11/
zlibvc.def 32 uncompress @26
  /external/zlib/src/contrib/vstudio/vc9/
zlibvc.def 32 uncompress @26
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Compress.java 68 public static final String COMMAND = "uncompress";
  /external/autotest/client/virt/tests/
softlockup.py 71 # Uncompress and build stress on host
124 # Uncompress and build stress on guest
  /external/curl/docs/libcurl/
curl_easy_pause.3 96 automatically on download, libcurl will continue to uncompress the entire
101 you allow libcurl to uncompress data automatically.
  /external/libvncserver/libvncclient/
ultra.c 87 /* uncompress the data */
169 /* uncompress the data */
  /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,
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,
ImfCompressor.h 76 // a single call to compress() and uncompress().
84 // by the compress() and uncompress() methods.
169 // Uncompress an array of bytes that has been compressed by compress():
184 virtual int uncompress (const char *inPtr,
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
ImfRleCompressor.h 65 virtual int uncompress (const char *inPtr,
ImfZipCompressor.h 68 virtual int uncompress (const char *inPtr,
  /frameworks/base/include/androidfw/
ZipFileRO.h 140 * Uncompress the data into a buffer. Depending on the compression
151 * Uncompress the data to an open file descriptor.
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 221 * Uncompress an entry, in its entirety, into the provided output buffer.
240 * Uncompress an entry, in its entirety, to an open file descriptor.
  /external/liblzf/
lzf.c 61 static enum { compress, uncompress, lzcat } mode = compress; enumerator in enum:__anon16716
71 {"uncompress", 0, 0, 'd'},
468 mode = uncompress;
485 mode = uncompress;
512 if ((mode == uncompress || mode == lzcat) && isatty (0))
  /external/curl/lib/
content_encoding.c 189 /* Now uncompress the data */
310 /* Now uncompress the data */
421 /* We've parsed the header, now uncompress the data */
  /build/core/
prebuilt_internal.mk 251 # The embedded prebuilt jni to uncompress.
253 # For PRESIGNED apks we must uncompress every .so file:
259 # No LOCAL_PREBUILT_JNI_LIBS, uncompress all.
266 $(uncompress-shared-libs)
  /external/freetype/include/
ftgzip.h 102 * is modeled after zlib's `uncompress' function.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftgzip.h 102 * is modeled after zlib's `uncompress' function.
  /external/llvm/lib/Support/
IntEqClasses.cpp 60 void IntEqClasses::uncompress() { function in class:IntEqClasses
  /external/llvm/unittests/ADT/
IntEqClassesTest.cpp 94 ec.uncompress();
  /external/pdfium/third_party/freetype/include/freetype/
ftgzip.h 102 * is modeled after zlib's `uncompress' function.
  /external/piex/src/
piex.h 41 // // Uncompress the JPEG as usual, e.g. on Android with the BitmapFactory:

Completed in 2099 milliseconds

1 2 3 4 56 7 8 91011>>