Searched refs:dict (Results 51 – 75 of 76) sorted by relevance
1234
/Zephyr-latest/scripts/ |
D | get_maintainer.py | 483 if not isinstance(yaml, dict): 494 if not isinstance(area_dict, dict):
|
D | list_hardware.py | 204 yield from dict.fromkeys(map(Path.resolve, paths)).keys()
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 526 rel_dict = dict() 527 phdrs = dict()
|
/Zephyr-latest/scripts/west_commands/ |
D | zcmake.py | 49 kwargs = dict()
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 151 ret: Dict[str, Compat2Binding] = defaultdict(dict) 163 ret: Dict[str, Binding2Changes] = defaultdict(dict)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 542 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']
|
D | environment.py | 1057 def non_default_options(self) -> dict: 1120 kwargs = dict()
|
D | testinstance.py | 59 self.metrics = dict()
|
D | harness.py | 113 def translate_record(self, record: dict) -> dict: argument
|
D | testplan.py | 120 self.instances = dict()
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_mdb.py | 164 if isinstance(args, dict):
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 55 def env(self) -> dict[str, str]:
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 191 pdo_info = dict()
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | xtensa.py | 182 self.registers = dict()
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 63 * Other command line options: `--flatten-dict-name`, `--flatten-list-names`,
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 59 regions = dict() 795 def phandle_macros(prop: edtlib.Property, macro: str) -> dict:
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 34 "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/ |
D | core.py | 167 self.options: dict[str, str | int] = {}
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 364 This returns the validated dict containing the parsed YAML data.
|
D | release-notes.rst | 286 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/ |
D | cavstool.py | 969 hda_streams = dict()
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 127 For Nordic SoC a dedicated snippet (:ref:`nordic-log-stm-dict`) shall be used to enable logging.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 77 def runners(project_builder: ProjectBuilder) -> dict: 85 runners_content: dict = {
|
D | test_handlers.py | 117 mock.patch.dict('sys.modules', modules_mock, clear=True), \
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1919 prop.offset_labels = dict(prop._label_offset_lst)
|
1234