Searched refs:self (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/updater_sample/tools/ |
D | gen_update_config.py | 49 def __init__(self, argument 55 self.package = package 56 self.url = url 57 self.ab_install_type = ab_install_type 58 self.ab_force_switch_slot = ab_force_switch_slot 59 self.ab_verify_payload_metadata = ab_verify_payload_metadata 60 self.streaming_required = ( 65 self.streaming_optional = ( 71 self._config = None 74 def config(self): argument [all …]
|
D | test_gen_update_config.py | 32 def test_ab_install_type_streaming(self): argument 34 config, package = self._generate_config() 36 self.assertEqual(len(property_files), 6) 47 self.assertEqual(raw_data.decode('ascii'), 'META-INF/COM/ANDROID/METADATA') 50 self.assertEqual(raw_data.decode('ascii'), expected_data)
|
/bootable/libbootloader/gbl/libefi/defs/protocols/ |
D | simple_text_output_protocol.h | 33 EfiStatus (*reset)(struct EfiSimpleTextOutputProtocol* self, bool extended_verification); 34 EfiStatus (*output_string)(struct EfiSimpleTextOutputProtocol* self, char16_t* string); 35 EfiStatus (*test_string)(struct EfiSimpleTextOutputProtocol* self, char16_t* string); 36 EfiStatus (*query_mode)(struct EfiSimpleTextOutputProtocol* self, size_t mode_num, size_t* cols, 38 EfiStatus (*set_mode)(struct EfiSimpleTextOutputProtocol* self, size_t mode_num); 39 EfiStatus (*set_attribute)(struct EfiSimpleTextOutputProtocol* self, size_t attribute); 40 EfiStatus (*clear_screen)(struct EfiSimpleTextOutputProtocol* self); 41 EfiStatus (*set_cursor_position)(struct EfiSimpleTextOutputProtocol* self, size_t col, 43 EfiStatus (*enable_cursor)(struct EfiSimpleTextOutputProtocol* self, bool visible);
|
D | simple_network_protocol.h | 103 EfiStatus (*start)(struct EfiSimpleNetworkProtocol* self); 104 EfiStatus (*stop)(struct EfiSimpleNetworkProtocol* self); 105 EfiStatus (*initialize)(struct EfiSimpleNetworkProtocol* self, size_t extra_rx_buffer_size, 107 EfiStatus (*reset)(struct EfiSimpleNetworkProtocol* self, bool extended_verification); 108 EfiStatus (*shutdown)(struct EfiSimpleNetworkProtocol* self); 109 EfiStatus (*receive_filters)(struct EfiSimpleNetworkProtocol* self, uint32_t enable, 112 EfiStatus (*station_address)(struct EfiSimpleNetworkProtocol* self, bool reset, 114 EfiStatus (*statistics)(struct EfiSimpleNetworkProtocol* self, bool reset, size_t* stats_size, 116 EfiStatus (*m_cast_ip_to_mac)(struct EfiSimpleNetworkProtocol* self, bool ipv6, EfiIpAddr* ip, 118 EfiStatus (*nv_data)(struct EfiSimpleNetworkProtocol* self, bool read_write, size_t offset, [all …]
|
D | android_boot_protocol.h | 28 EfiStatus (*fastboot_usb_interface_start)(struct EfiAndroidBootProtocol* self, 30 EfiStatus (*fastboot_usb_interface_stop)(struct EfiAndroidBootProtocol* self); 31 EfiStatus (*fastboot_usb_receive)(struct EfiAndroidBootProtocol* self, 33 EfiStatus (*fastboot_usb_send)(struct EfiAndroidBootProtocol* self,
|
D | block_io_protocol.h | 29 EfiStatus (*reset)(EfiBlockIoProtocol* self, bool extended_verification); 30 EfiStatus (*read_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, 32 EfiStatus (*write_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, 34 EfiStatus (*flush_blocks)(EfiBlockIoProtocol* self);
|
D | simple_text_input_protocol.h | 29 EfiStatus (*reset)(struct EfiSimpleTextInputProtocol* self, 32 EfiStatus (*read_key_stroke)(struct EfiSimpleTextInputProtocol* self,
|
D | riscv_efi_boot_protocol.h | 29 EfiStatus (*get_boot_hartid)(struct EfiRiscvBootProtocol* self, size_t* boot_hartid);
|
/bootable/recovery/etc/ |
D | init.rc | 20 symlink /proc/self/fd/0 /dev/stdin 21 symlink /proc/self/fd/1 /dev/stdout 22 symlink /proc/self/fd/2 /dev/stderr
|