/system/unwinding/libunwindstack/tests/ |
D | MemoryXzTest.cpp | 54 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local 55 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F() 66 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.one-block"); in TEST_F() local 67 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F() 78 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.odd-sizes"); in TEST_F() local 79 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F() 89 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.non-power"); in TEST_F() local 90 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F() 100 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local 101 MemoryXz xz(compressed.get(), 0, compressed->Size(), "boot_arm.oat"); in TEST_F() [all …]
|
/system/apex/apexd/apexd_testdata/ |
D | Android.bp | 30 name: "com.android.apex.compressed.key", 31 public_key: "com.android.apex.compressed.avbpubkey", 32 private_key: "com.android.apex.compressed.pem", 47 name: "com.android.apex.compressed.v1", 51 key: "com.android.apex.compressed.key", 58 name: "com.android.apex.compressed.v1_different_digest", 62 key: "com.android.apex.compressed.key", 87 // Generates a compressed apex which doesn't have an original_apex file in it 89 out: ["com.android.apex.compressed.v1_without_apex.capex"], 90 srcs: [":com.android.apex.compressed.v1"], [all …]
|
/system/update_engine/payload_consumer/ |
D | xz_extent_writer_unittest.cc | 89 void WriteAll(const brillo::Blob& compressed) { in WriteAll() argument 91 EXPECT_TRUE(xz_writer_->Write(compressed.data(), compressed.size())); in WriteAll() 139 brillo::Blob compressed(std::begin(kCompressed30KiBofA), in TEST_F() local 142 for (uint8_t byte : compressed) { in TEST_F()
|
/system/extras/ANRdaemon/ |
D | README | 14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file. 16 The compressed trace file can be parsed using systrace: 17 $ systrace.py --from-file=<path to compressed trace file>
|
/system/apex/apexd/ |
D | Android.bp | 525 ":com.android.apex.compressed.v1", 526 ":com.android.apex.compressed.v1_different_digest", 527 ":com.android.apex.compressed.v1_different_digest_original", 528 ":com.android.apex.compressed.v1{.apex}", 529 ":com.android.apex.compressed.v2", 530 ":com.android.apex.compressed.v2_original", 533 "apexd_testdata/com.android.apex.compressed.avbpubkey", 632 ":com.android.apex.compressed.v1", 633 ":com.android.apex.compressed.v1_different_digest", 634 ":com.android.apex.compressed.v1_different_digest_original", [all …]
|
/system/update_engine/lz4diff/ |
D | lz4diff.proto | 38 // optional SHA256 hash of re-compressed blob 40 // Patch to apply to re-compressed blob
|
/system/libufdt/tests/testdata/ |
D | suffix_compress-base.dts | 4 /* these name could be suffix compressed in dtb after compiled */
|
/system/apex/tests/ |
D | Android.bp | 284 ":com.android.apex.compressed.v1", 285 ":com.android.apex.compressed.v1{.apex}", 286 ":com.android.apex.compressed.v1_different_digest", 287 ":com.android.apex.compressed.v2", 305 ":com.android.apex.compressed.v1{.apex}", 306 ":com.android.apex.compressed.v2_original",
|
/system/apex/docs/ |
D | README.md | 495 ## Compressed apexes {#compressed-apex} 502 APEX compression minimizes the storage impact by using a highly-compressed 521 This is the format of a compressed APEX file. 523 ![Compressed APEX file format](compressed-apex-format.png) 527 At the top level, a compressed APEX file is a zip file containing the original apex in deflated 544 ### Building compressed apex 549 Note: the outer apk container of the produced compressed apex file won't be 570 compressed. Such property is required due to the fact that not all apexes are 571 compressible as mentioned in the [section above](#compressed-apex). 576 image built from source should contain compressed apexes or not. [all …]
|
/system/apex/proto/ |
D | apex_manifest.proto | 76 // Valid only for compressed APEX. This field contains the root digest of 81 // Exists only for compressed APEX
|
/system/libziparchive/cli-tests/ |
D | zipinfo.test | 31 7 files, 1033 bytes uncompressed, 20 bytes compressed: 98.1%
|
D | unzip.test | 173 No errors detected in compressed data of $FILES/example.zip.
|
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 130 std::vector<uint8_t> compressed; in CreateMemoryFromCompressedSection() local 132 compressed.resize(info.size); in CreateMemoryFromCompressedSection() 133 if (!elf_memory->ReadFully(info.offset, compressed.data(), info.size)) { in CreateMemoryFromCompressedSection() 136 compressed_data = compressed.data(); in CreateMemoryFromCompressedSection()
|
D | AndroidVersions.md | 135 * Added support for a compressed .debug\_frame, compressed with either zlib or
|
/system/libziparchive/ |
D | ziptool.cpp | 117 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() argument 119 return static_cast<float>(100LL * (uncompressed - compressed)) / in CompressionRatio()
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | apexd.te | 152 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | apexd.te | 172 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | apexd.te | 157 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
|
/system/sepolicy/private/ |
D | apexd.te | 152 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | apexd.te | 149 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | apexd.te | 173 # Allow apexd to release compressed blocks in case /data is f2fs-compressed fs.
|
/system/update_engine/ |
D | update_metadata.proto | 30 // // The DeltaArchiveManifest protobuf serialized, not compressed. 166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. 376 // Max bytes to be compressed at once during ota. Options: 4k, 8k, 16k, 32k, 438 // Information on compressed APEX to figure out how much space is required for
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 30 // // The DeltaArchiveManifest protobuf serialized, not compressed. 166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. 376 // Max bytes to be compressed at once during ota. Options: 4k, 8k, 16k, 32k, 438 // Information on compressed APEX to figure out how much space is required for
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 121 // Max bytes to be compressed at once (4k, 8k, 16k, 32k, 64k, 128k)
|
/system/extras/simpleperf/doc/ |
D | view_the_profile.md | 51 the following `pprof` command to upload the compressed profile:
|