Home
last modified time | relevance | path

Searched defs:self (Results 151 – 175 of 213) sorted by relevance

123456789

/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py89 def __init__(self, logfile, elffile): argument
99 def parse_arch_data_block(self): argument
120 def compute_signal(self): argument
133 def handle_register_group_read_packet(self): argument
152 def handle_register_single_read_packet(self, pkt): argument
Darm64.py63 def __init__(self, logfile, elffile): argument
70 def parse_arch_data_block(self): argument
107 def handle_register_group_read_packet(self): argument
126 def handle_register_single_read_packet(self, pkt): argument
Drisc_v.py60 def __init__(self, logfile, elffile): argument
67 def parse_arch_data_block(self): argument
97 def handle_register_group_read_packet(self): argument
117 def handle_register_single_read_packet(self, pkt): argument
Dx86_64.py108 def __init__(self, logfile, elffile): argument
118 def parse_arch_data_block(self): argument
159 def compute_signal(self): argument
172 def handle_register_group_read_packet(self): argument
196 def handle_register_single_read_packet(self, pkt): argument
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py107 self, argument
123 def __init__(self, signal: str, pin: int) -> None: argument
131 def __init__(self, pins: List[SignalMapping], config: List[PIN_CONFIG]) -> None: argument
139 def __init__(self, mapping: SignalMapping, config: List[PIN_CONFIG]) -> None: argument
147 def __init__(self, name: str, pins: List[PinConfiguration]) -> None: argument
151 def add_signal_config(self, signal: str, config: PIN_CONFIG) -> None: argument
160 def set_signal_pin(self, signal: str, pin: int) -> None: argument
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_quarantine.py35 def test_quarantine_verify(self, out_path): argument
76 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument
Dtest_hardwaremap.py111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
244 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument
Dtest_error.py70 def test_test(self, out_path, testroot, test, expected_exception): argument
98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
Dtest_disable.py76 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument
110 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument
/Zephyr-latest/scripts/west_commands/runners/
Dprobe_rs.py12 def __init__(self, cfg, chip, argument
67 def do_run(self, command, **kwargs): argument
72 def do_flash(self, **kwargs): argument
Dhifive1.py15 def __init__(self, cfg): argument
38 def do_run(self, command, **kwargs): argument
Decpprog.py14 def __init__(self, cfg, device=None): argument
36 def do_run(self, command, **kwargs): argument
Dmdb.py114 def __init__(self, cfg, cores=1, nsim_args=''): argument
152 def do_run(self, command, **kwargs): argument
159 def __init__(self, cfg, cores=1, jtag='digilent', dig_device=''): argument
201 def do_run(self, command, **kwargs): argument
Dmisc.py21 def __init__(self, cfg, cmd, args): argument
51 def do_run(self, *args, **kwargs): argument
Dxsdb.py15 def __init__(self, cfg: RunnerConfig, config=None, bitstream=None, argument
49 def do_run(self, command, **kwargs): argument
Dstm32cubeprogrammer.py32 self, argument
243 def do_run(self, command: str, **kwargs): argument
247 def flash(self, **kwargs) -> None: argument
Ddediprog.py19 def __init__(self, cfg, spi_image, vcc, retries): argument
49 def do_run(self, command, **kwargs): argument
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost_args.py52 def __init__(self): argument
62 def _populate_chip_fields(self): argument
78 def _populate_args(self, argument_list): argument
/Zephyr-latest/scripts/tests/twister/test_data/mixins/
Dtest_to_ignore.py5 def test_to_ignore(self): argument
/Zephyr-latest/tests/drivers/can/host/pytest/
Dtest_can.py80 def test_dut_to_host(self, can_dut: BusABC, can_host: BusABC, msg: can.Message) -> None: argument
88 def test_host_to_dut(self, can_dut: BusABC, can_host: BusABC, msg: can.Message) -> None: argument
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py37 def __hash__(self): argument
399 def __init__(self, outfile): argument
404 def print(self, *args, **kwargs): argument
408 def print_changes(self, changes: Changes): argument
438 self, argument
446 def print_binding2changes(self, binding2changes: Binding2Changes) -> None: argument
454 def print_change(self, change: BindingChange) -> None: argument
487 def vendor_name(self, vnd: str) -> str: argument
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c302 uint16_t self = (uint16_t)bsim_args_get_global_device_nbr(); in get_chan_num() local
355 const uint self = bsim_args_get_global_device_nbr(); in setup_backchannels() local
392 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_send_all() local
422 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_wait_all() local
434 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_wait_any() local
470 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_clear_all() local
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py37 def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False): argument
44 def check_update(self): argument
51 def __str__(self): argument
/Zephyr-latest/scripts/west_commands/fetchers/
Dhttp.py17 def fetch(self, url, path): argument
/Zephyr-latest/scripts/west_commands/zspdx/
Dsbom.py17 def __init__(self): argument

123456789