Home
last modified time | relevance | path

Searched defs:c (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs114 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/
Dfuse_provider_test.cpp54 for (char c = 0; c < 10; c++) { in TEST() local
81 for (char c = 0; c < 10; c++) { in TEST() local
Dinstall_test.cpp387 for (char c = 'a'; c <= 'z'; c++) { in TEST() local
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works() local
/bootable/libbootloader/gbl/libstorage/src/
Dnon_blocking.rs533 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/
Dandroid_boot.rs53 bootconfig_builder: &'b mut BootConfigBuilder<'c>, in avb_verify_slot()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java55 UpdateConfig c = new UpdateConfig(); in fromJson() local
/bootable/deprecated-ota/tests/unit/
Dupdater_test.cpp1045 std::string c(4096, 'c'); in GenerateTransferList() local