/external/qemu/distrib/zlib-1.2.8/ |
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/smack/src/com/kenai/jbosh/ |
GZIPCodec.java | 77 * Uncompress/decode the data provided using the GZIP format. 79 * @param data data to uncompress
|
ZLIBCodec.java | 77 * Uncompress/decode the data provided using the ZLIB format. 79 * @param data data to uncompress
|
/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/chromium_org/third_party/lzma_sdk/ |
README.chromium | 11 Only the C code required to open 7z archive files and uncompress LZMA
|
/external/zlib/src/old/ |
visual-basic.txt | 23 uncompress 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 52 Declare Function uncompress Lib "ZLIB32.DLL" 89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
CommandList.java | 24 Dicttool.addCommand("uncompress", Compress.Uncompressor.class);
|
BinaryDictOffdeviceUtils.java | 87 * This will decrypt/uncompress any number of times as necessary until it finds the 127 /* Try to uncompress the file passed as an argument. 145 // Could not uncompress the file: presumably the file is simply not a compressed file
|
Compress.java | 68 public static final String COMMAND = "uncompress";
|
/external/llvm/include/llvm/ADT/ |
IntEqClasses.h | 81 /// uncompress - Change back to the uncompressed representation that allows 83 void uncompress();
|
/external/llvm/include/llvm/Support/ |
Compression.h | 48 Status uncompress(StringRef InputBuffer,
|
/external/zlib/src/contrib/minizip/ |
miniunzip.1 | 16 miniunzip - uncompress and examine ZIP archives
|
/external/zlib/src/contrib/vstudio/ |
readme.txt | 19 - Uncompress current zlib, including all contrib/* files
28 - Uncompress current zlib, including all contrib/* files
33 - Uncompress current zlib, including all contrib/* files
|
/external/chromium_org/sync/internal_api/public/base/ |
unique_position.cc | 65 int result = uncompress( 113 Uncompress(x.compressed_), suffix); 124 Uncompress(x.compressed_), suffix); 138 Uncompress(before.compressed_), 139 Uncompress(after.compressed_), 181 const std::string& s = Uncompress(compressed_); 202 const std::string bytes = Uncompress(compressed_); 218 const std::string bytes = Uncompress(compressed_); 373 is_valid_(IsValidBytes(Uncompress(internal_rep))) { 526 DCHECK_EQ(str, Uncompress(compressed)) [all...] |
unique_position.h | 133 static std::string Uncompress(const std::string& compressed); 137 // algorithm. See Compress() and Uncompress() functions above.
|
/build/tools/zipalign/ |
ZipFile.h | 157 //bool uncompress(const ZipEntry* pEntry, void* buf) const; 158 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const; 159 void* uncompress(const ZipEntry* pEntry) const;
|
/frameworks/base/tools/aapt/ |
ZipFile.h | 148 //bool uncompress(const ZipEntry* pEntry, void* buf) const; 149 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const; 150 void* uncompress(const ZipEntry* pEntry);
|
/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
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 137 * Uncompress the data into a buffer. Depending on the compression 148 * Uncompress the data to an open file descriptor.
|
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 216 * Uncompress an entry, in its entirety, into the provided output buffer. 235 * Uncompress an entry, in its entirety, to an open file descriptor.
|
/system/core/include/ziparchive/ |
zip_archive.h | 155 * Uncompress and write an entry to an open file identified by |fd|. 165 * Uncompress a given zip entry to the memory region at |begin| and of
|
/external/liblzf/ |
lzf.c | 61 static enum { compress, uncompress, lzcat } mode = compress; enumerator in enum:__anon27662 71 {"uncompress", 0, 0, 'd'}, 468 mode = uncompress; 485 mode = uncompress; 512 if ((mode == uncompress || mode == lzcat) && isatty (0))
|