/external/python/cpython2/Modules/zlib/ |
H A D | compress.c | 0 /* compress.c -- compress a memory buffer 62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
|
/external/syslinux/com32/lib/zlib/ |
H A D | compress.c | 0 /* compress.c -- compress a memory buffer 62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
|
/external/zlib/src/ |
H A D | compress.c | 0 /* compress.c -- compress a memory buffer 62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
H A D | Compressor.java | 22 * An interface for implementing a streaming compressor. A compressor may be used to compress 33 public void compress(InputStream uncompressedIn, OutputStream compressedOut) throws IOException; method in interface:Compressor
|
H A D | DeflateCompressor.java | 48 * {@link #compress(InputStream, OutputStream)}. 54 * {@link #compress(InputStream, OutputStream)}. 137 * {@link #compress(InputStream, OutputStream)}. 146 * {@link #compress(InputStream, OutputStream)}. 155 * {@link #compress(InputStream, OutputStream)}. 164 * {@link #compress(InputStream, OutputStream)}. 224 public void compress(InputStream uncompressedIn, OutputStream compressedOut) throws IOException { method in class:DeflateCompressor
|
/external/brotli/python/ |
H A D | brotli.py | 6 """Functions to compress and decompress data using the Brotli library.""" 23 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0, function
|
/external/python/cpython2/Demo/zlib/ |
H A D | minigzip.py | 25 def compress (filename, input, output): function 44 output.write(compobj.compress(data)) 125 compress(filename, input, output)
|
/external/caliper/examples/src/main/java/examples/ |
H A D | CompressionSizeBenchmark.java | 35 "this string will compress badly", 55 dummy += compress(toCompress.getBytes()).length; 63 byte[] finalBytes = compress(initialBytes); 68 private byte[] compress(byte[] bytes) { method in class:CompressionSizeBenchmark
|
/external/llvm/lib/Support/ |
H A D | Compression.cpp | 49 zlib::Status zlib::compress(StringRef InputBuffer, function in class:zlib 85 zlib::Status zlib::compress(StringRef InputBuffer,
|
H A D | IntEqClasses.cpp | 16 // Once the classes are built, compress() will number them 0 .. M-1 and prevent 26 assert(NumClasses == 0 && "grow() called after compress()."); 33 assert(NumClasses == 0 && "join() called after compress()."); 54 assert(NumClasses == 0 && "findLeader() called after compress()."); 60 void IntEqClasses::compress() { function in class:IntEqClasses
|
/external/pdfium/third_party/zlib_v128/ |
H A D | compress.c | 0 /* compress.c -- compress a memory buffer 62 int ZEXPORT compress ( function
|
/external/python/cpython2/Lib/plat-irix5/ |
H A D | jpeg.py | 19 def compress(imgdata, width, height, bytesperpixel): function 113 newjpegdata = compress(imgdata, width, height, bytesperpixel)
|
/external/python/cpython2/Lib/plat-irix6/ |
H A D | jpeg.py | 19 def compress(imgdata, width, height, bytesperpixel): function 113 newjpegdata = compress(imgdata, width, height, bytesperpixel)
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
H A D | IntEqClasses.cpp | 16 // Once the classes are built, compress() will number them 0 .. M-1 and prevent 26 assert(NumClasses == 0 && "grow() called after compress()."); 33 assert(NumClasses == 0 && "join() called after compress()."); 47 assert(NumClasses == 0 && "findLeader() called after compress()."); 53 void IntEqClasses::compress() { function in class:IntEqClasses
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
H A D | main.py | 63 parser.add_option('-z', '--compress', help='Compress the resulting trace ' 154 compress=options.compress, variable
|
/external/squashfs-tools/squashfs-tools/ |
H A D | lzo_wrapper.h | 64 int (*compress) (const lzo_bytep, lzo_uint, lzo_bytep, lzo_uintp, member in struct:lzo_algorithm
|
H A D | compressor.h | 30 int (*compress)(void *, void *, void *, int, int, int *); member in struct:compressor 58 return comp->compress(strm, dest, src, size, block_size, error);
|
/external/r8/deps/ |
H A D | commons-compress-1.12.jar | ... compress/utils/ org/apache/commons/compress/compressors/ org/apache/commons/compress/compressors/pack200/ org/apache/commons/compress/compressors/xz/ org/apache ... |
/external/ImageMagick/MagickWand/ |
H A D | stream.c | 110 "-compress type type of pixel compression when writing the image", 367 if (LocaleCompare("compress",option+1) == 0) 370 compress; 377 compress=ParseCommandOption(MagickCompressOptions,MagickFalse, 379 if (compress < 0) 368 compress; local
|
H A D | compare.c | 108 "-compress type type of pixel compression when writing the image", 434 if (LocaleCompare("compress",option+1) == 0) 437 compress; 444 compress=ParseCommandOption(MagickCompressOptions,MagickFalse, 446 if (compress < 0) 435 compress; local
|
H A D | display.c | 168 "-compress type type of pixel compression when writing the image", 851 if (LocaleCompare("compress",option+1) == 0) 854 compress; 861 compress=ParseCommandOption(MagickCompressOptions,MagickFalse, 863 if (compress < 0) 852 compress; local
|
H A D | import.c | 140 "-compress type type of pixel compression when writing the image", 584 if (LocaleCompare("compress",option+1) == 0) 587 compress; 594 compress=ParseCommandOption(MagickCompressOptions,MagickFalse, 596 if (compress < 0) 585 compress; local
|
H A D | montage.c | 147 "-compress type type of pixel compression when writing the image", 718 if (LocaleCompare("compress",option+1) == 0) 721 compress; 728 compress=ParseCommandOption(MagickCompressOptions,MagickFalse, 730 if (compress < 0) 719 compress; local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | UnicodeCompressor.java | 30 * straightforward manner to compress simple strings:</P> 34 * byte [] compressed = UnicodeCompressor.compress(s); 56 * bytesWritten = myCompressor.compress(chars, totalCharsCompressed, 298 * @param buffer The string to compress. 300 * @see #compress(char [], int, int) 302 public static byte [] compress(String buffer) method in class:UnicodeCompressor 304 return compress(buffer.toCharArray(), 0, buffer.length()); 309 * @param buffer The character buffer to compress. 310 * @param start The start of the character run to compress. 311 * @param limit The limit of the character run to compress 315 public static byte [] compress(char [] buffer, method in class:UnicodeCompressor 355 public int compress(char [] charBuffer, method in class:UnicodeCompressor [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeCompressor.java | 29 * straightforward manner to compress simple strings:</P> 33 * byte [] compressed = UnicodeCompressor.compress(s); 55 * bytesWritten = myCompressor.compress(chars, totalCharsCompressed, 298 * @param buffer The string to compress. 300 * @see #compress(char [], int, int) 303 public static byte [] compress(String buffer) method in class:UnicodeCompressor 305 return compress(buffer.toCharArray(), 0, buffer.length()); 310 * @param buffer The character buffer to compress. 311 * @param start The start of the character run to compress. 312 * @param limit The limit of the character run to compress 317 public static byte [] compress(char [] buffer, method in class:UnicodeCompressor 358 public int compress(char [] charBuffer, method in class:UnicodeCompressor [all...] |