HomeSort by relevance Sort by last modified time
    Searched full:compress (Results 151 - 175 of 1230) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libz.so 
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
libz.so 
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/lib/
libz.so 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libz.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libz.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 330 # "Test BZ2Compressor.compress()/flush()"
332 self.assertRaises(TypeError, bz2c.compress)
333 data = bz2c.compress(self.TEXT)
338 # "Test BZ2Compressor.compress()/flush() of empty string"
340 data = bz2c.compress('')
345 # "Test BZ2Compressor.compress()/flush() with chunks of 10 bytes"
353 data += bz2c.compress(str)
362 data = bz2c.compress(text) + bz2c.flush()
413 compressed = bz2.compress("a" * _4G)
423 # "Test compress() function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 330 # "Test BZ2Compressor.compress()/flush()"
332 self.assertRaises(TypeError, bz2c.compress)
333 data = bz2c.compress(self.TEXT)
338 # "Test BZ2Compressor.compress()/flush() of empty string"
340 data = bz2c.compress('')
345 # "Test BZ2Compressor.compress()/flush() with chunks of 10 bytes"
353 data += bz2c.compress(str)
362 data = bz2c.compress(text) + bz2c.flush()
413 compressed = bz2.compress("a" * _4G)
423 # "Test compress() function
    [all...]
  /external/v8/src/
mksnapshot.cc 90 virtual bool Compress(i::Vector<char> input) = 0;
116 bool Compress(Compressor* compressor) {
119 if (!compressor->Compress(data_.ToVector())) return false;
235 virtual bool Compress(i::Vector<char> input) {
331 if (!sink.Compress(&compressor))
333 if (!sink.partial_sink()->Compress(&compressor))
  /external/zlib/src/examples/
gun.c 15 1.2 20 Mar 2005 Add Unix compress (LZW) decompression
43 gun will also decompress files made by Unix compress, which uses LZW
45 magic header bytes. Since the end of Unix compress stream is marked by the
46 end-of-file, they cannot be concantenated. If a Unix compress stream is
191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
211 unsigned flags; /* compress flags, then block compress flag */
225 /* process remainder of compress header -- a flags byte */
240 flags &= 0x80; /* true if block compress */
    [all...]
  /external/lzma/CPP/7zip/Bundles/Alone7z/
Alone.dsp 675 # Begin Group "Compress"
680 SOURCE=..\..\Compress\Bcj2Coder.cpp
684 SOURCE=..\..\Compress\Bcj2Coder.h
688 SOURCE=..\..\Compress\Bcj2Register.cpp
692 SOURCE=..\..\Compress\BcjCoder.cpp
696 SOURCE=..\..\Compress\BcjCoder.h
700 SOURCE=..\..\Compress\BcjRegister.cpp
704 SOURCE=..\..\Compress\BranchCoder.cpp
708 SOURCE=..\..\Compress\BranchCoder.h
712 SOURCE=..\..\Compress\BranchMisc.cpp
    [all...]
  /external/chromium/net/tools/flip_server/
http_interface.h 104 uint32 flags, bool compress);
113 uint32 flags, bool compress);
spdy_interface.h 100 uint32 flags, bool compress);
117 spdy::SpdyDataFlags flags, bool compress);
streamer_interface.h 63 uint32 flags, bool compress) {}
81 uint32 flags, bool compress) {}
  /external/chromium_org/net/tools/flip_server/
http_interface.h 108 uint32 flags, bool compress) OVERRIDE;
117 uint32 flags, bool compress);
streamer_interface.h 66 uint32 flags, bool compress) OVERRIDE {}
84 uint32 flags, bool compress) {}
  /external/chromium_org/third_party/zlib/
gzwrite.c 55 /* Compress whatever is at avail_in and next_in and write to the output file.
91 /* compress */
110 /* Compress len zeros to output. Return -1 on error, 0 on success. */
123 /* compress len zeros (len guaranteed > 0) */
185 /* for small len, copy to input buffer, otherwise compress directly */
187 /* copy to input buffer, compress when full */
208 /* directly compress user buffer to file */
452 /* compress remaining data with requested flush */
  /external/llvm/lib/Support/
Compression.cpp 50 zlib::Status zlib::compress(StringRef InputBuffer, function in class:zlib
86 zlib::Status zlib::compress(StringRef InputBuffer,
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptEncoding.java 60 * Accept-Encoding: compress, gzip
63 * Accept-Encoding: compress;q=0.5, gzip;q=1.0
  /external/qemu/android/utils/
jpeg-compress.h 16 * Contains declaration of utility routines that compress an RGB bitmap into
79 * x, y, w, h - Coordinates and sizes of framebuffer region to compress.
  /external/zlib/src/amiga/
Makefile.pup 17 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
54 compress.o: zlib.h zconf.h
Makefile.sas 16 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
53 compress.o: zlib.h zconf.h
  /external/zlib/src/as400/
compile.clp 53 CHGVAR VAR(&CMD) VALUE(&FIXDCMD *TCAT 'COMPRESS)')
99 MODULE(&MODLIB/ADLER32 &MODLIB/COMPRESS +
  /external/zlib/src/
gzwrite.c 64 /* Compress whatever is at avail_in and next_in and write to the output file.
113 /* compress */
132 /* Compress len zeros to output. Return -1 on error, 0 on success. */
145 /* compress len zeros (len guaranteed > 0) */
206 /* for small len, copy to input buffer, otherwise compress directly */
208 /* copy to input buffer, compress when full */
232 /* directly compress user buffer to file */
491 /* compress remaining data with requested flush */
  /hardware/qcom/audio/hal/
audio_hw.h 78 OFFLOAD_CMD_EXIT, /* exit compress offload thread loop*/
103 struct compress *compr;
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 58 favicon.compress(Bitmap.CompressFormat.PNG, 100, os);
94 favicon.compress(Bitmap.CompressFormat.PNG, 100, os);

Completed in 345 milliseconds

1 2 3 4 5 67 8 91011>>