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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/zlib/
zlib.gyp 12 'compress.c',
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 161 // On 32-bits we don't compress stack traces.
162 // On 64-bits we compress stack traces: if a given pc differes slightly from
167 // Don't compress, just copy.
175 #else // 64 bits, compress.
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 92 /* compress 1024-bits */
117 /* Compress */
159 /* compress 1024-bits */
224 * then compress. Then we can fall back to padding zeros and length
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactVector3Array.java 40 * Serialize and compress Vector3f[] by indexing same values
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
ZIPCompressedMessage.java 39 * Compress a message using this ZIPCompressedMessage class
  /external/libgsm/
README 23 The interfaces offered are a front end modelled after compress(1), and
  /external/llvm/unittests/Support/
CompressionTest.cpp 30 EXPECT_EQ(zlib::StatusOK, zlib::compress(Input, Compressed, Level));
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile 72 $(COMPRESS_OBJS): ../../Compress/$(*B).cpp
  /external/lzma/CPP/7zip/Compress/
RangeCoderBit.h 0 // Compress/RangeCoderBit.h
  /external/skia/include/pdf/
SkPDFDocument.h 34 kFavorSpeedOverSize_Flags = 0x01, //!< Don't compress the stream, but
  /external/tinycompress/include/tinycompress/
version.h 33 * tinycompress library for compress audio offload in alsa
  /external/v8/src/
d8.gyp 106 'off', # compress startup data
  /external/valgrind/main/callgrind/
clo.c 426 else if VG_BOOL_CLO(arg, "--compress-strings", CLG_(clo).compress_strings) {}
427 else if VG_BOOL_CLO(arg, "--compress-mangled", CLG_(clo).compress_mangled) {}
428 else if VG_BOOL_CLO(arg, "--compress-pos", CLG_(clo).compress_pos) {}
555 " --compress-strings=no|yes Compress strings in profile dump? [yes]\n"
556 " --compress-pos=no|yes Compress positions in profile dump? [yes]\n"
559 " --compress-events=no|yes Compress events in profile dump? [no]\n"
  /external/zlib/
Android.mk 10 src/compress.c \
  /external/zlib/src/
INDEX 40 compress.c
  /external/zlib/src/contrib/vstudio/vc10/
testzlib.vcxproj.filters 21 <ClCompile Include="..\..\..\compress.c">
zlibstat.vcxproj.filters 12 <ClCompile Include="..\..\..\compress.c">
zlibvc.def 8 compress @2
  /external/zlib/src/contrib/vstudio/vc11/
zlibvc.def 8 compress @2
  /external/zlib/src/contrib/vstudio/vc9/
zlibvc.def 8 compress @2
  /external/zlib/src/msdos/
Makefile.emx 36 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
  /external/zlib/src/old/
Makefile.emx 36 OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
  /frameworks/base/docs/html/design/style/
devices-displays.jd 16 <p>Stretch and compress your layouts to accommodate various heights and widths.</p>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 59 b.compress(Bitmap.CompressFormat.PNG, 100, out);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h 50 // Cleans the jni refs. To wipe the compress object call jpeg_destroy_compress

Completed in 1340 milliseconds

1 2 3 4 5 6 7 8 91011>>