Searched refs:detected (Results 1 – 4 of 4) sorted by relevance
/scripts/pylib/twister/twisterlib/ |
A D | hardwaremap.py | 171 self.detected = [] 380 self.detected.append(s_dev) 389 self.detected = natsorted(self.detected, key=lambda x: x.serial or '') 404 for _detected in self.detected: 417 new_duts = list(filter(lambda d: not d.match, self.detected)) 442 for _connected in self.detected: 460 self.dump(detected=True) 462 def dump(self, filtered=None, header=None, connected_only=False, detected=False): argument 469 if detected: 470 to_show = self.detected
|
/scripts/tests/twister/ |
A D | test_hardwaremap.py | 36 hm.detected = duts[:5] 454 assert sorted([d.__repr__() for d in mocked_hm.detected]) == \ 728 detected, argument 731 mocked_hm.dump(filtered, header, connected_only, detected)
|
/scripts/net/ |
A D | run-sample-tests.sh | 308 The automatically detected directories are:
|
/scripts/ |
A D | spelling.txt | 454 dectected||detected 504 deteced||detected
|
Completed in 6 milliseconds