/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Compress.java | 30 public class Compress { 31 private Compress() { 45 public static final String COMMAND = "compress";
|
Package.java | 52 final Compress.Compressor compressCommand = new Compress.Compressor();
|
/external/zlib/src/examples/ |
gzlog.c | 32 foo.add -- last message to append or last data to compress 60 foo.add file are sufficient to recover an interrupted compress operation. 66 Again, the foo.add file is maintained during the compress operation in case 71 This will not occur if all that happened was an interruption of the compress 75 the new dictionary after a compress operation. Once compression is 94 required to enable the above append and compress operations and their 125 only in the event that the foo.add file containing the data to compress is 126 lost after a compress operation is interrupted. 142 data in the compress operation, overwriting the previous first stored 145 interrupted and the data to compress in the foo.add file was deleted [all...] |
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
makefile.gcc | 71 LzmaDecoder.o: ../../Compress/LzmaDecoder.cpp
72 $(CXX) $(CFLAGS) ../../Compress/LzmaDecoder.cpp
74 LzmaEncoder.o: ../../Compress/LzmaEncoder.cpp
75 $(CXX) $(CFLAGS) ../../Compress/LzmaEncoder.cpp
77 LzmaRegister.o: ../../Compress/LzmaRegister.cpp
78 $(CXX) $(CFLAGS) ../../Compress/LzmaRegister.cpp
|
/external/ppp/pppd/include/net/ |
ppp-comp.h | 46 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ 70 /* Compress a packet */ 71 int (*compress) __P((void *state, PACKETPTR *mret, member in struct:compressor 135 * Definitions for BSD-Compress. 137 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ 140 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
|
/external/zlib/src/old/ |
Makefile.riscos | 18 @.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \ 21 LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \ 79 o.compress: c.compress 80 o.compress: h.zlib 81 o.compress: h.zconf
|
descrip.mms | 11 OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj,\ 34 compress.obj : zlib.h zconf.h
|
/device/generic/goldfish/camera/fake-pipeline2/ |
JpegCompressor.h | 61 // Compress and block until buffer is complete. 106 status_t compress();
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
DefaultVideoPosterRequestHandler.java | 34 // valid bitmap bounce on to the worker thread pool to compress it into the piped 48 defaultVideoPoster.compress(Bitmap.CompressFormat.PNG, 100,
|
/external/chromium_org/chrome/browser/metrics/ |
compression_utils.cc | 21 // This describes the amount of memory zlib uses to compress data. It can go 26 // This code is taken almost verbatim from third_party/zlib/compress.c. The only
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketFrame.h | 68 Compress = 2, 81 bool compress; member in struct:WebCore::WebSocketFrame
|
WebSocketDeflateFramer.cpp | 180 result->fail("Failed to compress frame"); 183 frame.compress = true; 200 if (!frame.compress) 210 frame.compress = false;
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
TextureUtil.java | 188 boolean compress = false; 205 compress = true; 211 compress = true; 217 compress = true; 223 compress = true; 229 compress = true; 239 compress = true; 424 if (compress && data != null){
|
/external/smack/src/com/kenai/jbosh/ |
GZIPCodec.java | 55 * Compress/encode the data provided using the GZIP format. 57 * @param data data to compress
|
ZLIBCodec.java | 55 * Compress/encode the data provided using the ZLIB format. 57 * @param data data to compress
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
util.py | 234 def compress(self, bytes): member in class:_Deflater 235 compressed_bytes = self._compress.compress(bytes) 236 self._logger.debug('Compress input %r', bytes) 237 self._logger.debug('Compress result %r', compressed_bytes) 241 compressed_bytes = self._compress.compress(bytes) 243 self._logger.debug('Compress input %r', bytes) 244 self._logger.debug('Compress result %r', compressed_bytes) 248 compressed_bytes = self._compress.compress(bytes) 250 self._logger.debug('Compress input %r', bytes) 251 self._logger.debug('Compress result %r', compressed_bytes [all...] |
/external/liblzf/ |
lzf.c | 61 static enum { compress, uncompress, lzcat } mode = compress; enumerator in enum:__anon22173 69 {"compress", 0, 0, 'c'}, 80 "-c --compress compress\n" 88 "-c compress\n" 335 if (mode == compress) 419 if (mode == compress) 482 mode = compress; 517 if (mode == compress && isatty (1) [all...] |
/external/bzip2/ |
Android.mk | 27 compress.c \
|
/external/chromium_org/courgette/ |
disassembler_elf_32_arm.h | 55 static CheckBool Compress(ARM_RVA type, uint32 arm_op, RVA rva,
|
/external/chromium_org/net/quic/ |
quic_spdy_compressor_test.cc | 24 TEST_F(QuicSpdyCompressorTest, Compress) {
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
testutil.h | 23 // Store in *dst a string of length "len" that will compress to
|
/external/chromium_org/third_party/libwebp/ |
README.chromium | 16 developers and browser developers can use WebP to compress, archive and
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 19 int (*compress)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
comp.h | 19 int (*compress)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/e2fsprogs/e2fsck/ |
rehash.c | 62 int compress; member in struct:fill_dir_struct 131 if (!fd->compress && ((dirent->name_len&0xFF) == 1) && 134 if (!fd->compress && ((dirent->name_len&0xFF) == 2) && 153 if (fd->compress) 425 outdir->num = fd->compress ? 0 : 1; 434 slack = fd->compress ? 12 : 668 ext2_ino_t ino, int compress) 691 if (compress) 733 fd.compress = 0; 736 fd.compress = 1 [all...] |