/external/zlib/contrib/minizip/ |
unzip.h | 1 /* unzip.h -- IO for uncompress .zip files using zlib 350 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 364 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 390 (UNZ_ERRNO for IO error, or zLib error for uncompress error)
|
ioapi.c | 1 /* ioapi.h -- IO base function header for compress/uncompress .zip
|
ioapi.h | 1 /* ioapi.h -- IO base function header for compress/uncompress .zip
|
/external/zlib/old/as400/ |
bndsrc | 80 EXPORT SYMBOL("uncompress")
|
zlib.inc | 119 D uncompress PR 10I 0 extproc('uncompress')
|
/system/core/libzipfile/ |
zipfile.c | 103 // uncompress the data
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
InflaterOutputStreamTest.java | 213 // uncompress the data stored in the compressedBytes 245 // uncompress the data stored in the compressedBytes
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 121 function uncompress(dest: PChar; var destLen: LongInt; function 183 function uncompress; external; function
|
example.pas | 53 * Test compress and uncompress 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 69 CHECK_ERR(err, 'uncompress'); 72 EXIT_ERR('bad uncompress') 74 WriteLn('uncompress(): ', PChar(uncompr));
|
/frameworks/base/libs/utils/ |
ZipFileRO.cpp | 667 * Uncompress an entry, in its entirety, into the provided output buffer. 695 * Experiment with madvise hint. When we want to uncompress a file, 729 * Uncompress an entry, in its entirety, to an open file descriptor. 760 LOGE("Partial write during uncompress (" ZD " of " ZD ")\n", 780 * Uncompress "deflate" data from one buffer to another. 845 * Uncompress "deflate" data from one buffer to an open file descriptor.
|
ZipUtils.cpp | 114 /* uncompress the data */ 226 /* uncompress the data */
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 120 string Uncompress(const string& data); 387 string IoTest::Uncompress(const string& data) { 431 EXPECT_TRUE(Uncompress(not_compressed) == golden); 432 EXPECT_TRUE(Uncompress(gzip_compressed) == golden); 433 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);
|
/external/zlib/ |
example.c | 57 * Test compress() and uncompress() 71 err = uncompress(uncompr, &uncomprLen, compr, comprLen); 72 CHECK_ERR(err, "uncompress"); 75 fprintf(stderr, "bad uncompress\n"); 78 printf("uncompress(): %s\n", (char *)uncompr);
|
minigzip.c | 233 * Uncompress input to output then close both files. 295 * Uncompress the given file and remove the original.
|
/external/zlib/contrib/ada/ |
zlib-thin.ads | 175 function uncompress 401 pragma Import (C, uncompress, "uncompress");
|
/external/zlib/as400/ |
zlib.inc | 119 D uncompress PR 10I 0 extproc('uncompress')
|
/dalvik/libdex/ |
ZipArchive.h | 167 * Uncompress and write an entry to a file descriptor.
|
/external/zlib/contrib/testzlib/ |
testzlib.c | 261 printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step);
|
/frameworks/base/tools/aapt/ |
Package.cpp | 464 const void* data = jar->uncompress(entry); 466 fprintf(stderr, "ERROR: unable to uncompress entry '%s'\n",
|
/development/ndk/platforms/android-3/include/ |
zconf.h | 40 # define uncompress z_uncompress macro
|
/external/chromium/sdch/open-vcdiff/src/ |
zconf.h | 40 # define uncompress z_uncompress macro
|
/external/liblzf/ |
Changes | 71 - the lzf example utility will now uncompress if invoked
|
/external/qemu/distrib/zlib-1.2.3/ |
zconf.h | 40 # define uncompress z_uncompress macro
|
zutil.c | 131 * uncompress()
|
/external/webkit/Source/WebCore/platform/graphics/ |
WOFFFileFormat.cpp | 238 if (uncompress(dest, &destLen, reinterpret_cast<const Bytef*>(woff->data() + tableOffset), tableCompLength) != Z_OK)
|