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

<<11121314151617

  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 501 // If input is supplied and the compression savings are below 1/16th of the
620 // results only gains very little from compression.
deflatefast.go 159 // compression we first update the hash table at s-1 and at s. If
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 349 the appropriate compression extension (".gz", or ".bz2").
356 # flags for compression program, each element of list will be an argument
450 compression=zipfile.ZIP_DEFLATED)
tarfile.py 336 """Exception for unavailable compression methods."""
391 blockwise. Use of gzip or bzip2 compression is possible.
407 # Enable transparent compression detection for the
449 """Initialize for writing with gzip compression.
520 raise CompressionError("unsupported compression method")
617 """Small proxy class that enables transparent compression
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 349 the appropriate compression extension (".gz", or ".bz2").
356 # flags for compression program, each element of list will be an argument
450 compression=zipfile.ZIP_DEFLATED)
tarfile.py 336 """Exception for unavailable compression methods."""
391 blockwise. Use of gzip or bzip2 compression is possible.
407 # Enable transparent compression detection for the
449 """Initialize for writing with gzip compression.
520 raise CompressionError("unsupported compression method")
617 """Small proxy class that enables transparent compression
    [all...]
  /external/libpng/
pngpriv.h     [all...]
  /external/pdfium/third_party/libpng16/
pngpriv.h     [all...]
  /external/python/cpython3/Lib/asyncio/
selector_events.py     [all...]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 348 o.compression = table::kNoCompression;
491 // N.B.: the default use of Snappy compression may not be supported on all
494 options.compression = table::kNoCompression;
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 159 // compression we first update the hash table at s-1 and at s. If
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 215 // Extensions for multi-file compression (.dwz)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 128 // http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07#appendix-B
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 215 // Extensions for multi-file compression (.dwz)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 128 // http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07#appendix-B
  /external/ImageMagick/coders/
png.c 2448 compression; local
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_server.go 385 // TLS 1.3 forbids clients from advertising any non-null compression.
387 return errors.New("tls: client sent compression method other than null for TLS 1.3")
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 4260 ContentCompression* const compression = local
    [all...]
  /external/ImageMagick/MagickCore/
image.c 149 % structure. For example, filename, compression, depth, background color,
251 image->compression=image_info->compression;
381 % structure. For example, filename, compression, depth, background color,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 336 """Exception for unavailable compression methods."""
391 blockwise. Use of gzip or bzip2 compression is possible.
407 # Enable transparent compression detection for the
449 """Initialize for writing with gzip compression.
518 raise CompressionError("unsupported compression method")
615 """Small proxy class that enables transparent compression
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 336 """Exception for unavailable compression methods."""
391 blockwise. Use of gzip or bzip2 compression is possible.
407 # Enable transparent compression detection for the
455 """Initialize for writing with gzip compression.
526 raise CompressionError("unsupported compression method")
623 """Small proxy class that enables transparent compression
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 399 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d",
403 png_warning(png_ptr, "Unknown zTXt compression type");
1102 /* There should be at least one zero (the compression type byte)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 336 """Exception for unavailable compression methods."""
391 blockwise. Use of gzip or bzip2 compression is possible.
407 # Enable transparent compression detection for the
449 """Initialize for writing with gzip compression.
520 raise CompressionError("unsupported compression method")
617 """Small proxy class that enables transparent compression
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 336 """Exception for unavailable compression methods."""
391 blockwise. Use of gzip or bzip2 compression is possible.
407 # Enable transparent compression detection for the
449 """Initialize for writing with gzip compression.
520 raise CompressionError("unsupported compression method")
617 """Small proxy class that enables transparent compression
    [all...]
  /build/soong/third_party/zip/
reader.go 20 ErrAlgorithm = errors.New("zip: unsupported compression algorithm")

Completed in 1116 milliseconds

<<11121314151617