Home
last modified time | relevance | path

Searched defs:run_command (Results 1 – 21 of 21) sorted by relevance

/external/skqp/tools/
Dfind_run_binary.py14 def run_command(args): function
/external/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py36 def run_command(self, cmd, block=True): member in LocalShell
118 def run_command(self, cmd): member in AdbShell
/external/python/cpython2/Demo/pysvr/
Dpysvr.py105 def run_command(code, stdin, stdout, globals): function
Dpysvr.c344 run_command(char *buffer, PyObject *globals) in run_command() function
/external/autotest/server/site_tests/firmware_PDProtocol/
Dfirmware_PDProtocol.py80 def run_command(self, command): member in firmware_PDProtocol
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py93 def run_command(self, command): member in firmware_CorruptRecoveryCache
/external/u-boot/common/
Dcli.c28 int run_command(const char *cmd, int flag) in run_command() function
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
Dfirmware_RecoveryCacheBootKeys.py50 def run_command(self, command): member in firmware_RecoveryCacheBootKeys
/external/vboot_reference/futility/
Dfutility.c274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command() function
/external/u-boot/test/py/
Du_boot_console_base.py140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, member in ConsoleBase
/external/toybox/toys/pending/
Dinit.c191 static void run_command(char *command) in run_command() function
/external/python/cpython3/Lib/distutils/
Dcmd.py308 def run_command(self, command): member in Command
Ddist.py970 def run_command(self, command): member in Distribution
/external/python/cpython2/Lib/distutils/
Dcmd.py321 def run_command(self, command): member in Command
Ddist.py957 def run_command(self, command): member in Distribution
/external/python/cpython2/Lib/test/
Dtest_regrtest.py186 def run_command(self, args, input=None, exitcode=0, **kw): member in BaseTestCase
/external/google-fruit/tests/
Dfruit_test_common.py54 def run_command(executable, args=[], modify_env=lambda env: env): function
/external/python/cpython3/Lib/test/
Dtest_gc.py649 def run_command(code): function
Dtest_regrtest.py501 def run_command(self, args, input=None, exitcode=0, **kw): member in BaseTestCase
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py56 def run_command(executable, args=[], cwd=None, env=None): function