Home
last modified time | relevance | path

Searched defs:self (Results 126 – 150 of 213) sorted by relevance

123456789

/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py30 def validate(self, commit): argument
48 def validate(self, commit): argument
66 def validate(self, commit): argument
84 def validate(self, line, _commit): argument
95 def validate(self, title, _commit): argument
109 def validate(self, line, _commit): argument
127 def validate(self, line, _commit): argument
/Zephyr-latest/scripts/dts/
Dedtlib_logger.py15 def __init__(self): argument
18 def format(self, record): argument
/Zephyr-latest/scripts/west_commands/runners/
Duf2.py24 def __init__(self, cfg, board_id=None): argument
69 def match_board_id(self, part): argument
74 def get_uf2_partitions(self): argument
85 def copy_uf2_to_partition(self, part): argument
90 def do_run(self, command, **kwargs): argument
Dblackmagicprobe.py111 def __init__(self, cfg, gdb_serial, connect_rst=False): argument
156 def bmp_flash(self, command, **kwargs): argument
183 def check_call_ignore_sigint(self, command): argument
190 def bmp_attach(self, command, **kwargs): argument
208 def bmp_debug(self, command, **kwargs): argument
221 def do_run(self, command, **kwargs): argument
Ddfu.py19 def __init__(self, cfg, dev_id, alt, img, exe='dfu-util', argument
97 def ensure_device(self): argument
104 def find_device(self): argument
110 def do_run(self, command, **kwargs): argument
Dteensy.py16 def __init__(self, cfg, mcu, teensy_loader): argument
41 def do_run(self, command): argument
46 def flash(self): argument
Dintel_adsp.py23 def __call__(self, parser, namespace, values, option_string=None): argument
30 def __init__(self, argument
81 def do_run(self, command, **kwargs): argument
91 def flash(self, **kwargs): argument
Drenode-robot.py15 def __init__(self, cfg, args): argument
48 def do_run(self, command, **kwargs): argument
51 def run_test(self, **kwargs): argument
Drenode.py15 def __init__(self, cfg, args): argument
49 def do_run(self, command, **kwargs): argument
52 def run_test(self, **kwargs): argument
Dnrfjprog.py20 def __init__(self, cfg, family, softreset, pinreset, dev_id, erase=False, argument
58 def do_get_boards(self): argument
62 def do_require(self): argument
65 def do_exec_op(self, op, force=False): argument
Dminichlink.py16 self, argument
64 def do_run(self, command: str, **kwargs): argument
72 def flash(self): argument
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py65 def __init__(self, database): argument
87 def __get_string(self, arg, arg_offset, string_tbl): argument
107 def process_one_fmt_str(self, fmt_str, arg_list, string_tbl): argument
262 def parse_one_normal_msg(self, logdata, offset): argument
348 def parse_log_data(self, logdata, debug=False): argument
Dlog_parser_v3.py68 def __init__(self, database): argument
92 def __get_string(self, arg, arg_offset, string_tbl): argument
112 def process_one_fmt_str(self, fmt_str, arg_list, string_tbl): argument
267 def parse_one_normal_msg(self, logdata, offset): argument
357 def parse_log_data(self, logdata, debug=False): argument
Dlog_parser.py57 def __init__(self, database): argument
64 def parse_log_data(self, logdata, debug=False): argument
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py53 def __init__(self, stream_id: int): argument
92 def __del__(self): argument
95 def config(self, buf_len: int): argument
111 def write(self, data): argument
121 def start(self): argument
126 def stop(self): argument
133 def setup_buf(self, buf_len: int): argument
158 def debug(self): argument
167 def reset(self): argument
378 def __init__(self, base_addr): argument
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Derror.py12 def __init__(self, message="TwisterException"): argument
20 def __init__(self, cfile, message): argument
30 def __init__(self, cls : type, value): argument
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_coverage.py163 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
191 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
219 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
265 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument
298 …def test_coverage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expecte… argument
324 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument
351 def test_coverage_platform(self, capfd, test_path, test_platforms, out_path, cov_platform): argument
Dtest_tooling.py40 def test_jobs(self, out_path, jobs): argument
60 def test_force_toolchain(self, out_path): argument
106 def test_ninja(self, capfd, out_path, test_path, test_platforms, flag): argument
Dtest_testplan.py59 def test_subtest(self, out_path, test, expected_exception, expected_subtest_count): argument
92 def test_filter(self, out_path, filter, expected_count): argument
125 def test_integration(self, out_path, integration, expected_count): argument
Dtest_config.py34 def test_alt_config_root(self, out_path): argument
70 def test_level(self, out_path, level, expected_tests): argument
/Zephyr-latest/scripts/west_commands/
Dzephyr_ext_common.py35 def check_force(self, cond, msg): argument
49 def config_get_words(self, section_key, fallback=None): argument
54 def config_get(self, section_key, fallback=None): argument
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py26 self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None argument
32 def wait_for_prompt(self, timeout: float | None = None) -> bool: argument
54 self, command: str, timeout: float | None = None, print_output: bool = True argument
83 def get_filtered_output(self, command_lines: list[str]) -> list[str]: argument
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py49 def run(self): argument
60 def generate_table(self, toplevel, groups): argument
87 def visit_group(self, group, all_groups, rows, indent=0): argument
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/
Dtest_sdp.py883 def test_sdp_ssa_discover_no_record(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
889 def test_sdp_ssa_discover_one_record(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
895 def test_sdp_ssa_discover_two_records(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
902 self, shell: Shell, dut: DeviceAdapter, sdp_client_dut argument
909 def test_sdp_ss_discover_no_record(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
915 def test_sdp_ss_discover_one_record(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
921 def test_sdp_ss_discover_two_records(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
928 self, shell: Shell, dut: DeviceAdapter, sdp_client_dut argument
935 def test_sdp_sa_discover_no_record(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
941 def test_sdp_sa_discover_one_record(self, shell: Shell, dut: DeviceAdapter, sdp_client_dut): argument
[all …]
/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha.c85 struct sha_container *const self = dev->data; in intel_sha_device_run() local
155 static int intel_sha_copy_hash(struct sha_container *const self, void *dst, size_t len) in intel_sha_copy_hash()
183 struct sha_container *const self = dev->data; in intel_sha_device_get_hash() local
200 struct sha_container *self = (struct sha_container *const)(ctx->device)->data; in intel_sha_compute() local
288 struct sha_container *self = (struct sha_container *const)(dev)->data; in intel_sha_device_set_hash_type() local
312 struct sha_container *self = (struct sha_container *const)(dev)->data; in intel_sha_device_free() local

123456789