Searched refs:Dict (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/kernel/tools/hardware/
H A Dfdt.py7 from typing import Any, Dict, IO, List namespace
20 self.by_phandle: Dict[int, WrappedNode] = {}
21 self.by_path: Dict[str, WrappedNode] = {}
22 self.irq_controllers: Dict[int, IrqController] = {}
H A Ddevice.py8 from typing import Any, Dict, Generator, List, Tuple, cast namespace
26 self.children: Dict[str, 'WrappedNode'] = OrderedDict()
27 self.props: Dict[str, pyfdt.pyfdt.FdtProperty] = {}
/seL4-test-master/tools/seL4/cmake-tool/helpers/
H A Dplatform_sift.py18 from typing import Any, Dict, List, Tuple namespace
24 def is_valid(data: Dict[str, Any]) -> Tuple[bool, List[str]]:
103 def report(data=None, c_symbols: Dict[str, str] = {}, use_c=False) -> str:
171 def load_data(yaml_filename: str) -> Dict[str, Any]:
173 Call `yaml_load()` (from `pyyaml`) on `yaml_filename` and return a Dict
182 def _process_operand(yaml_filename: str, c_symbols: Dict[str, str],
/seL4-test-master/kernel/tools/hardware/utils/
H A Drule.py9 from typing import Dict, List namespace
149 self.regions: Dict[int, Dict] = {}

Completed in 82 milliseconds