Searched refs:attr_names (Results 1 – 3 of 3) sorted by relevance
/test/framework/harnesses/host_controller/command_processor/ |
D | command_lease.py | 40 attr_names = ("request_id", "command_id", "task_id", "device_serials", 42 self.console._PrintObjects(tasks, attr_names)
|
D | command_list.py | 51 attr_names = ("device_serial", "state", "run_target", "build_id", 53 self.console._PrintObjects(devices, attr_names)
|
/test/framework/harnesses/host_controller/ |
D | console.py | 637 def _PrintObjects(self, objects, attr_names): argument 644 width = [len(name) for name in attr_names] 645 rows = [attr_names] 649 for name in attr_names
|