/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 151 def setup(app) -> dict[str, Any]:
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 151 unhashable-dict-key, 187 consider-using-dict-comprehension,
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 538 rel_dict = dict() 539 phdrs = dict()
|
/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/release/ |
D | list_devicetree_bindings_changes.py | 151 ret: Dict[str, Compat2Binding] = defaultdict(dict) 163 ret: Dict[str, Binding2Changes] = defaultdict(dict)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | stm32cubeprogrammer.py | 24 _RESET_MODES: ClassVar[dict[str, str]] = {
|
D | core.py | 167 self.options: dict[str, str | int] = {}
|
/Zephyr-latest/scripts/west_commands/ |
D | zcmake.py | 51 kwargs = dict()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 544 kwargs = dict() 708 kwargs = dict() 963 def _add_to_pipeline(self, pipeline, op: str, additionals: dict=None): argument 968 task = dict({'op': op, 'test': self.instance}, **additionals) 1421 runners_content: dict = yaml.load(file, Loader=SafeLoader) 1426 runners_config: dict = runners_content['config'] 1461 runners_content_yaml: dict = yaml.load(runners_content_text, Loader=SafeLoader) 1466 runners_config: dict = runners_content_yaml['config']
|
D | environment.py | 1102 def non_default_options(self) -> dict: 1165 kwargs = dict()
|
D | testinstance.py | 59 self.metrics = dict()
|
D | harness.py | 117 def translate_record(self, record: dict) -> dict: argument
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 994 object_types: dict[str, ObjType] = { 1000 initial_data: dict[str, Any] = { 1029 def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None: argument 1204 app: Sphinx, pagename: str, templatename: str, context: dict[str, Any], doctree: nodes.Node
|
/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/coredump/gdbstubs/arch/ |
D | xtensa.py | 182 self.registers = dict()
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 191 pdo_info = 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() 798 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 452 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys 497 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get 508 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys 558 "SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys 637 "SIM401", # https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib_binding_init.py | 62 YAML_KNOWN_BASE_BINDINGS: dict[str, str] = {
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 364 This returns the validated dict containing the parsed YAML data.
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 973 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.
|