Home
last modified time | relevance | path

Searched defs:ab (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dab_slots.rs444 let mut ab = GblEfiABSlotProtocol { flush: Some(flush), ..Default::default() }; in test_manager_flush_on_close() localVariable
461 let mut ab = GblEfiABSlotProtocol { in test_iterator() localVariable
549 let mut ab = GblEfiABSlotProtocol { in test_active_slot() localVariable
582 let mut ab = GblEfiABSlotProtocol { flush: Some(flush), ..Default::default() }; in test_mark_boot_attempt() localVariable
621 let mut ab = GblEfiABSlotProtocol { in test_get_max_retries() localVariable
649 let mut ab = GblEfiABSlotProtocol { in test_set_active_slot() localVariable
689 let mut ab = GblEfiABSlotProtocol { in test_set_slot_unbootable() localVariable
746 let mut ab = GblEfiABSlotProtocol { in test_oneshot() localVariable
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java73 JSONObject ab = o.getJSONObject("ab_config"); in fromJson() local