| /src/external/apache2/llvm/dist/libcxx/utils/ |
| merge_archives.py | 45 def execute_command(cmd, cwd=None): function 68 out, err, exitCode = execute_command(cmd, cwd=cwd)
|
| /src/external/gpl3/gcc/dist/contrib/header-tools/ |
| headerutils.py | 220 def execute_command (command): function 236 files = execute_command (command) 247 files = execute_command (command) 275 files = execute_command (command)
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| headerutils.py | 220 def execute_command (command): function 236 files = execute_command (command) 247 files = execute_command (command) 275 files = execute_command (command)
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| command.cpp | 759 static void execute_command(const char *name, int argc, argument *argv) function 792 execute_command(command.contents(), argc, argv);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| top.c | 455 execute_command (const char *p, int from_tty) 647 execute_fn_to_ui_file (file, [=]() { execute_command (p, from_tty); }); 656 execute_fn_to_string (res, [=]() { execute_command (p, from_tty); }, 667 execute_fn_to_string (dummy, [=]() { execute_command (p, from_tty); }, 454 execute_command (const char *p, int from_tty) function
|
| /src/external/gpl3/gdb/dist/gdb/ |
| top.c | 452 execute_command (const char *p, int from_tty) 642 execute_fn_to_ui_file (file, [=]() { execute_command (p, from_tty); }); 651 execute_fn_to_string (res, [=]() { execute_command (p, from_tty); }, 662 execute_fn_to_string (dummy, [=]() { execute_command (p, from_tty); }, 451 execute_command (const char *p, int from_tty) function
|
| /src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| c-index-test.c | 2100 const char *execute_command = NULL; local 2140 execute_command = getenv("CINDEXTEST_EXECUTE_COMMAND"); 2153 if (execute_command && trial == execute_after_trial) { 2154 result = indextest_perform_shell_execution(execute_command);
|