HomeSort by relevance Sort by last modified time
    Searched full:uncompress (Results 226 - 250 of 456) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/recovery/minzip/
Zip.c 553 /* uncompress the data */
726 * Uncompress "pEntry" in "pArchive" to "fd" at the current offset.
774 * Uncompress "pEntry" in "pArchive" to buffer, which must be large
    [all...]
  /external/chromium_org/chrome/installer/util/
util_constants.h 29 UNCOMPRESSION_FAILED, // 12. Failed to uncompress Chrome archive
  /external/chromium_org/third_party/zlib/
zconf.h 104 # define uncompress z_uncompress macro
  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 237 # AddEncoding allows you to have certain browsers uncompress
  /external/lzma/xz-embedded/
xz.h 216 * the multi-call decoder if you don't want to uncompress the whole stream.
  /external/qemu/distrib/zlib-1.2.8/
zconf.h 117 # define uncompress z_uncompress macro
  /external/zlib/src/contrib/minizip/
iowin32.c 1 /* iowin32.c -- IO base function header for compress/uncompress .zip
  /external/zlib/src/
zconf.h 117 # define uncompress z_uncompress macro
zconf.h.cmakein 119 # define uncompress z_uncompress
zconf.h.in 117 # define uncompress z_uncompress
  /ndk/build/tools/
dev-platform-expand.sh 73 "Uncompress the platform files (headers/libraries) correspond to a given
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 208 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zconf.h 85 # define uncompress z_uncompress macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 85 # define uncompress z_uncompress macro
  /external/chromium_org/third_party/freetype2/include/
ftoption.h 146 /* uses NetBSD's `zopen' to partially uncompress the file on the fly */
161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 383 m_mat.uncompress(); //NOTE: The effect of this command is only to create the InnerNonzeros pointers. FIXME : This vector is filled but not subsequently used.
468 m_mat.uncompress(); //NOTE: The effect of this command is only to create the InnerNonzeros pointers.
  /external/zlib/src/test/
minigzip.c 428 * Uncompress input to output then close both files.
494 * Uncompress the given file and remove the original.
  /build/tools/zipalign/
ZipFile.cpp 707 void *buf = pSourceZip->uncompress(pSourceEntry);
1228 void* ZipFile::uncompress(const ZipEntry* entry) const function in class:ZipFile
    [all...]
  /external/chromium_org/net/filter/
filter.cc 189 // When viewing a .svgz file, we need to uncompress it, but we don't
  /external/chromium_org/third_party/launchpad_translations/
chromium_strings_en-AU.xtb 32 <translation id="3103660991484857065">The installer failed to uncompress archive. Please download Chromium again.</translation>
  /external/freetype/src/gzip/
ftgzip.c 703 /* this function is modeled after zlib's `uncompress' function */
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 117 # define uncompress z_uncompress macro
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zconf.h 117 # define uncompress z_uncompress macro
  /external/zlib/src/examples/
gzjoin.c 35 single gzip file that will uncompress to the concatenation of the
zran.c 312 /* uncompress until avail_out filled, or end of stream */

Completed in 1187 milliseconds

1 2 3 4 5 6 7 8 91011>>