/external/autotest/client/cros/faft/utils/ |
D | shell_wrapper.py | 36 def run_command(self, cmd, block=True): member in LocalShell 113 self._host_shell.run_command('adb root') 118 def run_command(self, cmd): member in AdbShell 166 self._host_shell.run_command(cmd) 174 self._host_shell.run_command(cmd) 180 self._host_shell.run_command(cmd) 183 self._host_shell.run_command(cmd)
|
D | os_interface.py | 108 self.shell.run_command(cmd) 121 self.host_shell.run_command(cmd, block)
|
/external/autotest/server/site_tests/firmware_PDProtocol/ |
D | firmware_PDProtocol.py | 62 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board]) 92 def run_command(self, command): member in firmware_PDProtocol 126 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board]) 135 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
|
/external/autotest/server/ |
D | site_host_route.py | 19 output = self.run_command(["ip", "route", "get", self.host]) 49 def run_command(self, args): member in LocalHostRoute 61 def run_command(self, args): member in RemoteHostRoute
|
/external/autotest/client/common_lib/ |
D | packages.py | 145 self.run_command = package_manager._run_command 163 self.run_command(test_cmd % destpath) 174 dest_file_path = self.run_command(mktemp).stdout.strip() 180 self.run_command(http_cmd, _run_command_dargs={'timeout': 30}) 185 self.run_command('rm -rf %s' % dest_file_path) 199 result = self.run_command(cmd, 210 self.run_command('rm -f %s' % dest_path) 219 self.run_command = package_manager._run_command 228 self.run_command('cp %s %s' % (local_path, dest_path))
|
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/ |
D | firmware_CorruptRecoveryCache.py | 82 cmd_output = self.run_command(cmd) 90 def run_command(self, command): member in firmware_CorruptRecoveryCache
|
/external/vboot_reference/futility/ |
D | futility.c | 274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command() function 319 return run_command(cmd, argc, argv); in main() 364 return run_command(cmd, argc, argv); in main()
|
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/ |
D | firmware_RecoveryCacheBootKeys.py | 50 def run_command(self, command): member in firmware_RecoveryCacheBootKeys 77 cmd_output = self.run_command(cmd)
|
/external/syslinux/com32/lua/doc/ |
D | syslinux.asc | 49 .run_command(command) 55 syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw") 158 syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw") 161 syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw")
|
/external/toybox/toys/pending/ |
D | init.c | 191 static void run_command(char *command) in run_command() function 268 run_command(x->command); in final_run() 399 run_command(x->command); in restart_init_handler()
|
/external/skia/tools/ |
D | find_run_binary.py | 14 def run_command(args): function
|
/external/syslinux/com32/lua/test/ |
D | simplemenu.lua | 31 sl.run_command (data)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
D | setup.py | 779 self.run_command('egg_info') 781 self.run_command('build_ext')
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
D | setup.py | 779 self.run_command('egg_info') 781 self.run_command('build_ext')
|
/external/syslinux/mk/ |
D | lib.mk | 157 syslinux/run_default.o syslinux/run_command.o \
|