Searched refs:Dict (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/tests/atf_python/ |
| HD | atf_pytest.py | 3 from typing import Dict 56 def _convert_user_mark(mark, obj, ret: Dict): argument 77 def _convert_marks(self, obj) -> Dict[str, Any]: 79 _map: Dict[str, Dict] = { 121 self._tests_state_map: Dict[str, ReportStatus] = {} 281 def get_atf_vars() -> Dict[str, str]:
|
| HD | utils.py | 7 from typing import Dict 49 def atf_vars(self) -> Dict[str, str]:
|
| /freebsd-13-stable/tests/atf_python/sys/net/ |
| HD | vnet.py | 11 from typing import Dict 55 self.addr_map: Dict[str, Dict] = {"inet6": {}, "inet": {}} 326 iface_map: Dict[str, SingleInterfaceMap] # keyed by ifX 327 vnet_map: Dict[str, VnetInstance] # keyed by vnetX 328 topo_map: Dict # self.TOPOLOGY 339 def _setup_vnet(self, vnet: VnetInstance, obj_map: Dict, pipe): argument 381 def setup_topology(self, topo: Dict, topology_id: str): argument 383 iface_map: Dict[str, SingleInterfaceMap] = {}
|
| HD | rtsock.py | 15 from typing import Dict 101 def get_bitmask_map(prefix: str, value: int) -> Dict[int, str]:
|
| HD | netlink.py | 16 from typing import Dict 1037 def prepare_attrs_map(attrs: List[AttrDescr]) -> Dict[str, Dict]:
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerDriver.cpp | 539 int AnalyzeDictionary(Fuzzer *F, const std::vector<Unit> &Dict, in AnalyzeDictionary() argument 542 Dict.size() * Corpus.size() * 2); in AnalyzeDictionary() 545 std::vector<int> Scores(Dict.size()); in AnalyzeDictionary() 546 std::vector<int> Usages(Dict.size()); in AnalyzeDictionary() 558 for (size_t i = 0; i < Dict.size(); ++i) { in AnalyzeDictionary() 561 Dict[i].begin(), Dict[i].end()); in AnalyzeDictionary() 569 auto EndPos = StartPos + Dict[i].size(); in AnalyzeDictionary() 574 Dict[i].begin(), Dict[i].end()); in AnalyzeDictionary() 592 for (size_t i = 0; i < Dict.size(); ++i) { in AnalyzeDictionary() 598 PrintASCII(Dict[i].data(), Dict[i].size(), "\""); in AnalyzeDictionary()
|
| /freebsd-13-stable/tests/ |
| HD | conftest.py | 3 from typing import Dict 54 def atf_vars() -> Dict[str, str]:
|