Home
last modified time | relevance | path

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

/third_party/tex-hyphen/ohos/build/
Dgenerate_hpb.py20 def run_command(command): function
/third_party/skia/m133/tools/
Dfind_run_binary.py14 def run_command(args): function
/third_party/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/third_party/grpc/test/cpp/qps/
Dscenario_runner.py83 def run_command(filename): function
/third_party/tex-hyphen/ohos/test/
Dgenerate_report.py25 def run_command(command): function
/third_party/libuv/docs/code/onchange/
Dmain.c9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/tools/
Dgenerate_intrinsics.py8 def run_command(command, cwd=None): function
/third_party/libinput/tools/
Dtest_tool_option_parsing.py51 def run_command(args): function
77 def run_command(self, args): member in LibinputTool
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c70 static void run_command(void) in run_command() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py138 def run_command(command, log_level=1): function
/third_party/typescript/tests/verify_3rd_libs/
Dverify_3rd_libs.py151 def run_command(cmd, path): function
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c89 static int run_command(char *command, char *option, char *file) in run_command() function
/third_party/typescript/tests/issues_cookbook_tests/
Dautotest_sdk.py27 def run_command(self, cmd, path): member in Utils
/third_party/rust/crates/clang-sys/build/
Dcommon.rs96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command() function
/third_party/python/.cid/
Dpython_builder.py39 def run_command(cmd, cwd=None, env=None): function
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dbuild_scripts.rs284 fn run_command( in run_command() method
/third_party/toybox/toys/pending/
Dinit.c204 static void run_command(char *command) in run_command() function
Dsh.c295 struct sh_process *run_command(struct sh_arg *arg, int **rdlist) in run_command() function
/third_party/python/Lib/distutils/
Dcmd.py308 def run_command(self, command): member in Command
Ddist.py970 def run_command(self, command): member in Distribution
/third_party/python/
Dsetup.py126 def run_command(cmd): function
/third_party/python/Include/cpython/
Dinitconfig.h201 wchar_t *run_command; member
/third_party/python/Lib/test/
Dtest_gc.py753 def run_command(code): function
Dtest_regrtest.py523 def run_command(self, args, input=None, exitcode=0, **kw): member in BaseTestCase
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1725 let run_command = to_proto::command::run_single(&r, &title); in runnable_action_links() localVariable