HomeSort by relevance Sort by last modified time
    Searched full:uncompress (Results 51 - 75 of 197) sorted by null

1 23 4 5 6 7 8

  /external/zlib/contrib/minizip/
iowin32.c 1 /* iowin32.c -- IO base function header for compress/uncompress .zip
  /external/zlib/
zconf.in.h 40 # define uncompress z_uncompress macro
zutil.c 131 * uncompress()
FAQ 82 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
83 the code of uncompress on your own.
249 compress() and uncompress() may be limited to 4 GB, since they operate in a
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 197 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
zconf.h 40 # define uncompress z_uncompress macro
  /dalvik/libdex/
ZipArchive.cpp 584 * Uncompress "deflate" data from the archive's file to an open file
648 /* uncompress the data */
691 * Uncompress an entry, in its entirety, to an open file descriptor.
  /external/freetype/include/freetype/config/
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). */
197 /* partially uncompress the file on the fly (see src/bzip2/ftbzip2.c). */
    [all...]
  /external/zlib/examples/
gun.c 48 Like gunzip and uncompress, the file attributes of the orignal compressed
55 Unix uncompress command.
315 empirically derived, and not checked in the original uncompress
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/bzip2/
bzip2.c 1314 void uncompress ( Char *name ) function
    [all...]
  /external/zlib/old/
zlib.html 111 <li> int <a href="#uncompress">uncompress</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);
160 <font color="Blue"><dt> int <a name="uncompress">uncompress</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);</font>
173 <a href="#uncompress">uncompress</a> returns <a href="#Z_OK">Z_OK</a> if success, <a href="#Z_MEM_ERROR">Z_MEM_ERROR</a> if there was not
    [all...]

Completed in 199 milliseconds

1 23 4 5 6 7 8