/bootable/libbootloader/gbl/libsafemath/src/ |
D | lib.rs | 287 let a: SafeNum = 2100.into(); in test_addition() localVariable 294 let a: SafeNum = 667.into(); in test_subtraction() localVariable 301 let a: SafeNum = 17.into(); in test_multiplication() localVariable 308 let a: SafeNum = 1066.into(); in test_division() localVariable 315 let a: SafeNum = 613.into(); in test_remainder() localVariable 326 let a = poison - 1; in test_addition_poison() localVariable 339 let a = poison + 1; in test_subtraction_poison() localVariable 352 let a = poison / 2; in test_multiplication_poison() localVariable 365 let a = poison * 2; in test_division_poison() localVariable 378 let a = poison * 2; in test_remainder_poison() localVariable
|
/bootable/libbootloader/gbl/efi/src/ |
D | fastboot.rs | 42 fn new(socket: &'c mut EfiTcpSocket<'a, 'b>) -> Self { in new() 72 fn new(max_packet_size: usize, protocol: &'b Protocol<'a, AndroidBootProtocol>) -> Self { in new() 192 fn init_usb<'a, 'b>( in init_usb() 193 android_boot_protocol: &Option<&'b Protocol<'a, AndroidBootProtocol>>, in init_usb() 194 ) -> GblResult<UsbTransport<'a, 'b>> { in init_usb()
|
D | utils.rs | 106 pub fn new(protocol: Protocol<'a, BlockIoProtocol>) -> Result<Self> { in new() 154 ) -> Result<DevicePathText<'a>> { in get_device_path()
|
D | android_boot.rs | 48 fn avb_verify_slot<'a, 'b, 'c>( in avb_verify_slot()
|
D | net.rs | 52 fn reset_simple_network<'a>(snp: &Protocol<'a, SimpleNetworkProtocol>) -> Result<()> { in reset_simple_network() 80 protocol: Protocol<'a, SimpleNetworkProtocol>, in new()
|
D | avb.rs | 34 gpt_dev: &'b mut EfiMultiBlockDevices<'a>, in new()
|
/bootable/libbootloader/gbl/libefi/src/ |
D | lib.rs | 215 pub fn boot_services(&self) -> BootServices<'a> { in boot_services() 224 pub fn runtime_services(&self) -> RuntimeServices<'a> { in runtime_services() 232 pub fn con_out(&self) -> EfiResult<Protocol<'a, SimpleTextOutputProtocol>> { in con_out() 294 ) -> EfiResult<Protocol<'a, T>> { in open_protocol() 332 ) -> EfiResult<LocatedHandles<'a>> { in locate_handle_buffer_by_protocol() 353 pub fn find_first_and_open<T: ProtocolInfo>(&self) -> EfiResult<Protocol<'a, T>> { in find_first_and_open() 418 ) -> EfiResult<Event<'a, 'n>> { in create_event()
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | device_path.rs | 49 ) -> EfiResult<DevicePathText<'a>> { in convert_device_path_to_text()
|
/bootable/recovery/minui/ |
D | graphics.cpp | 192 uint8_t a = *sx++; in TextBlend() local 253 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) { in gr_color()
|
/bootable/libbootloader/gbl/libstorage/src/ |
D | gpt.rs | 174 pub(crate) fn new_from_buffer(max_entries: u64, buffer: &'a mut [u8]) -> Result<Gpt<'a>> { in new_from_buffer() 191 pub fn from_existing(buffer: &'a mut [u8]) -> Result<Gpt<'a>> { in from_existing()
|
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 483 pub fn start(self, data_size: u64) -> Result<Uploader<'a>, CommandError> { in start() 978 pub fn next_arg<'a, T: Iterator<Item = &'a str>>( in next_arg() 995 pub fn next_arg_u64<'a, T: Iterator<Item = &'a str>>( in next_arg_u64()
|
/bootable/libbootloader/gbl/libgbl/src/ |
D | lib.rs | 586 pub fn build(self) -> Gbl<'a, G> { in build()
|
/bootable/deprecated-ota/tests/unit/ |
D | updater_test.cpp | 1043 std::string a(4096, 'a'); 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()
|
/bootable/libbootloader/gbl/third_party/libzbi/src/ |
D | lib.rs | 1215 pub fn new(buffer: &'a mut [u8]) -> TestZbiBuilder<'a> { in new()
|