Searched refs:dict (Results 26 – 50 of 76) sorted by relevance
1234
/Zephyr-latest/scripts/ci/ |
D | guideline_check.py | 27 def parse_coccinelle(contents: str, violations: dict): argument
|
D | version_mgr.py | 120 found = list(filter(lambda item: (isinstance(item, dict) and
|
D | pylintrc | 151 unhashable-dict-key, 187 consider-using-dict-comprehension,
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 134 def setup(app: Sphinx) -> dict[str, Any]:
|
D | doxyrunner.py | 136 fmt_vars: dict[str, str] | None = None, 382 def setup(app: Sphinx) -> dict[str, Any]:
|
D | link-roles.py | 67 options: dict[str, Any] | None = None,
|
D | external_content.py | 164 def setup(app: Sphinx) -> dict[str, Any]:
|
D | api_overview.py | 166 def setup(app) -> dict[str, Any]:
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_test.py | 41 self.assertIsInstance(self.data[0], dict)
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 27 * **sample.boards.nrf.coresight_stm.dict** 39 **sample.boards.nrf.coresight_stm.dict** requires host tool like ``nrfutil trace``
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | arm64.py | 76 self.registers = dict()
|
D | risc_v.py | 76 self.registers = dict()
|
D | x86.py | 103 self.registers = dict()
|
D | x86_64.py | 131 self.registers = dict()
|
/Zephyr-latest/scripts/ |
D | snippets.py | 51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool): argument 288 def load_snippet_yml(snippet_yml: Path) -> dict:
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nxp_s32dbg.py | 191 def runtime_environment(self) -> dict[str, str] | None: 204 def script_globals(self) -> dict[str, str | int | None]:
|
D | stm32cubeprogrammer.py | 24 _RESET_MODES: ClassVar[dict[str, str]] = {
|
/Zephyr-latest/scripts/build/ |
D | llext_prepare_exptab.py | 169 sorted_exptab = dict() 185 sorted_exptab = dict(sorted(sorted_exptab.items()))
|
D | parse_syscalls.py | 66 syscall_files = dict()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | binary_adapter.py | 26 self.process_kwargs: dict = {
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_dev_usage.cocci | 4 // Uses a python database (a dict) to find where const struct device
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 143 areas: list[dict] = []
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 100 qlist_raw_data: list[dict] = yaml.load(yaml_fd, Loader=SafeLoader)
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_pyocd.py | 141 if isinstance(args, dict):
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 723 object_types: dict[str, ObjType] = { 729 initial_data: dict[str, Any] = { 756 def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None: argument 930 app: Sphinx, pagename: str, templatename: str, context: dict[str, Any], doctree: nodes.Node
|
1234