| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_zipimport.py | 60 compression = ZIP_STORED variable in class:UncompressedZipImportTestCase 74 zinfo.compress_type = self.compression 133 if self.compression != ZIP_DEFLATED: 136 if self.compression != ZIP_STORED: 212 zinfo.compress_type = self.compression 256 zinfo.compress_type = self.compression 287 z.compression = self.compression 387 compression = ZIP_DEFLATED variable in class:CompressedZipImportTestCase
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_zipimport.py | 60 compression = ZIP_STORED variable in class:UncompressedZipImportTestCase 74 zinfo.compress_type = self.compression 133 if self.compression != ZIP_DEFLATED: 136 if self.compression != ZIP_STORED: 212 zinfo.compress_type = self.compression 256 zinfo.compress_type = self.compression 287 z.compression = self.compression 387 compression = ZIP_DEFLATED variable in class:CompressedZipImportTestCase
|
| /external/chromium_org/third_party/libpng/ |
| pngwrite.c | 234 info_ptr->text[i].compression); 236 if (info_ptr->text[i].compression > 0) 241 info_ptr->text[i].compression, 250 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; 253 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt) 259 info_ptr->text[i].compression); 264 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; 266 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) 274 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; 341 info_ptr->text[i].compression); [all...] |
| /external/qemu/distrib/libpng-1.2.46/ |
| pngwrite.c | 234 info_ptr->text[i].compression); 236 if (info_ptr->text[i].compression > 0) 241 info_ptr->text[i].compression, 250 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; 253 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt) 259 info_ptr->text[i].compression); 264 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; 266 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) 274 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; 341 info_ptr->text[i].compression); [all...] |
| /external/chromium_org/build/android/gyp/ |
| package_resources.py | 44 parser.add_option('--no-compress', help='disables compression for the '
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
| HAREntry.js | 121 var compression = this.responseCompression; 122 if (typeof compression === "number") 123 content.compression = compression;
|
| /external/chromium_org/third_party/leveldatabase/src/issues/ |
| issue178_test.cc | 35 // Open database. Disable compression since it affects the creation 41 db_options.compression = leveldb::kNoCompression;
|
| /external/smack/src/org/jivesoftware/smack/compression/ |
| Java7ZlibInputOutputStream.java | 16 package org.jivesoftware.smack.compression; 29 * This class provides XMPP "zlib" compression with the help of the Deflater class of the Java API. Note that the method
|
| /external/chromium_org/third_party/libxml/src/include/libxml/ |
| xmlIO.h | 228 int compression); 274 int compression); 330 int compression );
|
| xmlwriter.h | 36 xmlNewTextWriterFilename(const char *uri, int compression); 38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression); 40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression); 42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression); 45 int compression);
|
| /external/libxml2/include/libxml/ |
| xmlIO.h | 228 int compression); 280 int compression); 336 int compression );
|
| xmlwriter.h | 35 xmlNewTextWriterFilename(const char *uri, int compression); 37 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression); 39 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression); 41 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression); 44 int compression);
|
| /external/chromium_org/third_party/libxml/src/ |
| xmlIO.c | 1207 * @compression: the compression factor (0 - 9 included) 1215 xmlGzfileOpenW (const char *filename, int compression) { 1220 snprintf(mode, sizeof(mode), "wb%d", compression); 1319 int compression; member in struct:xmlIOHTTPWriteCtxt_ [all...] |
| /external/libxml2/ |
| xmlIO.c | 1221 * @compression: the compression factor (0 - 9 included) 1229 xmlGzfileOpenW (const char *filename, int compression) { 1234 snprintf(mode, sizeof(mode), "wb%d", compression); 1452 int compression; member in struct:xmlIOHTTPWriteCtxt_ [all...] |
| /external/libpng/ |
| pngwrite.c | 283 info_ptr->text[i].compression); 285 if (info_ptr->text[i].compression > 0) 290 info_ptr->text[i].compression, 299 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; 303 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt) 309 info_ptr->text[i].compression); 314 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; 317 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) 325 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; 378 info_ptr->text[i].compression); [all...] |
| /external/smack/src/org/jivesoftware/smack/ |
| Connection.java.orig | 38 import org.jivesoftware.smack.compression.JzlibInputOutputStream; 39 import org.jivesoftware.smack.compression.XMPPInputOutputStream; 40 import org.jivesoftware.smack.compression.Java7ZlibInputOutputStream; 126 // Add the Java7 compression handler first, since it's preferred 128 // If we don't have access to the Java7 API use the JZlib compression handler 326 * Returns true if network traffic is being compressed. When using stream compression network 327 * traffic can be reduced up to 90%. Therefore, stream compression is ideal when using a slow [all...] |
| Connection.java | 38 import org.jivesoftware.smack.compression.JzlibInputOutputStream; 39 import org.jivesoftware.smack.compression.XMPPInputOutputStream; 40 import org.jivesoftware.smack.compression.Java7ZlibInputOutputStream; 126 // Add the Java7 compression handler first, since it's preferred 128 // If we don't have access to the Java7 API use the JZlib compression handler 326 * Returns true if network traffic is being compressed. When using stream compression network 327 * traffic can be reduced up to 90%. Therefore, stream compression is ideal when using a slow [all...] |
| /bootable/recovery/minzip/ |
| Zip.h | 38 int compression; member in struct:ZipEntry
|
| /build/core/ |
| dynamic_binary.mk | 51 $(error Symbol compression not yet supported.)
|
| /build/tools/releasetools/ |
| img_from_target_files | 80 output_zip = zipfile.ZipFile(args[1], "w", compression=zipfile.ZIP_DEFLATED)
|
| img_from_target_files.py | 80 output_zip = zipfile.ZipFile(args[1], "w", compression=zipfile.ZIP_DEFLATED)
|
| /external/chromium_org/third_party/brotli/src/woff2/ |
| buffer.h | 50 util::compression::font::Failure(__FILE__, __LINE__, __PRETTY_FUNCTION__)
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| autocompact_test.cc | 26 options_.compression = kNoCompression;
|
| /external/deqp/framework/common/ |
| tcuTestLog.hpp | 252 LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImageCompressionMode compression = QP_IMAGE_COMPRESSION_MODE_BEST); 254 LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, qpImageCompressionMode compression = QP_IMAGE_COMPRESSION_MODE_BEST); 256 LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, const Vec4& scale, const Vec4& bias, qpImageCompressionMode compression = QP_IMAGE_COMPRESSION_MODE_BEST) 262 , m_compression (compression)
|
| /external/zlib/src/contrib/pascal/ |
| example.pas | 1 (* example.c -- usage example of the zlib compression library 29 * stresses the compression code better, sorry... 185 var c_stream: z_stream; (* compression stream *) 269 * Test deflate with large buffers and dynamic change of compression level 274 var c_stream: z_stream; (* compression stream *) 297 (* Feed in already compressed data and switch to no compression: *) 369 var c_stream: z_stream; (* compression stream *) 451 var c_stream: z_stream; (* compression stream *)
|