Searched refs:uncompressed (Results 1 – 23 of 23) sorted by relevance
70 auto uncompressed = Uncompress(v); in PngMutator() local71 chunks_.push_back({type, uncompressed}); in PngMutator()72 auto compressed = Compress(uncompressed); in PngMutator()249 V Compress(const V &uncompressed) { in Compress() argument252 for (size_t sz = uncompressed.size(); sz < kMaxBuffer; sz *= 2) { in Compress()256 compress(v.data(), &len, uncompressed.data(), uncompressed.size()); in Compress()
1 oat file has dex code, but APK has uncompressed dex code2 oat file has dex code, but APK has uncompressed dex code
15 The purpose of zipalign is to ensure that all uncompressed data starts25 Compressed data isn't very useful until it's uncompressed, so there's no38 uncompressed in the zip archive, to a 4096-byte page boundary. This
1 This should be uncompressed.
117 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() argument118 if (uncompressed == 0) return 0; in CompressionRatio()119 return static_cast<float>(100LL * (uncompressed - compressed)) / in CompressionRatio()120 static_cast<float>(uncompressed); in CompressionRatio()
1 Test that dex2oat can compile an APK that has uncompressed dex files,
6 * and the dex file is stored uncompressed in a ZIP file
38 // Glob matching the list of files to leave uncompressed in the APKs.41 // Examples: "res/raw/**", "assets/**/*.uncompressed", etc.
178 // Indicates whether the APK is uncompressed system APK, stub APK or
31 7 files, 1033 bytes uncompressed, 20 bytes compressed: 98.1%
435 uncompressed = tempfile.NamedTemporaryFile()437 open(uncompressed.name, "wb") as out_file:446 unsigned = uncompressed
25 2. Size (the uncompressed size of the log messages in bytes)
207 * handling of the media (compressed and uncompressed) is handled within
45 uncompressed and located at 4 KB boundaries.569 form with compression level of 9 and other files stored uncompressed.579 `original_apex` is the original uncompressed [APEX file](#apex-format).623 extension. It makes it easier to distinguish between compressed and uncompressed656 5. Finally, regular activation logic for uncompressed APEX files is performed
1654 // An empty.dex that is empty and uncompressed for the dex2oat tests.1663 // An empty.dex that is empty and uncompressed and aligned for the dex2oat tests.1671 // A copy of Main with the classes.dex uncompressed for the dex2oat tests.1679 // A copy of Main with the classes.dex uncompressed and aligned for the dex2oat tests.1698 // A copy of MultiDex with the classes.dex uncompressed for the OatFile tests.1706 // A copy of MultiDex with the classes.dex uncompressed and aligned for the OatFile tests.
146 (on a 4096-byte boundary) in the zip file and stored uncompressed.152 page-aligned and stored uncompressed for this to work.
42 saved uncompressed (`ZIP_STORED`), so that their data can be downloaded directly
2395 mv $@ $@.uncompressed; \2396 $(MINIGZIP) -c $@.uncompressed > $@.compressed; \2397 rm -f $@.uncompressed; \
261 * amount of the uncompressed frame data can be very large if video size is
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...