/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 111 * Performs path compress on the DFS info. 115 private void compress(SsaBasicBlock in) { method in class:Dominators 160 compress(v);
|
/external/ImageMagick/PerlMagick/ |
Makefile.nt | 70 $(COMPRESS) -q Image-Magick.tar 77 $(COMPRESS) -q Image-Magick.tar 93 $(COMPRESS) -q Image-Magick.tar
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 111 * Performs path compress on the DFS info. 115 private void compress(SsaBasicBlock in) { method in class:Dominators 160 compress(v);
|
/external/libxml2/ |
DOCBparser.c | 225 * Automatic support for ZLIB/Compress compressed document is provided 252 * parse an SGML file and build a tree. Automatic support for ZLIB/Compress 283 * ZLIB/Compress compressed document is provided by default if found
|
/external/lz4/lib/ |
lz4hc.h | 55 Compress 'inputSize' bytes from 'source' into an output buffer 'dest' of maximum size 'maxOutputSize'. 140 These functions compress data in successive blocks of any size, using previous blocks as dictionary. 146 Then, use LZ4_compressHC_continue() or LZ4_compressHC_limitedOutput_continue() to compress each successive block.
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-2.0 | 56 Do not compress the fragments. Added for compatibility with noI and 133 schemes which compress without understanding the underlying filesystem (i.e. 134 cloop and tgz files) and which, therefore, do not compress files individually.
|
/external/wpa_supplicant_8/src/crypto/ |
sha256-internal.c | 83 /* compress 512-bits */ 105 /* Compress */ 202 * then compress. Then we can fall back to padding zeros and length
|
sha512-internal.c | 109 /* compress 1024-bits */ 130 /* Compress */ 234 * then compress. Then we can fall back to padding zeros and length
|
/external/zlib/src/as400/ |
bndsrc | 14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */ 17 EXPORT SYMBOL("compress") 94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
|
/external/zlib/src/contrib/ada/ |
zlib-streams.adb | 59 Compress : in Boolean); 67 Compress : in Boolean) is 69 if Compress then
|
/external/zlib/src/win32/ |
Makefile.msc | 36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \ 93 compress.obj: $(TOP)/compress.c $(TOP)/zlib.h $(TOP)/zconf.h
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 45 compress(&cinfo, (uint8_t*) inYuv, offsets); 73 void Yuv420SpToJpegEncoder::compress(jpeg_compress_struct* cinfo, function in class:Yuv420SpToJpegEncoder 149 void Yuv422IToJpegEncoder::compress(jpeg_compress_struct* cinfo, function in class:Yuv422IToJpegEncoder
|
/packages/apps/Camera2/jni/ |
jpegutilnative.cpp | 48 * @param width the width of the image to compress 49 * @param height the height of the image to compress 93 return Compress(width, height, //
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
GenerateBitmapTask.java | 82 success = bitmap.compress(CompressFormat.PNG, 100, stream);
|
ThemeTestUtils.java | 31 * @param dir the directory to compress
|
/cts/libs/deviceutil/src/android/cts/util/ |
BitmapUtils.java | 88 bmp.compress(CompressFormat.PNG, 0 /*ignored for PNG*/, bos);
|
/external/ImageMagick/MagickCore/ |
Android.mk | 91 compress.c\
|
/external/bzip2/ |
makefile.msc | 13 compress.obj \
|
spewG.c | 3 can compress it reasonably rapidly. This is to help test
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
main.py | 149 parser.add_option('-z', '--compress', help='Compress the resulting trace ' 261 compress=options.compress, variable
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/ |
HINFO.py | 48 def to_wire(self, file, compress = None, origin = None):
|
SSHFP.py | 57 def to_wire(self, file, compress = None, origin = None):
|
X25.py | 43 def to_wire(self, file, compress = None, origin = None):
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/ |
A.py | 45 def to_wire(self, file, compress = None, origin = None):
|
AAAA.py | 45 def to_wire(self, file, compress = None, origin = None):
|