Searched defs:c (Results 1 – 8 of 8) sorted by relevance
/bootable/libbootloader/gbl/libgbl/src/ |
D | lib.rs | 114 pub fn get_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_boot_image() 116 partitions_ram_map: &'a mut [PartitionRamMap<'b, 'c>], in get_boot_image() 117 ) -> (Option<BootImage<'c>>, &'a mut [PartitionRamMap<'b, 'c>]) { in get_boot_image() 129 pub fn get_vendor_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_vendor_boot_image() 131 partitions_ram_map: &'a mut [PartitionRamMap<'b, 'c>], in get_vendor_boot_image() 132 ) -> (Option<VendorBootImage<'c>>, &'a mut [PartitionRamMap<'b, 'c>]) { in get_vendor_boot_image() 143 pub fn get_init_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_init_boot_image() 145 partitions_ram_map: &'a mut [PartitionRamMap<'b, 'c>], in get_init_boot_image() 146 ) -> (Option<InitBootImage<'c>>, &'a mut [PartitionRamMap<'b, 'c>]) { in get_init_boot_image() 157 pub fn get_images<'a: 'b, 'b: 'c, 'c, 'd>( in get_images() [all …]
|
/bootable/recovery/tests/unit/ |
D | fuse_provider_test.cpp | 54 for (char c = 0; c < 10; c++) { in TEST() local 81 for (char c = 0; c < 10; c++) { in TEST() local
|
D | install_test.cpp | 387 for (char c = 'a'; c <= 'z'; c++) { in TEST() local
|
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/ |
D | UpdateConfigTest.java | 115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works() local
|
/bootable/libbootloader/gbl/libstorage/src/ |
D | non_blocking.rs | 533 pub fn write_scoped<'c, 'd: 'c>( in write_scoped() 537 ) -> Result<Transaction<'c, 'd>> { in write_scoped() 546 pub fn read_scoped<'c, 'd: 'c>( in read_scoped() 550 ) -> Result<Transaction<'c, 'd>> { in read_scoped()
|
/bootable/libbootloader/gbl/efi/src/ |
D | android_boot.rs | 53 bootconfig_builder: &'b mut BootConfigBuilder<'c>, in avb_verify_slot()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateConfig.java | 55 UpdateConfig c = new UpdateConfig(); in fromJson() local
|
/bootable/deprecated-ota/tests/unit/ |
D | updater_test.cpp | 1045 std::string c(4096, 'c'); in GenerateTransferList() local
|