Searched defs:compression (Results 1 - 25 of 44) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
H A DTestAll.java7 package com.ibm.icu.dev.test.compression;
H A DDecompressionTest.java7 package com.ibm.icu.dev.test.compression;
H A DExhaustiveTest.java7 package com.ibm.icu.dev.test.compression;
117 // perform the compression in a loop
120 // do the compression
/external/v8/tools/testrunner/network/
H A Dendpoint.py39 from ..server import compression namespace
80 compression.Send(result, self.sock)
121 compression.Send([[-1, message]], sock)
H A Dnetwork_execution.py40 from ..server import compression namespace
97 compression.Send([constants.REQUEST_PUBKEY_FINGERPRINT], self.local_socket)
101 self.local_receiver = compression.Receiver(self.local_socket)
163 compression.Send(constants.END_OF_STREAM, self.local_socket)
183 compression.Send(data, sock)
184 compression.Send(constants.END_OF_STREAM, sock)
185 rec = compression.Receiver(sock)
204 compression.Send(
227 compression.Send([constants.UNRESPONSIVE_PEER, peer.address],
254 compression
[all...]
/external/v8/tools/testrunner/server/
H A Dlocal_handler.py33 from . import compression namespace
41 compression.Send(query, sock)
42 compression.Send(constants.END_OF_STREAM, sock)
43 rec = compression.Receiver(sock)
56 rec = compression.Receiver(self.request)
65 compression.Send([action, response], self.request)
71 compression.Send([action, self.server.daemon.pubkey_fingerprint],
75 compression.Send([action, self._GetStatusMessage()], self.request)
79 compression.Send([action, fingerprint], self.request)
94 compression
[all...]
H A Dstatus_handler.py32 from . import compression namespace
42 compression.Send(query, sock)
43 compression.Send(constants.END_OF_STREAM, sock)
44 rec = compression.Receiver(sock)
79 rec = compression.Receiver(self.request)
86 compression.Send([action, response], self.request)
90 compression.Send([action, response], self.request)
102 compression.Send([action, response], self.request)
105 compression.Send(constants.END_OF_STREAM, self.request)
H A Dwork_handler.py35 from . import compression namespace
45 rec = compression.Receiver(self.request)
79 compression.Send([[-1, error_message]], self.request)
80 compression.Send(constants.END_OF_STREAM, self.request)
/external/deqp/executor/
H A DxeTestLogWriter.cpp147 static const char* getImageCompressionName (ri::Image::Compression compression) argument
149 switch (compression)
272 << Writer::Attribute("CompressionMode", getImageCompressionName(image.compression))
H A DxeTestResultParser.cpp230 static ri::Image::Compression getImageCompression (const char* compression) argument
232 return (ri::Image::Compression)getEnumValue("image compression", s_compressionMap, DE_LENGTH_OF_ARRAY(s_compressionMap), compression);
532 image->compression = getImageCompression(getAttribute("CompressionMode"));
H A DxeTestCaseResult.hpp260 Image (void) : Item(TYPE_IMAGE), width(0), height(0), format(FORMAT_LAST), compression(COMPRESSION_LAST) {}
268 Compression compression; member in class:xe::ri::Image
/external/vboot_reference/firmware/include/
H A Dbmpblk_header.h106 uint32_t compression; /* Compression method for the image file */ member in struct:ImageInfo
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp139 int width = 0, height = 0, photometric = 0, compression = 0; local
146 (!TIFFGetField( tif, TIFFTAG_COMPRESSION, &compression ) ||
147 (compression != COMPRESSION_LZW &&
148 compression != COMPRESSION_OJPEG)))
/external/vboot_reference/utility/
H A Dbmpblk_utility.cc63 void BmpBlockUtil::force_compression(uint32_t compression) { argument
64 compression_ = compression;
165 } else if (keyword == "compression") {
211 error("Invalid compression specified in config file (%d)\n", comp);
408 it->second.data.compression = compression_;
422 it->second.data.compression = compression_;
452 it->second.data.compression = compression_;
461 error("Unsupported compression method attempted.\n");
654 " -z NUM = compression algorithm to use\n"
689 int compression local
[all...]
/external/deqp/framework/common/
H A DtcuTestLog.cpp48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImageCompressionMode compression) argument
54 , m_compression (compression)
58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, qpImageCompressionMode compression) argument
64 , m_compression (compression)
/external/skia/src/codec/
H A DSkCodec_libbmp.cpp76 * Possible bitmap compression types
184 // This value is only used by RLE compression. Bmp in Ico files do not
185 // use RLE. If the compression field is incorrectly signaled as RLE,
222 // The compression method for the pixel data
223 uint32_t compression = kNone_BitmapCompressionMethod; local
288 compression = get_int(iBuffer.get(), 12);
332 // Determine the input compression format and set bit masks if necessary
335 switch (compression) {
407 SkCodecPrintf("Error: compression format not supported.\n");
455 // In addition to more standard pixel compression format
[all...]
/external/libxml2/
H A Dc14n.c2064 * @compression: the compression level (zlib requred):
2067 * >0 - compression level
2078 int with_comments, const char *filename, int compression)
2088 if (compression < 0)
2089 compression = xmlGetCompressMode();
2095 buf = xmlOutputBufferCreateFilename(filename, NULL, compression);
2076 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
H A Dxmlsave.c1835 int compression = 0; /* TODO handle compression option */ local
1840 compression);
2713 if (cur->compression < 0) cur->compression = xmlGetCompressMode();
2718 buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression);
2757 * Dump an XML document to a file. Will use compression if
2775 * Dump an XML document to a file. Will use compression if
/external/openssh/
H A Dreadconf.h56 int compression; /* Compress packets in both directions. */ member in struct:__anon13021
H A Dservconf.h127 int compression; /* If true, compression is allowed */ member in struct:__anon13030
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs.h223 __le16 compression; member in struct:squashfs_super_block
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h222 __le16 compression; member in struct:squashfs_super_block
/external/libpng/
H A Dpngstruct.h61 /* The type of a compression buffer list used by the write code. */
237 int zlib_level; /* holds zlib compression level */
238 int zlib_method; /* holds zlib compression method */
239 int zlib_window_bits; /* holds zlib compression window bits */
240 int zlib_mem_level; /* holds zlib compression memory level */
241 int zlib_strategy; /* holds zlib compression strategy */
245 int zlib_text_level; /* holds zlib compression level */
246 int zlib_text_method; /* holds zlib compression method */
247 int zlib_text_window_bits; /* holds zlib compression window bits */
248 int zlib_text_mem_level; /* holds zlib compression memor
294 png_byte compression; /* file compression type (always 0) */ member in struct:png_struct_def
[all...]
H A Dpngwutil.c258 unsigned int z_cmf = data[0]; /* zlib compression method and flags */
293 /* 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
833 png_warning(png_ptr, "Invalid compression type specified");
1010 /* First time. Ensure we have a temporary buffer for compression and
1194 png_byte new_name[81]; /* 1 byte for the compression byte */
1227 /* Make sure we include the NULL after the name and the compression type */
1232 /* Allow for keyword terminator and compression byt
1621 png_write_zTXt(png_structrp png_ptr, png_const_charp key, png_const_charp text, png_size_t text_len, int compression) argument
1673 png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key, png_const_charp lang, png_const_charp lang_key, png_const_charp text) argument
[all...]
/external/libxml2/include/libxml/
H A Dtree.h562 int compression;/* level of zlib compression */ member in struct:_xmlDoc

Completed in 570 milliseconds

12