Home
last modified time | relevance | path

Searched refs:arg_line (Results 1 – 25 of 28) sorted by relevance

12

/test/framework/harnesses/host_controller/command_processor/
Dbase_command_processor.py57 def _Run(self, arg_line): argument
63 ret = self.Run(arg_line)
64 args = self.arg_parser.ParseLine(arg_line)
79 def Run(self, arg_line): argument
Dcommand_copy.py38 def Run(self, arg_line): argument
40 src, dst = arg_line.split()
Dcommand_sleep.py46 def Run(self, arg_line): argument
48 args = self.arg_parser.ParseLine(arg_line)
Dcommand_exit.py45 def Run(self, arg_line): argument
51 args = self.arg_parser.ParseLine(arg_line)
Dcommand_shell.py48 def Run(self, arg_line): argument
50 args = self.arg_parser.ParseLine(arg_line)
Dcommand_lease.py51 def Run(self, arg_line): argument
53 args = self.arg_parser.ParseLine(arg_line)
Dcommand_request.py58 def Run(self, arg_line): argument
60 args = self.arg_parser.ParseLine(arg_line)
Dcommand_acloud.py36 def Run(self, arg_line): argument
42 args = self.arg_parser.ParseLine(arg_line)
Dcommand_list.py66 def Run(self, arg_line): argument
68 args = self.arg_parser.ParseLine(arg_line)
Dcommand_adb.py61 def Run(self, arg_line): argument
63 args = self.arg_parser.ParseLine(arg_line)
Dcommand_fastboot.py69 def Run(self, arg_line): argument
71 args = self.arg_parser.ParseLine(arg_line)
Dcommand_dut.py84 def Run(self, arg_line): argument
86 args = self.arg_parser.ParseLine(arg_line)
Dcommand_config_local.py118 def Run(self, arg_line): argument
120 args = self.arg_parser.ParseLine(arg_line)
Dcommand_gsispl.py65 def Run(self, arg_line): argument
67 args = self.arg_parser.ParseLine(arg_line)
Dcommand_repack.py53 def Run(self, arg_line): argument
55 args = self.arg_parser.ParseLine(arg_line)
Dcommand_test.py149 def Run(self, arg_line): argument
155 args = self.arg_parser.ParseLine(arg_line)
Dcommand_flash.py104 def Run(self, arg_line): argument
106 args = self.arg_parser.ParseLine(arg_line)
Dcommand_password.py36 def Run(self, arg_line): argument
Dcommand_info.py35 def Run(self, arg_line): argument
Dcommand_build.py200 def Run(self, arg_line): argument
202 args = self.arg_parser.ParseLine(arg_line)
Dcommand_fetch.py107 def Run(self, arg_line): argument
109 args = self.arg_parser.ParseLine(arg_line)
Dcommand_release.py103 def Run(self, arg_line): argument
105 args = self.arg_parser.ParseLine(arg_line)
Dcommand_retry.py160 def Run(self, arg_line): argument
162 args = self.arg_parser.ParseLine(arg_line)
Dcommand_reproduce.py76 def Run(self, arg_line): argument
78 args = self.arg_parser.ParseLine(arg_line)
Dcommand_device.py305 def Run(self, arg_line): argument
307 args = self.arg_parser.ParseLine(arg_line)

12