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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 64 the appropriate compression extension (".gz", ".bz2" or ".Z").
71 # flags for compression program, each element of list will be an argument
107 # compression using `compress`
163 compression=zipfile.ZIP_DEFLATED)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
717 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
726 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 10 import zlib # We may need its compression method
35 # constants for Zip file compression methods
38 # Other ZIP compression methods not supported
296 self.compress_type = ZIP_STORED # Type of compression for the file
655 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
660 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
669 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
674 if compression == ZIP_STORED:
676 elif compression == ZIP_DEFLATED:
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
717 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
726 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False)
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
717 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
726 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method
36 # constants for Zip file compression methods
39 # Other ZIP compression methods not supported
308 self.compress_type = ZIP_STORED # Type of compression for the file
530 raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
532 raise NotImplementedError("compression type %d" % (self._compress_type,))
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False)
    [all...]
  /external/ImageMagick/tests/
validate.c     [all...]
  /external/libxml2/
xmlwriter.c 235 * @compression: compress the output?
242 xmlNewTextWriterFilename(const char *uri, int compression)
247 out = xmlOutputBufferCreateFilename(uri, NULL, compression);
270 * @compression: compress the output?
273 * TODO: handle compression
278 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression ATTRIBUTE_UNUSED)
283 /*::todo handle compression */
306 * @compression: compress the output?
311 * TODO: handle compression
317 int compression ATTRIBUTE_UNUSED
    [all...]
  /external/libpng/
pngtest.c 15 * the basic chunk handling, filtering, and (de)compression code is working
20 * 1) when the compression level or filter selection method is changed.
820 switch (text_ptr[--num_text].compression)
829 text_ptr[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
837 text_ptr[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
843 png_error(png_ptr, "invalid text chunk compression field");
    [all...]
pngwutil.c 258 unsigned int z_cmf = data[0]; /* zlib compression method and flags */
291 /* Initialize the compressor for the appropriate type of compression. */
438 /* Clean up (or trim) a linked list of compression buffers. */
487 /* Compress the data in the compression state input */
509 /* Set up the compression buffers, we need a loop here to avoid overflowing a
757 png_warning(png_ptr, "Invalid compression type specified");
937 /* First time. Ensure we have a temporary buffer for compression and
    [all...]
  /external/pdfium/third_party/libpng16/
pngwutil.c 258 unsigned int z_cmf = data[0]; /* zlib compression method and flags */
291 /* Initialize the compressor for the appropriate type of compression. */
438 /* Clean up (or trim) a linked list of compression buffers. */
487 /* Compress the data in the compression state input */
509 /* Set up the compression buffers, we need a loop here to avoid overflowing a
752 png_warning(png_ptr, "Invalid compression type specified");
932 /* First time. Ensure we have a temporary buffer for compression and
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /external/ImageMagick/MagickCore/
property.c 152 image->compression=clone_image->compression;
935 { 0x103, "exif:Compression" },
4032 compression; local
    [all...]
  /external/python/cpython3/Lib/asyncio/
sslproto.py 610 compression=sslobj.compression(),
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 27 // Tests that compressing and then decompressing the given file at the given compression level and dictionary
  /prebuilts/go/darwin-x86/src/net/http/
doc.go 44 compression, and other settings, create a Transport:
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 27 // Tests that compressing and then decompressing the given file at the given compression level and dictionary
  /prebuilts/go/linux-x86/src/net/http/
doc.go 44 compression, and other settings, create a Transport:
  /external/ImageMagick/MagickWand/
magick-property.c 296 % MagickGetCompression() gets the wand compression type.
314 return(wand->image_info->compression);
329 % MagickGetCompressionQuality() gets the wand compression quality.
    [all...]
  /external/ImageMagick/coders/
ept.c 456 write_info->compression=NoCompression;
jbig.c 211 image->compression=JBIG2Compression;

Completed in 882 milliseconds

1 2 3 4 5 6 78 91011>>