| /bootable/libbootloader/gbl/libsafemath/src/ |
| D | lib.rs | 320 let b: SafeNum = 12.into(); in test_addition() localVariable 327 let b: SafeNum = 1.into(); in test_subtraction() localVariable 334 let b: SafeNum = 3.into(); in test_multiplication() localVariable 341 let b: SafeNum = 41.into(); in test_division() localVariable 348 let b: SafeNum = 10.into(); in test_remainder() localVariable 359 let b = poison - 2; in test_addition_poison() localVariable 372 let b = poison + 2; in test_subtraction_poison() localVariable 385 let b = poison / 4; in test_multiplication_poison() localVariable 398 let b = poison * 4; in test_division_poison() localVariable 411 let b = poison * 4; in test_remainder_poison() localVariable
|
| /bootable/libbootloader/gbl/efi/src/ |
| D | fuchsia_boot.rs | 147 fn generate_efi_memory_attributes_table_item<'b, B>( in generate_efi_memory_attributes_table_item() 148 efi_memory_map: &EfiMemoryMap<'b>, in generate_efi_memory_attributes_table_item() 250 fn generate_mem_config_item<'b, B>( in generate_mem_config_item() 251 efi_memory_map: &EfiMemoryMap<'b>, in generate_mem_config_item()
|
| D | net.rs | 359 pub fn get_socket(&mut self) -> &mut TcpSocket<'b> { in get_socket() 556 fn create_socket(&'b mut self) -> Result<EfiTcpSocket<'a, 'b>> { in create_socket() 662 ) -> Result<EfiTcpSocket<'a, 'b>> { in init()
|
| D | ops.rs | 299 Disk<impl BlockIo + 'b, impl DerefMut<Target = [u8]> + 'b>, in disks()
|
| /bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
| D | Main.java | 94 Bitmap b = mText.getDrawingCache(); in run() local 178 Button b = (Button) findViewById(R.id.go); in onCreate() local
|
| /bootable/libbootloader/gbl/libgbl/src/android_boot/ |
| D | load.rs | 270 pub fn android_load_verify<'a, 'b, 'c>( in android_load_verify() 271 ops: &mut impl GblOps<'a, 'b>, in android_load_verify() 342 fn load_verify_v2_and_lower<'a, 'b, 'c>( in load_verify_v2_and_lower() 343 ops: &mut impl GblOps<'a, 'b>, in load_verify_v2_and_lower() 456 fn load_verify_v3_and_v4<'a, 'b, 'c>( in load_verify_v3_and_v4() 457 ops: &mut impl GblOps<'a, 'b>, in load_verify_v3_and_v4() 679 fn load_entire_part<'a, 'b, 'c>( in load_entire_part() 680 ops: &mut impl GblOps<'a, 'b>, in load_entire_part() 705 fn relocate_kernel<'a, 'b, 'c>( in relocate_kernel() 706 ops: &mut impl GblOps<'a, 'b>, in relocate_kernel()
|
| D | vboot.rs | 97 pub(crate) fn avb_verify_slot<'a, 'b, 'c>( in avb_verify_slot() 98 ops: &mut impl GblOps<'a, 'b>, in avb_verify_slot()
|
| D | mod.rs | 57 pub fn android_load_verify_fixup<'a, 'b, 'c>( in android_load_verify_fixup() 58 ops: &mut impl GblOps<'b, 'c>, in android_load_verify_fixup() 200 pub(crate) fn get_boot_slot<'a, 'b, 'c>( in get_boot_slot() 201 ops: &mut impl GblOps<'a, 'b>, in get_boot_slot() 317 pub fn android_main<'a, 'b, 'c, G: GblOps<'a, 'b>>( in android_main() 1229 fn test_fastboot_is_triggered<'a, 'b>(ops: &mut impl GblOps<'a, 'b>) { in test_fastboot_is_triggered()
|
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | device_tree.rs | 121 dttable: &DtTableImage<'b>, in append_from_dttable() 155 fn append_from_multifdt_buffer<'b, 'c>( in append_from_multifdt_buffer() 157 ops: &mut impl GblOps<'b, 'c>, in append_from_multifdt_buffer() 217 pub fn append<'b, 'c>( in append() 219 ops: &mut impl GblOps<'b, 'c>, in append()
|
| D | lib.rs | 110 avb_ops: &mut impl avb::Ops<'b>, in load_and_verify_image() 114 ) -> Result<SlotVerifyData<'b>> { in load_and_verify_image()
|
| D | decompress.rs | 122 pub fn decompress_kernel<'a, 'b>( in decompress_kernel()
|
| D | ops.rs | 230 ) -> GblResult<slots::Cursor<'b>>; in load_slot_interface() 916 ) -> GblResult<slots::Cursor<'b>> { in load_slot_interface()
|
| /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
| D | PayloadSpec.java | 43 public PayloadSpec(Builder b) { in PayloadSpec()
|
| /bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/ |
| D | vboot.rs | 33 pub(crate) fn zircon_verify_kernel<'a, 'b, 'c, B: SplitByteSliceMut + PartialEq>( in zircon_verify_kernel()
|
| D | mod.rs | 38 fn find_part_aliases<'a, 'b, 'c>( in find_part_aliases()
|
| /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
| D | PrepareUpdateService.java | 279 Bundle b = new Bundle(); in createBundle() local
|
| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | mod.rs | 96 fn new(workload: TaskWorkload<'a, 'b, B, P>) -> Self { in new() 259 task_mapper: fn(Task<'a, 'b, B, P>) -> F, in new() 443 fn take_download(&mut self) -> Option<(ScopedBuffer<'b, P>, usize)> { in take_download() 476 task: Task<'a, 'b, B, P>, in schedule_task() 870 pub async fn run_gbl_fastboot_stack<'a, 'b, const N: usize>( in run_gbl_fastboot_stack() 871 gbl_ops: &mut impl GblOps<'a, 'b>, in run_gbl_fastboot_stack()
|
| /bootable/libbootloader/gbl/libgbl/src/gbl_avb/ |
| D | ops.rs | 410 fn fallback_not_implemented<'a, 'b, T>( in fallback_not_implemented() 411 ops: &mut impl GblOps<'a, 'b>, in fallback_not_implemented()
|
| /bootable/recovery/minui/ |
| D | graphics.cpp | 253 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) { in gr_color()
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | ab_slots.rs | 291 ) -> GblResult<Cursor<'b>> { in load_slot_interface()
|
| D | lib.rs | 356 pub fn get_memory_map<'b>(&self, mmap_buffer: &'b mut [u8]) -> Result<EfiMemoryMap<'b>> { in get_memory_map()
|
| /bootable/deprecated-ota/tests/unit/ |
| D | updater_test.cpp | 1044 std::string b(4096, 'b'); in GenerateTransferList() local
|
| /bootable/recovery/recovery_ui/ |
| D | screen_ui.cpp | 961 (void)ev_sync_sw_state([this](auto&& a, auto&& b) { return this->SetSwCallback(a, b);}); in Init()
|