Home
last modified time | relevance | path

Searched full:dict (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-latest/tests/boards/nrf/coresight_stm/
Dtestcase.yaml13 boards.nrf.coresight_stm.dict:
21 - nordic-log-stm-dict
39 boards.nrf.coresight_stm.dict.coverage:
47 - nordic-log-stm-dict
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py9 from typing import Any, Callable, Dict, List, Optional, Set, Union
46 Compat2Binding = Dict[Compat, Binding]
47 Binding2Changes = Dict[Binding, List[BindingChange]]
55 vnd2added: Dict[str, Compat2Binding]
56 vnd2removed: Dict[str, Compat2Binding]
57 vnd2changes: Dict[str, Binding2Changes]
118 vnd2added: Dict[str, Compat2Binding] = \
125 vnd2removed: Dict[str, Compat2Binding] = \
148 ) -> Dict[str, Compat2Binding]:
149 '''Convert *compat2binding* to a dict mapping vendor prefixes
[all …]
Dbug_bash.py68 """Return a dict with (key = user, value = score)"""
69 tally = dict()
77 """Return a dict with (key = score, value = list<user>) sorted in
80 rev_tally = dict()
88 rev_tally = dict(
94 """Return a dict with (key = score, value = user) sorted in
/Zephyr-latest/snippets/nordic-log-stm-dict/
DREADME.rst1 .. _nordic-log-stm-dict:
3 Nordic Dictionary-based STM logging snippet (nordic-log-stm-dict)
Dsnippet.yml1 name: nordic-log-stm-dict
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_person_test.py48 self.assertIsInstance(train_data[0], dict)
49 self.assertIsInstance(valid_data[0], dict)
50 self.assertIsInstance(test_data[0], dict)
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py45 - dict: The parsed JSON response as a dictionary.
65 …def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None, params:
70 def put(self, path: str, data: str | dict, uri_options: str = ''): argument
72 if isinstance(data, dict):
76 def post(self, path: str, data: str | dict | None = None):
78 if isinstance(data, dict):
111 def write_attributes(self, endpoint: str, path: str, attributes: dict): argument
126 def update_obj_instance(self, endpoint: str, path: str, resources: dict): argument
131 def replace_obj_instance(self, endpoint: str, path: str, resources: dict): argument
136 def create_obj_instance(self, endpoint: str, path: str, resources: dict): argument
[all …]
/Zephyr-latest/samples/boards/nordic/coresight_stm/
Dsample.yaml13 sample.boards.nrf.coresight_stm.dict:
20 - nordic-log-stm-dict
DREADME.rst27 * **sample.boards.nrf.coresight_stm.dict**
39 **sample.boards.nrf.coresight_stm.dict** requires host tool like ``nrfutil trace``
/Zephyr-latest/scripts/
Dgithub_helpers.py21 from typing import Dict
26 def get_github_credentials(ask: bool = True) -> Dict[str, str]:
44 The return value is a dict which can be passed to the
Dsnippets.py20 from typing import Dict, Iterable, List, Set
34 Appends = Dict[str, List[str]]
49 board2appends: Dict[str, Appends] = field(default_factory=_new_board2appends)
51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool): argument
80 As a dict, this maps a snippet's name onto the Snippet object.
288 def load_snippet_yml(snippet_yml: Path) -> dict:
290 against the schema, and do other basic checks. Return the dict
Dset_assignees.py108 area_counter = dict(sorted(area_counter.items(), key=lambda item: item[1], reverse=True))
117 collab = list(dict.fromkeys(collab))
120 … _all_maintainers = dict(sorted(found_maintainers.items(), key=lambda item: item[1], reverse=True))
260 for areas, maintainers in dict(label_to_maintainer).items():
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py145 def from_json(cls: "PowerConfig", data: dict) -> "PowerConfig": argument
178 def to_json(self, buf: dict): argument
219 def from_json(cls: "IoPortPowerConfig", data: dict) -> "IoPortPowerConfig": argument
240 def to_json(self, buf: dict): argument
267 def from_json(cls: "IoPortImpedanceConfig", data: dict) -> "IoPortImpedanceConfig": argument
281 def to_json(self, buf: dict): argument
335 def from_json(cls: "LFXOConfig", data: dict) -> "LFXOConfig": argument
364 def to_json(self, buf: dict): argument
407 def from_json(cls: "LFRCCalibrationConfig", data: dict) -> "LFRCCalibrationConfig": argument
438 def to_json(self, buf: dict): argument
[all …]
/Zephyr-latest/scripts/coccinelle/
Dfind_functions.cocci7 // Generate a q&d python database (a dict actually) of all the
11 // of the void* parameter in the first dict, and the actual number of
32 // Insert a function into right dict depending on parameters
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py228 def find_sections(filename: str) -> 'dict[SectionKind, list[OutputSection]]':
272 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]'
273 ) -> 'dict[MemoryRegion, dict[SectionKind, list[OutputSection]]]':
338 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]',
475 help="input file with dict src:memory type(sram2 or ccm or aon etc)")
522 # Create a dict with key as memory type and files as a list of values.
523 # Also, return another dict with program headers for memory regions
526 rel_dict = dict()
527 phdrs = dict()
578 complete_list_of_sections: 'dict[MemoryRegion, dict[SectionKind, list[OutputSection]]]' \
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py73 from typing import (Any, Callable, Dict, Iterable, List, NoReturn,
118 A dict mapping property names to PropertySpec objects
122 A dict that maps specifier space names (like "gpio",
164 def __init__(self, path: Optional[str], fname2path: Dict[str, str],
196 self._fname2path: Dict[str, str] = fname2path
207 self.raw: dict = self._merge_includes(raw, self.path)
213 if not isinstance(raw["child-binding"], dict):
228 self.prop2specs: Dict[str, 'PropertySpec'] = {}
231 self.specifier2cells: Dict[str, List[str]] = {}
272 def _merge_includes(self, raw: dict, binding_path: Optional[str]) -> dict: argument
[all …]
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py84 …if isinstance(val, dict) and names_dict and parent_name and isinstance(names_dict, dict) and paren…
93 elif isinstance(value, dict) and len(value):
202 if args.flatten and args.flatten in t and isinstance(t[args.flatten], dict):
230 if isinstance(flat_item, dict):
322 parser.add_argument('--flatten-dict-name', required=False, default="name",
329 metavar='DICT',
339 "`flatten-dict-name` properties. Default: '%(default)s'")
/Zephyr-latest/scripts/west_commands/zspdx/
Ddatatypes.py35 # dict of SPDX ID => Package
42 # dict of filename (ignoring its directory) => number of times it has
47 # dict of absolute path on disk => File
128 # dict of SPDX ID => File
Dcmakecache.py8 # Parse a CMakeCache file and return a dict of key:value (discarding
Dspdxids.py42 - timesSeen: dict of all filename-only to number of times seen.
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py22 def setup(app: Sphinx) -> dict[str, Any]:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfactory.py24 _devices: dict[str, Type[DeviceAdapter]] = {}
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py129 if isinstance(args, dict):
188 @patch.dict(os.environ, TEST_S32DS_RUNTIME_ENV, clear=True)
222 @patch.dict(os.environ, TEST_S32DS_RUNTIME_ENV, clear=True)
/Zephyr-latest/scripts/ruff/
Dgen_lint_exclude.py33 rules: dict[str, set[RuffRule]] = {}
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Darm_cortex_m.py62 self.registers = dict()
137 thread_registers = dict()

1234