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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 26 output = bz2.compress(input)
62 c = self.compressobj.compress(input)
65 return self.compressobj.compress(input)
zlib_codec.py 25 output = zlib.compress(input)
61 c = self.compressobj.compress(input)
64 return self.compressobj.compress(input)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 26 output = bz2.compress(input)
62 c = self.compressobj.compress(input)
65 return self.compressobj.compress(input)
zlib_codec.py 25 output = zlib.compress(input)
61 c = self.compressobj.compress(input)
64 return self.compressobj.compress(input)
  /external/bzip2/
Makefile-libbz2_so 33 compress.o \
54 compress.o: compress.c
55 $(CC) $(CFLAGS) -c compress.c
  /external/chromium_org/native_client_sdk/src/libraries/zlib/
library.dsc 14 'compress.c',
  /external/chromium_org/third_party/sqlite/src/test/
fts3comp1.test 56 compress='$zip', uncompress='$unzip'
106 # Test that is an error to specify just one of compress and uncompress.
109 CREATE VIRTUAL TABLE t2 USING fts4(x, compress=zip)
113 } {1 {missing compress parameter in fts4 constructor}}
  /external/libpng/contrib/pngminim/preader/
gather.sh 10 rm minigzip.c example.c compress.c deflate.c gz*
  /external/openssh/
compress.h 1 /* $OpenBSD: compress.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */
compress.c 1 /* $OpenBSD: compress.c,v 1.26 2010/09/08 04:13:31 deraadt Exp $ */
23 #include "compress.h"
64 debug("compress outgoing: raw data %llu, compressed %llu, factor %.2f",
69 debug("compress incoming: raw data %llu, compressed %llu, factor %.2f",
109 /* Compress as much data into the buffer as possible. */
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h 56 float Compress(float x);
59 void Compress(float *x1, float *x2);
61 // This version is slower than Compress(.) but faster than CompressSlow(.)
84 // compressor is actually starting to compress the value of the input samples
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 58 final OutputStream out = Compress.getCompressedStream(
59 Compress.getCompressedStream(
60 Compress.getCompressedStream(
98 Compress.getCompressedStream(new BufferedOutputStream(new FileOutputStream(gzDst)));
  /prebuilts/tools/common/commons-compress/
Android.mk 20 commons-compress-1.0$(COMMON_JAVA_PACKAGE_SUFFIX)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
jar_example.jardesc 4 <options buildIfNeeded="true" compress="true" descriptionLocation="/common/tests/data/jar_example.jardesc" exportErrors="false" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 90 make_tarball(splitdrive(base_name)[1], '.', compress=None)
156 make_tarball(base_name, 'dist', compress=None)
167 make_tarball(base_name, 'dist', compress=None, dry_run=True)
173 @unittest.skipUnless(find_executable('compress'),
174 'The compress program is required')
178 # using compress and testing the PendingDeprecationWarning
184 make_tarball(base_name, 'dist', compress='compress')
198 make_tarball(base_name, 'dist', compress='compress',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 90 make_tarball(splitdrive(base_name)[1], '.', compress=None)
156 make_tarball(base_name, 'dist', compress=None)
167 make_tarball(base_name, 'dist', compress=None, dry_run=True)
173 @unittest.skipUnless(find_executable('compress'),
174 'The compress program is required')
178 # using compress and testing the PendingDeprecationWarning
184 make_tarball(base_name, 'dist', compress='compress')
198 make_tarball(base_name, 'dist', compress='compress',
    [all...]
  /external/ppp/pppd/
ccp.h 34 bool bsd_compress; /* do BSD Compress? */
41 u_short bsd_bits; /* # bits/code for BSD Compress */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h 53 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
81 /* Compress a packet */
82 int (*compress) (void *state, unsigned char *rptr, member in struct:compressor
164 * Definitions for BSD-Compress.
167 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
170 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 53 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
81 /* Compress a packet */
82 int (*compress) (void *state, unsigned char *rptr, member in struct:compressor
164 * Definitions for BSD-Compress.
167 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
170 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 53 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
81 /* Compress a packet */
82 int (*compress) (void *state, unsigned char *rptr, member in struct:compressor
164 * Definitions for BSD-Compress.
167 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
170 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 46 // Compress the bytes
84 compress(deflater, input, comp); method
120 * Compress all data in "in" to "out". We use a small window on input
126 private void compress(Deflater deflater, byte[] inBuf, byte[] outBuf) { method in class:OldAndroidDeflateTest
133 //System.out.println("### starting compress");
  /external/chromium_org/third_party/zlib/
compress.c 0 /* compress.c -- compress a memory buffer
62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
  /external/qemu/distrib/zlib-1.2.3/
compress.c 0 /* compress.c -- compress a memory buffer
62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
  /external/zlib/src/
compress.c 0 /* compress.c -- compress a memory buffer
62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
  /external/zlib/src/contrib/ada/
buffer_demo.adb 45 Compress : declare
51 -- Compress the whole of T at once.
61 end Compress;

Completed in 1355 milliseconds

1 2 34 5 6 7 8 91011>>