Home
last modified time | relevance | path

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

123

/external/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/external/aws-crt-java/integration-testing/
Djava_elasticurl_runner.py20 def run_command(args_str): function
/external/python/mobly/mobly/
Dutils.py391 def run_command( function
405 def run_command( function
418 def run_command( function
/external/grpc-grpc/test/cpp/qps/
Dscenario_runner.py83 def run_command(filename): 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/cronet/third_party/libc++/src/utils/
Dadb_run.py84 def run_command(args: argparse.Namespace) -> int: function
/external/crosvm/src/sys/linux/
Dmain.rs82 pub(crate) fn run_command(command: Commands, _log_args: LogArgs) -> anyhow::Result<()> { in run_command() function
/external/OpenCL-CTS/scripts/
Dtest_opencl_cts.py32 def run_command(command: str) -> Tuple[int, str, str]: function
/external/libxkbcommon/test/
Dtool-option-parsing.py63 def run_command(args): function
85 def run_command(self, args): member in XkbcliTool
/external/igt-gpu-tools/scripts/
Dtest_igt_gpu_tools.py36 def run_command(command): function
/external/autotest/server/site_tests/firmware_PDProtocol/
Dfirmware_PDProtocol.py88 def run_command(self, command): member in firmware_PDProtocol
/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py53 def run_command(self, cmd, block=True): member in LocalShell
/external/crosvm/src/sys/windows/
Dmain.rs157 pub(crate) fn run_command(cmd: Commands, log_args: LogArgs) -> anyhow::Result<()> { in run_command() function
/external/linux-kselftest/tools/testing/selftests/net/
Ddevlink_port_split.py26 def run_command(cmd, should_fail=False): function
/external/ltp/testcases/kernel/syscalls/acct/
Dacct02.c68 static void run_command(void) in run_command() function
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
D__main__.py131 def run_command(args, builder): function
/external/AFLplusplus/benchmark/
Dbenchmark.py128 async def run_command(cmd: List[str]) -> Tuple[Optional[int], bytes, bytes]: function
/external/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py140 def run_command(command, log_level=1): function
/external/swiftshader/third_party/llvm-16.0/scripts/
Dupdate.py145 def run_command(command, log_level=1): function
/external/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
/external/cronet/testing/
Dtest_env.py237 def run_command(argv, env=None, cwd=None, log=True): 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/minijail/rust/minijail/src/
Dlib.rs109 fn run_command(&self, jail: &Minijail, cmd: &Command) -> Result<pid_t>; in run_command() method
113 fn run_command(&self, jail: &Minijail, cmd: &Command) -> Result<pid_t> { in run_command() method
141 fn run_command(&self, jail: &Minijail, cmd: &Command) -> Result<pid_t> { in run_command() method
876 pub fn run_command(&self, cmd: Command) -> Result<pid_t> { in run_command() method
/external/rust/crates/clang-sys/build/
Dcommon.rs101 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command() function

123