Home
last modified time | relevance | path

Searched defs:run_command (Results 1 – 23 of 23) 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/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/u-boot/common/
Dcli.c30 int run_command(const char *cmd, int flag) in run_command() function
/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py43 def run_command(self, cmd, block=True): member in LocalShell
/external/ltp/testcases/kernel/syscalls/acct/
Dacct02.c66 static void run_command(void) in run_command() function
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c85 static int run_command(char *command, char *option, char *file) in run_command() function
/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
Dsh.c897 static struct sh_process *run_command(struct sh_arg *arg) 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/test/
Dtest_regrtest.py186 def run_command(self, args, input=None, exitcode=0, **kw): member in BaseTestCase
/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/google-fruit/tests/
Dfruit_test_common.py80 def run_command(executable, args=[], modify_env=lambda env: env): function
/external/python/cpython3/Include/cpython/
Dinitconfig.h393 wchar_t *run_command; /* -c command line argument */ member
/external/python/cpython3/Lib/test/
Dtest_gc.py660 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