/aosp12/build/make/tools/releasetools/ |
H A D | verity_utils.py | 52 def GetVerityFECSize(image_size): argument 58 def GetVerityTreeSize(image_size): argument 64 def GetVerityMetadataSize(image_size): argument 70 def GetVeritySize(image_size, fec_supported): argument 107 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt, argument 235 def CalculateDynamicPartitionSize(self, image_size): argument 264 def CalculateDynamicPartitionSize(self, image_size): argument 386 def CalculateMinPartitionSize(self, image_size, size_calculator=None): argument 449 def CalculateDynamicPartitionSize(self, image_size): argument
|
/aosp12/system/core/fs_mgr/libfs_avb/tests/ |
H A D | basic_test.cpp | 28 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 75 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 114 const size_t image_size = 50 * 1024 * 1024; in TEST_F() local
|
H A D | avb_util_test.cpp | 160 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 175 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 188 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 254 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 337 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 483 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 503 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 544 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 573 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 682 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local [all …]
|
H A D | fs_avb_util_test.cpp | 107 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local
|
H A D | fs_avb_test_util.cpp | 146 base::FilePath BaseFsAvbTest::GenerateImage(const std::string& file_name, size_t image_size, in GenerateImage() 189 const std::string& partition_name, const size_t image_size, const size_t partition_size, in GenerateImageAndExtractVBMetaData()
|
/aosp12/system/apex/apexd/ |
H A D | apexd_verity.cpp | 70 auto image_size = verity_data.desc->image_size; in GenerateHashTree() local 129 auto image_size = verity_data.desc->image_size; in CalculateRootDigest() local
|
H A D | apexd_loop.cpp | 163 const size_t image_size) { in ConfigureLoopDevice() 306 const size_t image_size) { in CreateLoopDevice()
|
H A D | apex_file.h | 63 const std::optional<size_t>& image_size, in ApexFile()
|
H A D | apex_file.cpp | 82 std::optional<size_t> image_size; in Open() local
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | power_test.cpp | 270 uint64_t image_size = std::max(s1_size, s2_size) + (1024 * 1024 * 128); in SetupImages() local 498 uint64_t image_size = get_block_device_size(image_fd); variable
|
/aosp12/system/tools/mkbootimg/ |
H A D | unpack_bootimg.py | 45 def get_number_of_pages(image_size, page_size): argument
|
H A D | mkbootimg.py | 90 def get_number_of_pages(image_size, page_size): argument
|
/aosp12/art/runtime/ |
H A D | image.cc | 38 uint32_t image_size, in ImageHeader()
|
H A D | runtime_intrinsics.cc | 39 PointerSize image_size = class_linker->GetImagePointerSize(); in FindIntrinsicMethod() local
|
H A D | image.h | 92 uint32_t image_size) in Block()
|
/aosp12/frameworks/rs/tests/lldb/cpp/Allocations/ |
H A D | Allocations.cpp | 343 const int image_size = image_area*sizeof(int); in main() local
|
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
H A D | jniallocations.cpp | 353 const int image_size = image_area*sizeof(int); in Java_com_android_rs_jniallocations_MainActivity_nativeRS() local
|
/aosp12/art/runtime/gc/collector/ |
H A D | immune_spaces_test.cc | 82 FakeImageSpace* CreateImageSpace(size_t image_size, in CreateImageSpace()
|
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL; in onSurfaceChanged() local
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer_integration_test.cc | 87 size_t image_size; member 173 size_t image_size) { in CompareFilesByBlock()
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.cc | 195 size_t image_size{0}; in CreateImage() local
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_simplifier.cc | 2365 PointerSize image_size = class_linker->GetImagePointerSize(); in SimplifySystemArrayCopy() local
|
/aosp12/system/core/fastboot/ |
H A D | fastboot.cpp | 121 int64_t image_size; member
|
/aosp12/art/imgdiag/ |
H A D | imgdiag.cc | 1517 size_t image_size = image_end - image_begin; in DumpImageDiffMap() local
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 2496 uint32_t image_size = first_header.GetImageReservationSize(); in DoRelocateSpaces() local
|