Home
last modified time | relevance | path

Searched defs:self (Results 101 – 125 of 213) sorted by relevance

123456789

/Zephyr-latest/scripts/west_commands/
Dcompletion.py48 def __init__(self): argument
56 def do_add_parser(self, parser_adder): argument
70 def do_run(self, args, unknown_args): argument
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_printouts.py284 def test_list_tags(self, capfd, out_path, test_path, expected): argument
318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
375 def test_timestamps(self, capfd, out_path, test_path, test_platforms): argument
412 def test_broken_parameter(self, capfd, flag): argument
433 def test_help(self, capfd, flag): argument
451 def test_force_color(self, capfd, out_path, test_path, test_platforms): argument
469 def test_size(self, capfd, out_path): argument
Dtest_platform.py106 def test_board_root(self, out_path, board_root, expected_returncode): argument
130 def test_force_platform(self, out_path): argument
155 def test_platform(self, out_path): argument
192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument
228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument
277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument
Dtest_report.py140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
325 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
363 def test_detailed_skipped_report(self, out_path, test_path, flags, expected_testcase_counts): argument
399 def test_report_filtered(self, out_path, test_path, report_filtered, expected_filtered_count): argument
423 def test_enable_size_report(self, out_path): argument
467 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
Dtest_output.py52 def test_detailed_test_id(self, out_path, flag, expect_paths): argument
85 def test_inline_logs(self, out_path): argument
146 def _get_matches(self, err, regex_line): argument
168 def test_output_levels(self, capfd, out_path, flags): argument
Dtest_runner.py202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
453 def test_device_flash_timeout(self, capfd, out_path, test_path, test_platforms): argument
477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument
513 def test_retry_interval(self, capfd, out_path, test_path, test_platforms, interval): argument
544 def test_timeout_multiplier(self, capfd, out_path, test_path, test_platforms, timeout): argument
575 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument
[all …]
Dtest_footprint.py58 def test_compare_report(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
120 def test_footprint_from_buildlog(self, out_path): argument
184 def test_footprint_threshold(self, caplog, out_path, old_ram_multiplier, argument
254 def test_show_footprint(self, caplog, out_path, flags, old_ram_multiplier, expect_delta_log): argument
327 def test_last_metrics(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
424 def test_all_deltas(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
/Zephyr-latest/scripts/build/
Dgen_symtab.py20 def __init__(self, debug=False): argument
23 def debug(self, text): argument
36 def set_debug(self, state): argument
58 def __init__(self, addr, size, offset, name): argument
64 def __eq__(self, other): argument
/Zephyr-latest/scripts/west_commands/runners/
Dlinkserver.py24 def __init__(self, cfg, device, core, argument
110 def linkserver_version_str(self): argument
119 def do_run(self, command, **kwargs): argument
166 def do_erase(self, **kwargs): argument
173 def _build_override_cli(self): argument
183 def flash(self, **kwargs): argument
226 def supports_hex(self): argument
Dopenocd.py51 def __init__(self, cfg, pre_init=None, reset_halt_cmd=DEFAULT_OPENOCD_RESET_HALT_CMD, argument
215 def print_gdbserver_message(self): argument
225 def print_rttserver_message(self): argument
228 def read_version(self): argument
241 def supports_thread_info(self): argument
246 def do_run(self, command, **kwargs): argument
269 def do_flash(self, **kwargs): argument
328 def do_flash_elf(self, **kwargs): argument
370 def do_attach_debug_rtt(self, command, **kwargs): argument
457 def do_debugserver(self, **kwargs): argument
Dintel_cyclonev.py23 def __init__(self, cfg, pre_init=None, reset_halt_cmd=DEFAULT_OPENOCD_RESET_HALT_CMD, argument
171 def print_gdbserver_message(self): argument
181 def to_num(self, number): argument
193 def read_version(self): argument
205 def supports_thread_info(self): argument
210 def do_run(self, command, **kwargs): argument
224 def do_flash_elf(self, **kwargs): argument
280 def do_attach_debug(self, command, **kwargs): argument
Dnative.py16 def __init__(self, cfg, argument
55 def do_run(self, command: str, **kwargs): argument
65 def do_flash(self, **kwargs): argument
69 def do_debug(self, **kwargs): argument
78 def do_debugserver(self, **kwargs): argument
Dpyocd.py19 def __init__(self, cfg, target, argument
138 def port_args(self): argument
141 def do_run(self, command, **kwargs): argument
150 def flash(self, **kwargs): argument
183 def log_gdbserver_message(self): argument
186 def debug_debugserver(self, command, **kwargs): argument
218 def rtt(self): argument
Dnios2.py19 def __init__(self, cfg, quartus_py=None, cpu_sof=None, tui=False): argument
52 def do_run(self, command, **kwargs): argument
58 def flash(self, **kwargs): argument
72 def print_gdbserver_message(self, gdb_port): argument
75 def debug_debugserver(self, command, **kwargs): argument
Dnsim.py26 def __init__(self, cfg, argument
61 def do_run(self, command, **kwargs): argument
73 def do_flash(self, **kwargs): argument
79 def do_debug(self, **kwargs): argument
95 def debugserver(self, **kwargs): argument
Dtrace32.py29 def __init__(self, argument
83 def do_run(self, command, **kwargs) -> None: argument
115 def flash(self, **kwargs) -> None: argument
131 def debug(self, **kwargs) -> None: argument
136 def get_launch_command(self, command_name: str, argument
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py36 def __init__(self, host, port, args): argument
43 def send_cmd(self, cmd): argument
60 def uploading(self, filename): argument
94 def run(self): argument
98 def monitor_log(self): argument
108 def __del__(self): argument
/Zephyr-latest/scripts/
Dlist_hardware.py34 def __init__(self, folder='', soc_yaml=None): argument
132 def extend(self, systems): argument
152 def get_families(self): argument
155 def get_series(self): argument
158 def get_socs(self): argument
161 def get_extended_socs(self): argument
164 def get_soc(self, name): argument
180 def extend(self, soc): argument
Dsnippets.py51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool): argument
84 def __init__(self, requested: Iterable[str] = None): argument
92 def __init__(self, msg): argument
99 def __init__(self, snippets: Snippets, out_file): argument
104 def print_cmake(self): argument
151 def print_cmake_for(self, snippet: Snippet): argument
161 def print_appends_for_board(self, board: str, appends: Appends): argument
174 def print_appends(self, appends: Appends, indent: int): argument
180 def print(self, *args, **kwargs): argument
/Zephyr-latest/scripts/ruff/
Dgen_lint_exclude.py16 def __init__(self, code: str, url: str) -> None: argument
20 def __eq__(self, other: object) -> bool: argument
25 def __hash__(self) -> int: argument
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_person_test.py30 def setUp(self): # pylint: disable=g-missing-super-call argument
33 def test_person_split(self): argument
Ddata_augmentation_test.py34 def test_time_wrapping(self): argument
40 def test_augment_data(self): argument
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py1049 def __init__(self, options : argparse.Namespace, default_options=None) -> None: argument
1102 def non_default_options(self) -> dict: argument
1114 def discover(self): argument
1119 def check_zephyr_version(self): argument
1190 def get_toolchain(self): argument
Dquarantine.py31 def __init__(self, quarantine_list=None) -> None: argument
38 def get_matched_quarantine(self, testname, platform, architecture, simulator): argument
58 def __post_init__(self): argument
87 def __post_init__(self): argument
111 def extend(self, qdata: QuarantineData) -> None: argument
114 def get_matched_quarantine(self, argument
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py54 def run(self): argument
177 def _lit_block(self, content): argument
186 def _generate_west(self, **kwargs): argument
294 def _cd_into(self, mkdir, **kwargs): argument
331 def _generate_cmake(self, **kwargs): argument

123456789