HomeSort by relevance Sort by last modified time
    Searched refs:compression (Results 201 - 225 of 412) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DecompressionTest.java 10 package android.icu.dev.test.compression;
ExhaustiveTest.java 10 package android.icu.dev.test.compression;
126 // perform the compression in a loop
129 // do the compression
143 /*System.out.logln("Compression pass complete. Compressed "
308 // Compression modes
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DecompressionTest.java 9 package com.ibm.icu.dev.test.compression;
ExhaustiveTest.java 9 package com.ibm.icu.dev.test.compression;
123 // perform the compression in a loop
126 // do the compression
140 /*System.out.logln("Compression pass complete. Compressed "
305 // Compression modes
  /external/libmojo/build/android/gyp/util/
build_utils.py 265 compress: Whether to enable compression. Default is take from ZipFile
285 # growing files, disable compression at an arbitrary cut off point.
291 compress_type = zip_file.compression
  /external/libxml2/
c14n.c     [all...]
  /external/libxml2/include/libxml/
globals.h 59 int compression);
  /external/python/cpython3/Lib/
ssl.py 672 def compression(self): member in class:SSLObject
673 """Return the current compression algorithm in use, or ``None`` if
674 compression was not negotiated or not supported by one of the peers."""
675 return self._sslobj.compression()
921 def compression(self): member in class:SSLSocket
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 131 /* Check the MAJOR & MINOR versions and compression type */
134 le16_to_cpu(sblk->compression));
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 408 float compression = 1.0f; member in struct:sdm::HWLayerConfig
  /external/deqp/executor/
xeTestResultParser.cpp 232 static ri::Image::Compression getImageCompression (const char* compression)
234 return (ri::Image::Compression)getEnumValue("image compression", s_compressionMap, DE_LENGTH_OF_ARRAY(s_compressionMap), compression);
534 image->compression = getImageCompression(getAttribute("CompressionMode"));
  /external/piex/src/
tiff_parser.cc 386 std::uint32_t compression = 0; local
388 !tiff_directory.Get(kTiffTagCompression, &compression)) {
399 switch (compression) {
  /hardware/interfaces/camera/common/1.0/default/
Exif.cpp 84 // sets the compression scheme used for the image data.
86 virtual bool setCompression(uint16_t compression);
423 bool ExifUtilsImpl::setCompression(uint16_t compression) {
424 SET_SHORT(EXIF_IFD_0, EXIF_TAG_COMPRESSION, compression);
    [all...]
  /external/ImageMagick/coders/
pict.c     [all...]
dcm.c 261 { 0x0008, 0x2110, "CS", "Old Lossy Image Compression" },
648 { 0x0018, 0x11a2, "DS", "Compression Force" },
    [all...]
  /external/ImageMagick/www/api/
magick-property.php 206 <p>MagickGetCompression() gets the wand compression type.</p>
228 <p>MagickGetCompressionQuality() gets the wand compression quality.</p>
556 <p>MagickGetInterpolateMethod() gets the wand compression.</p>
    [all...]
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 686 S3TC texture compression is supported for two-dimensional array textures.
693 the three-dimensional compression format provided in the
699 S3TC compression is not supported for one-dimensional texture targets in
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go 168 // We only support null compression, so check that the client offered it.
169 for _, compression := range hs.clientHello.compressionMethods {
170 if compression == compressionNone {
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server.go 168 // We only support null compression, so check that the client offered it.
169 for _, compression := range hs.clientHello.compressionMethods {
170 if compression == compressionNone {
  /external/libpng/contrib/libtests/
makepng.c 100 * filters give byte sequences for maximal zlib compression. By default (if
438 * has value 1 this should result in maximum compression.
800 /* Max out the text compression level in an attempt to make the license
    [all...]
  /external/syslinux/com32/lib/libpng/
pngpread.c 929 png_warning(png_ptr, "Extra compression data");
    [all...]
  /art/test/etc/
default-build 185 elif [ "x$1" = "x--zip-compression-method" ]; then
186 # Allow using different zip compression method, e.g. 'store'
253 command zip --compression-method "$ZIP_COMPRESSION_METHOD" "$zip_target" "$entry_src" "$@"
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 327 __u8 compression; member in struct:btrfs_file_extent_item
  /build/make/tools/releasetools/
common.py 925 # Make sure that all the values in the compression map have the same
926 # extension. We don't support multiple compression methods in the same
    [all...]
ota_from_target_files 664 compatibility_archive, "w", compression=zipfile.ZIP_DEFLATED)
732 staging_file, "w", compression=zipfile.ZIP_DEFLATED)
    [all...]

Completed in 1058 milliseconds

1 2 3 4 5 6 7 891011>>