Home
last modified time | relevance | path

Searched refs:attr_names (Results 1 – 3 of 3) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_lease.py40 attr_names = ("request_id", "command_id", "task_id", "device_serials",
42 self.console._PrintObjects(tasks, attr_names)
Dcommand_list.py51 attr_names = ("device_serial", "state", "run_target", "build_id",
53 self.console._PrintObjects(devices, attr_names)
/test/framework/harnesses/host_controller/
Dconsole.py637 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