| /Zephyr-latest/scripts/west_commands/ | 
| D | debug.py | 18     def __init__(self):  argument 30     def do_add_parser(self, parser_adder):  argument 33     def do_run(self, my_args, runner_args):  argument 39     def __init__(self):  argument 54     def do_add_parser(self, parser_adder):  argument 57     def do_run(self, my_args, runner_args):  argument 63     def __init__(self):  argument 72     def do_add_parser(self, parser_adder):  argument 75     def do_run(self, my_args, runner_args):  argument 81     def __init__(self):  argument [all …] 
 | 
| D | blobs.py | 23     def __init__(self):  argument 31     def do_add_parser(self, parser_adder):  argument 80     def get_blobs(self, args):  argument 101     def list(self, args):  argument 107     def ensure_folder(self, path):  argument 110     def fetch_blob(self, url, path):  argument 123     def verify_blob(self, blob) -> bool:  argument 146     def fetch(self, args):  argument 162     def clean(self, args):  argument 171     def do_run(self, args, _):  argument
  | 
| D | bindesc.py | 68     def __init__(self):  argument 110     def do_add_parser(self, parser_adder):  argument 156     def dump(self, args):  argument 165     def list(self, args):  argument 169     def common_search(self, args, search_term):  argument 180     def search(self, args):  argument 188     def custom_search(self, args):  argument 197     def get_offset(self, args):  argument 206     def do_run(self, args, _):  argument 216     def get_image_data(self, file_name):  argument [all …] 
 | 
| /Zephyr-latest/scripts/build/ | 
| D | elf_parser.py | 22     def __init__(self, elf, sym):  argument 27     def __lt__(self, other):  argument 30     def _data_native_read(self, offset):  argument 43     def __init__(self, elf, sym):  argument 48     def is_power_domain(self):  argument 59     def __init__(self, elf, sym):  argument 75     def self_ordinal(self):  argument 79     def ordinals(self):  argument 91     def __init__(self, elf, sym):  argument 117     def ordinal(self):  argument [all …] 
 | 
| D | gen_isr_tables_parser_local.py | 43     def __init__(self, intlist_data, config, log):  argument 60     def __read_intlist(self, intlist_data):  argument 138     def __parse_intlist(self, intlist):  argument 239     def __isr_spurious_entry(self, irq):  argument 246     def __isr_shared_entry(self, irq):  argument 254     def __irq_spurious_entry(self, irq):  argument 261     def __write_isr_handlers(self, fp):  argument 272     def __write_irq_handlers(self, fp):  argument 279     def __write_shared_handlers(self, fp):  argument 309     def write_source(self, fp):  argument [all …] 
 | 
| D | gen_isr_tables_parser_carrays.py | 30     def __init__(self, intlist_data, config, log):  argument 44     def __read_intlist(self, intlist_data):  argument 100     def __parse_intlist(self, intlist):  argument 182     def __write_code_irq_vector_table(self, fp):  argument 200     def __write_address_irq_vector_table(self, fp):  argument 215     def __write_shared_table(self, fp):  argument 242     def write_source(self, fp):  argument
  | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ | 
| D | fifo_mock.py | 16     def __init__(self, filename, mode):  argument 23     def _open(self):  argument 34     def open(self):  argument 38     def write(self, data):  argument 42     def read(self):  argument 46     def close(self):  argument 52     def __enter__(self):  argument 56     def __exit__(self, exc_type, exc_val, exc_tb):  argument
  | 
| /Zephyr-latest/scripts/ci/ | 
| D | twister_report_analyzer.py | 81     def add_counter(self, key: str, test: str = '') -> None:  argument 85     def print_counters(self, indent: int = 0):  argument 91     def sort_by_quantity(self):  argument 99     def get_next_entry(self, depth: int = 0, max_depth: int = 10):  argument 106     def _flatten(self):  argument 118     def get_most_common(self, n: int = 10):  argument 128     def append(self, test: str = ''):  argument 133     def has_subcounters(self):  argument 138     def __init__(self):  argument 143     def parse_report(self, json_filename):  argument [all …] 
 | 
| D | check_compliance.py | 85         self, severity, title, file, line=None, col=None, desc="", end_line=None, end_col=None  argument 136     def __init__(self):  argument 143     def _result(self, res, text):  argument 147     def error(self, text, msg=None, type_="error"):  argument 159     def skip(self, text, msg=None, type_="skip"):  argument 171     def failure(self, text, msg=None, type_="failure"):  argument 180         self, severity, title, file, line=None, col=None, desc="", end_line=None, end_col=None  argument 209     def run(self):  argument 268     def check_board_file(self, file, vendor_prefixes):  argument 280     def run(self):  argument [all …] 
 | 
| /Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ | 
| D | grutils.py | 21     def __init__(self, root=None):  argument 29     def add_node(self, node):  argument 35     def add_edge(self, source, target):  argument 47     def roots(self):  argument 63     def _tarjan(self):  argument 101     def _tarjan_root(self, v):  argument 126     def scc_order(self):  argument 141     def depends_on(self, node):  argument 145     def required_by(self, node):  argument
  | 
| /Zephyr-latest/soc/mediatek/mt8xxx/ | 
| D | mtk_adsp_load.py | 76     def __init__(self, maps):  argument 87     def logrange(self):  argument 90     def stop(self):  argument 94     def start(self, boot_vector):  argument 104     def __init__(self, maps):  argument 117     def logrange(self):  argument 120     def stop(self):  argument 127     def start(self, boot_vector):  argument 137     def __init__(self, maps):  argument 150     def logrange(self):  argument [all …] 
 | 
| /Zephyr-latest/soc/intel/intel_adsp/tools/ | 
| D | remote-fw-service.py | 50     def receive_fw(self):  argument 89     def do_download(self):  argument 102     def handle(self):  argument 128     def handle(self):  argument 186     def finish(self):  argument 190     def is_connection_alive(self):  argument 199     def check_connection(self, proc):  argument 233     def __init__(self, args):  argument 242     def set_fw_ready(self, fw_recv):  argument 246     def is_fw_ready(self):  argument [all …] 
 | 
| /Zephyr-latest/scripts/ci/coverage/ | 
| D | coverage_analysis.py | 25     def __init__(self):  argument 41     def get_maintainers_file(self, maintainers):  argument 49     def parse_testplan(self, testplan_path):  argument 213     def get_files_from_maintainers_file(self, component_name):  argument 231     def generate_json_report(self, coverage):  argument 289     def _calculate_coverage_of_file(self, file):  argument 297     def save_json_report(self, output_path, json_object):  argument 302     def _find_char(self, path, str, n):  argument 308     def _component_calculate_stats(self, json_component):  argument 331     def _xlsx_generate_summary_page(self, workbook, json_report):  argument [all …] 
 | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | handlers.py | 73     def __init__(self, instance, type_str: str, options: argparse.Namespace,  argument 99     def get_test_timeout(self):  argument 104     def terminate(self, proc):  argument 108     def _verify_ztest_suite_name(self, harness_status, detected_suite_names, handler_time):  argument 131     def _missing_suite_name(self, expected_suite_names, handler_time):  argument 146     def _final_handle_actions(self, harness, handler_time):  argument 167     def get_default_domain_build_dir(self):  argument 183         self,  argument 201     def try_kill_process_by_pid(self):  argument 210     def _output_reader(self, proc):  argument [all …] 
 | 
| D | hardwaremap.py | 37     def __init__(self,  argument 82     def available(self):  argument 87     def available(self, value):  argument 92     def counter(self):  argument 97     def counter(self, value):  argument 101     def counter_increment(self, value=1):  argument 106     def failures(self):  argument 111     def failures(self, value):  argument 115     def failures_increment(self, value=1):  argument 119     def to_dict(self):  argument [all …] 
 | 
| D | coverage.py | 30     def __init__(self):  argument 89     def merge_hexdumps(self, hexdumps):  argument 114     def create_gcda_files(self, extracted_coverage_info):  argument 139     def capture_data(self, outdir):  argument 157     def generate(self, outdir):  argument 201     def __init__(self, jobs=None):  argument 209     def get_version(self):  argument 226     def add_ignore_file(self, pattern):  argument 229     def add_ignore_directory(self, pattern):  argument 232     def add_ignore_branch_pattern(self, pattern):  argument [all …] 
 | 
| D | jobserver.py | 22     def __init__(self, release_func, *args, **kwargs):  argument 27     def __enter__(self):  argument 30     def __exit__(self, exc_type, exc_value, traceback):  argument 38     def get_job(self):  argument 52     def popen(self, argv, **kwargs):  argument 76     def __init__(self, inheritable_pipe, jobs, internal_jobs=0, makeflags=None):  argument 100     def __del__(self):  argument 185     def get_job(self):  argument 204     def env(self):  argument 215     def pass_fds(self):  argument [all …] 
 | 
| D | cmakecache.py | 96     def __init__(self, name, value):  argument 100     def __str__(self):  argument 112     def __init__(self, cache_file):  argument 116     def load(self, cache_file):  argument 125     def get(self, name, default=None):  argument 132     def get_list(self, name, default=None):  argument 148     def __contains__(self, name):  argument 151     def __getitem__(self, name):  argument 154     def __setitem__(self, name, entry):  argument 160     def __delitem__(self, name):  argument [all …] 
 | 
| D | platform.py | 27     def __init__(self, data: dict[str, str]):  argument 33     def is_runnable(self) -> bool:  argument 36     def __str__(self):  argument 39     def __eq__(self, other):  argument 55     def __init__(self):  argument 91     def load(self, board, target, aliases, data, variant_data):  argument 182     def simulator_by_name(self, sim_name: str | None) -> Simulator | None:  argument 188     def __repr__(self):  argument
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ | 
| D | leshan.py | 22     def __init__(self, url: str):  argument 57     def get(self, path: str):  argument 65 …def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None, params: …  argument 70     def put(self, path: str, data: str | dict, uri_options: str = ''):  argument 76     def post(self, path: str, data: str | dict | None = None):  argument 89     def delete_raw(self, path: str):  argument 94     def delete(self, endpoint: str, path: str):  argument 98     def execute(self, endpoint: str, path: str):  argument 102     def write(self, endpoint: str, path: str, value: bool | int | str):  argument 111     def write_attributes(self, endpoint: str, path: str, attributes: dict):  argument [all …] 
 | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | nrf_common.py | 81     def __init__(self, cfg, family, softreset, pinreset, dev_id, erase=False,  argument 149     def ensure_snr(self):  argument 165     def do_get_boards(self):  argument 168     def get_boards(self):  argument 181     def get_board_snr(self, glob):  argument 229     def ensure_family(self):  argument 252     def hex_refers_region(self, region_start, region_end):  argument 258     def hex_get_uicrs(self):  argument 268     def flush(self, force=False):  argument 299     def recover_target(self):  argument [all …] 
 | 
| /Zephyr-latest/scripts/coredump/coredump_parser/ | 
| D | log_parser.py | 58     def __init__(self, logfile):  argument 67     def open(self):  argument 70     def close(self):  argument 73     def get_arch_data(self):  argument 76     def get_memory_regions(self):  argument 79     def get_threads_metadata(self):  argument 82     def parse_arch_section(self):  argument 92     def parse_threads_metadata_section(self):  argument 102     def parse_memory_section(self):  argument 134     def parse(self):  argument
  | 
| /Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ | 
| D | data_prepare_test.py | 34     def setUp(self):    # pylint: disable=g-missing-super-call  argument 39     def test_prepare_data(self):  argument 52     def test_generate_negative(self):  argument 63     def test_write_data(self):  argument
  | 
| D | data_load_test.py | 32     def setUp(self):    # pylint: disable=g-missing-super-call  argument 36     def test_get_data(self):  argument 50     def test_pad(self):  argument 72     def test_format(self):  argument
  | 
| /Zephyr-latest/samples/net/cellular_modem/server/ | 
| D | te_udp_echo.py | 9     def __init__(self):  argument 13     def start(self):  argument 16     def stop(self):  argument 20     def _target_(self):  argument
  |