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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 123 self.compress = zlib.compressobj(compresslevel,
236 self.fileobj.write( self.compress.compress(data) )
368 self.fileobj.write(self.compress.flush())
383 self.fileobj.write(self.compress.flush(zlib_mode))
sre_compile.py 224 return charset # cannot compress
228 # compress character map
320 return charset # cannot compress
  /external/chromium_org/net/spdy/
spdy_framer_test.cc 677 false, // compress
707 false, // compress
775 true, // compress
799 true, // compress
823 true, // compress
    [all...]
  /external/bzip2/
manual.xml 268 <para>You can also compress or decompress files to the standard
328 <listitem><para>Compress or decompress to standard
344 <term><computeroutput>-z --compress</computeroutput></term>
525 Compress Decompress Decompress Corpus
593 several hundred times) may compress more slowly than normal.
753 compress and decompress data from a user-supplied input buffer to
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 209 // Compress the PNG image to WebP format (Quality=90) and decode it back.
212 assertTrue(bPng.compress(CompressFormat.WEBP, 90, oStreamWebp));
398 bitmap.compress(Bitmap.CompressFormat.JPEG, 0, stm);
YuvImageTest.java 254 // Compress rect1 in testBitmap and rect2 in image.
270 // Compress rect in image.
286 // Compress rect in image to a jpeg and then decode the jpeg to a bitmap.
  /external/chromium/chrome/browser/metrics/
metrics_service.h 75 COMPRESS_FAIL, // Failed to compress log.
249 // Convert |pending_log_| to XML in |compressed_log_|, and compress it for
253 // Convert pending_log_ to XML, compress it, and prepare to pass to server.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 262 * Get an attribute from the DOM. Simple redirect, exists to compress code.
279 * Set an attribute in the DOM. Simple redirect to compress code.
290 * Remove an attribute from the DOM. Simple redirect to compress code.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 262 * Get an attribute from the DOM. Simple redirect, exists to compress code.
279 * Set an attribute in the DOM. Simple redirect to compress code.
290 * Remove an attribute from the DOM. Simple redirect to compress code.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 236 compressed_bytes = self._compress.compress(bytes)
238 self._logger.debug('Compress input %r', bytes)
239 self._logger.debug('Compress result %r', compressed_bytes)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 262 * Get an attribute from the DOM. Simple redirect, exists to compress code.
279 * Set an attribute in the DOM. Simple redirect to compress code.
290 * Remove an attribute from the DOM. Simple redirect to compress code.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 262 * Get an attribute from the DOM. Simple redirect, exists to compress code.
279 * Set an attribute in the DOM. Simple redirect to compress code.
290 * Remove an attribute from the DOM. Simple redirect to compress code.
  /external/chromium_org/third_party/icu/source/common/
ucnvscsu.c     [all...]
  /external/chromium_org/third_party/jstemplate/
util.js 258 * Get an attribute from the DOM. Simple redirect, exists to compress code.
275 * Set an attribute in the DOM. Simple redirect to compress code.
286 * Remove an attribute from the DOM. Simple redirect to compress code.
  /external/icu4c/common/
ucnvscsu.c     [all...]
  /external/zlib/src/contrib/ada/
zlib-thin.ads 160 function compress
399 pragma Import (C, compress, "compress");
  /frameworks/base/tools/aapt/
Package.cpp 28 /* these formats are already compressed, or don't compress well */
379 /* don't compress certain files, e.g. PNGs */
416 * Determine whether or not we want to try to compress this file based
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 224 return charset # cannot compress
228 # compress character map
320 return charset # cannot compress
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 261 // rearrange the data in memory. (For comparison, the PNG compress takes about 500ms
289 bmp.compress(Bitmap.CompressFormat.PNG, 90, fos);
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 261 if (!bmp.compress(CompressFormat.PNG, 100, fout)) {
262 Log.d(LOG_TAG, "Failed to compress image");
  /external/chromium_org/third_party/lcov/man/
lcovrc.5 124 # Compress all generated html files with gzip.
403 If set, compress all html files using gzip.
  /external/chromium_org/third_party/lcov-1.9/man/
lcovrc.5 127 # Compress all generated html files with gzip.
431 If set, compress all html files using gzip.
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c     [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 165 " -1 Compress faster\n" \
166 " -9 Compress better\n\n" \
  /external/dropbear/libtomcrypt/src/hashes/
sha1.c 72 /* compress */
211 * then compress. Then we can fall back to padding zeros and length

Completed in 2242 milliseconds

<<11121314151617181920>>