Searched defs:run_command (Results 1 - 17 of 17) sorted by relevance

/external/skia/tools/
H A Dfind_run_binary.py14 def run_command(args): function
/external/skqp/tools/
H A Dfind_run_binary.py14 def run_command(args): function
/external/autotest/client/cros/faft/utils/
H A Dshell_wrapper.py23 """Helper function of run_command() methods.
36 def run_command(self, cmd, block=True): member in class:LocalShell
104 """Helper function of run_command() methods.
113 self._host_shell.run_command('adb root')
118 def run_command(self, cmd): member in class: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)
/external/python/cpython2/Demo/pysvr/
H A Dpysvr.py94 run_command(code, stdin, stdout, globals)
105 def run_command(code, stdin, stdout, globals): function
H A Dpysvr.c49 static int run_command(char *, PyObject *);
325 end = run_command(buffer, globals);
344 run_command(char *buffer, PyObject *globals) function
347 fprintf(stderr, "run_command: %s", buffer);
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
H A Dfirmware_CorruptRecoveryCache.py82 cmd_output = self.run_command(cmd)
90 def run_command(self, command): member in class:firmware_CorruptRecoveryCache
/external/autotest/server/site_tests/firmware_PDProtocol/
H A Dfirmware_PDProtocol.py62 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
77 def run_command(self, command): member in class:firmware_PDProtocol
111 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
120 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
H A Dfirmware_RecoveryCacheBootKeys.py46 def run_command(self, command): member in class:firmware_RecoveryCacheBootKeys
73 cmd_output = self.run_command(cmd)
/external/python/cpython2/Lib/distutils/
H A Dcmd.py321 def run_command(self, command): member in class:Command
322 """Run some other command: uses the 'run_command()' method of
326 self.distribution.run_command(command)
H A Ddist.py953 self.run_command(cmd)
957 def run_command(self, command): function
/external/python/cpython3/Lib/distutils/
H A Dcmd.py308 def run_command(self, command): member in class:Command
309 """Run some other command: uses the 'run_command()' method of
313 self.distribution.run_command(command)
H A Ddist.py955 self.run_command(cmd)
959 def run_command(self, command): function
/external/toybox/toys/pending/
H A Dinit.c191 static void run_command(char *command) function
268 run_command(x->command);
399 run_command(x->command);
/external/vboot_reference/futility/
H A Dfutility.c274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) function
319 return run_command(cmd, argc, argv);
364 return run_command(cmd, argc, argv);
/external/python/cpython3/Modules/
H A Dmain.c287 run_command(wchar_t *command, PyCompilerFlags *cf) function
747 sts = run_command(command, &cf);
/external/python/cpython3/Lib/test/
H A Dtest_gc.py654 def run_command(code): function in function:GCTests.test_garbage_at_shutdown
665 stderr = run_command(code % "0")
670 stderr = run_command(code % "gc.DEBUG_UNCOLLECTABLE")
679 stderr = run_command(code % "gc.DEBUG_SAVEALL")
H A Dtest_regrtest.py429 def run_command(self, args, input=None, exitcode=0, **kw): member in class:BaseTestCase
460 proc = self.run_command(args, **kw)
541 proc = self.run_command(args)

Completed in 534 milliseconds