Home
last modified time | relevance | path

Searched refs:dict (Results 51 – 75 of 76) sorted by relevance

1234

/Zephyr-latest/scripts/
Dget_maintainer.py483 if not isinstance(yaml, dict):
494 if not isinstance(area_dict, dict):
Dlist_hardware.py204 yield from dict.fromkeys(map(Path.resolve, paths)).keys()
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py526 rel_dict = dict()
527 phdrs = dict()
/Zephyr-latest/scripts/west_commands/
Dzcmake.py49 kwargs = dict()
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py151 ret: Dict[str, Compat2Binding] = defaultdict(dict)
163 ret: Dict[str, Binding2Changes] = defaultdict(dict)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py542 kwargs = dict()
700 kwargs = dict()
937 def _add_to_pipeline(self, pipeline, op: str, additionals: dict=None): argument
942 task = dict({'op': op, 'test': self.instance}, **additionals)
1364 runners_content: dict = yaml.load(file, Loader=SafeLoader)
1369 runners_config: dict = runners_content['config']
1404 runners_content_yaml: dict = yaml.load(runners_content_text, Loader=SafeLoader)
1409 runners_config: dict = runners_content_yaml['config']
Denvironment.py1057 def non_default_options(self) -> dict:
1120 kwargs = dict()
Dtestinstance.py59 self.metrics = dict()
Dharness.py113 def translate_record(self, record: dict) -> dict: argument
Dtestplan.py120 self.instances = dict()
/Zephyr-latest/scripts/west_commands/tests/
Dtest_mdb.py164 if isinstance(args, dict):
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py55 def env(self) -> dict[str, str]:
/Zephyr-latest/scripts/generate_usb_vif/
Dgenerate_vif.py191 pdo_info = dict()
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dxtensa.py182 self.registers = dict()
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md63 * Other command line options: `--flatten-dict-name`, `--flatten-list-names`,
/Zephyr-latest/scripts/dts/
Dgen_defines.py59 regions = dict()
795 def phandle_macros(prop: edtlib.Property, macro: str) -> dict:
/Zephyr-latest/
D.ruff-excludes.toml34 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get
220 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get
241 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get
311 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys
432 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys
454 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys
501 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get
512 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys
562 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys
641 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get
[all …]
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py167 self.options: dict[str, str | int] = {}
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst364 This returns the validated dict containing the parsed YAML data.
Drelease-notes.rst286 a Python dict. This can be useful if the value passed to this function was a
287 str, and the dict is desired.
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py969 hda_streams = dict()
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst127 For Nordic SoC a dedicated snippet (:ref:`nordic-log-stm-dict`) shall be used to enable logging.
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py77 def runners(project_builder: ProjectBuilder) -> dict:
85 runners_content: dict = {
Dtest_handlers.py117 mock.patch.dict('sys.modules', modules_mock, clear=True), \
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1919 prop.offset_labels = dict(prop._label_offset_lst)

1234