/aosp12/system/core/fs_mgr/libstorage_literals/storage_literals/ |
H A D | storage_literals.h | 38 using MiB = Size<20>; variable 49 constexpr MiB operator""_MiB(unsigned long long v) { // NOLINT 50 return MiB{v};
|
/aosp12/system/bpf/bpfloader/ |
H A D | bpfloader.rc | 30 # Actually only 8MiB would be needed if bpfloader ran as its own uid. 33 # So, for example, if the graphics stack has already allocated 10MiB of 35 # if its memlock rlimit is only 8MiB - since there would be none left for it.
|
/aosp12/build/make/tools/releasetools/ |
H A D | test_common.py | 35 MiB = 1024 * KiB variable 36 GiB = 1024 * MiB 42 step_size = 4 * MiB 426 for chunk in iter(lambda: entry.read(4 * MiB), b''): 2030 block_diffs = [MockBlockDifference("system", FakeSparseImage(1536 * MiB), 2031 src=FakeSparseImage(1024 * MiB)), 2032 MockBlockDifference("vendor", FakeSparseImage(512 * MiB), 2033 src=FakeSparseImage(1024 * MiB)), 2035 src=FakeSparseImage(1024 * MiB)), 2037 src=FakeSparseImage(1024 * MiB)), [all …]
|
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | checker_unittest.py | 474 rootfs_part_size = test_utils.MiB(8) 770 old_part_size = test_utils.MiB(4) 771 new_part_size = test_utils.MiB(8) 894 rootfs_part_size = test_utils.MiB(8) 933 rootfs_part_size = test_utils.MiB(2) 1029 rootfs_filesystem_size = test_utils.MiB(2)
|
H A D | test_utils.py | 48 def MiB(count): function
|
/aosp12/bootable/recovery/install/include/install/ |
H A D | verifier.h | 29 constexpr size_t MiB = 1024 * 1024; variable
|
/aosp12/system/extras/partition_tools/ |
H A D | README.md | 19 * `--alignment=N` - By default, lpmake will align partitions to 1MiB boundaries. However, an altern… 25 Example usage. This specifies a 10GB super partition for an A/B device, with a single 64MiB "cache"…
|
/aosp12/bootable/recovery/install/ |
H A D | package.cpp | 252 uint64_t read_size = std::min<uint64_t>(length - so_far, 16 * MiB); in UpdateHashAtOffset()
|
H A D | verifier.cpp | 230 uint64_t read_size = std::min<uint64_t>(signed_len - so_far, 16 * MiB); in verify_file()
|
/aosp12/system/update_engine/ |
H A D | README.md | 306 A full payload is generated by breaking the partition into 2MiB (configurable)
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 11080 // download 200MiB in total for a 100MiB package.
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
H A D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |