Lines Matching refs:command_processor
32 from host_controller.command_processor import command_build
33 from host_controller.command_processor import command_config
34 from host_controller.command_processor import command_copy
35 from host_controller.command_processor import command_device
36 from host_controller.command_processor import command_exit
37 from host_controller.command_processor import command_fetch
38 from host_controller.command_processor import command_flash
39 from host_controller.command_processor import command_gsispl
40 from host_controller.command_processor import command_info
41 from host_controller.command_processor import command_lease
42 from host_controller.command_processor import command_list
43 from host_controller.command_processor import command_retry
44 from host_controller.command_processor import command_request
45 from host_controller.command_processor import command_test
46 from host_controller.command_processor import command_upload
265 for command_processor in COMMAND_PROCESSORS:
266 cp = command_processor()
276 for command_processor in self.command_processors.itervalues():
277 command_processor._TearDown()