Searched refs:run_command (Results 1 – 7 of 7) sorted by relevance
/external/lldb/utils/test/ |
D | lldb-disasm.py | 68 def run_command(ci, cmd, res, echo=True): function 107 run_command(ci, cmd, res, not quiet_disassembly) 110 run_command(ci, 'file %s' % exe, res, not quiet_disassembly) 167 run_command(ci, cmd, res, not quiet_disassembly)
|
/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/linux-tools-perf/src/tools/perf/util/ |
D | run-command.c | 190 int run_command(struct child_process *cmd) in run_command() function 213 return run_command(&cmd); in run_command_v_opt()
|
D | run-command.h | 51 int run_command(struct child_process *);
|
/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/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | doctest_webapp.py | 50 def run_command(command, name, and_print=False): function
|