Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/python/mobly/mobly/
Dutils.py391 def run_command( function
405 def run_command( function
418 def run_command( function
/aosp_15_r20/external/libxkbcommon/test/
H A Dtool-option-parsing.py63 def run_command(args): function
85 def run_command(self, args): member in XkbcliTool
/aosp_15_r20/external/minijail/rust/minijail/src/
H A 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
/aosp_15_r20/external/skia/tools/
H A Dfind_run_binary.py14 def run_command(args): function
/aosp_15_r20/development/treble/
H A Dcombined_build_test.sh91 run_command() { function
/aosp_15_r20/external/aws-crt-java/integration-testing/
H A Djava_elasticurl_runner.py20 def run_command(args_str): function
/aosp_15_r20/frameworks/base/libs/hwui/tests/scripts/
H A Dprocess_systrace.py31 run_command = path_to_process_traces + " --mapper_handle " + mapper_func_file + ":" + args.func + "… variable
/aosp_15_r20/development/tools/repo_diff/service/repodiff/tools/
H A Dclear_service_account_keys.py7 def run_command(command): function
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dscenario_runner.py83 def run_command(filename): function
/aosp_15_r20/external/pytorch/tools/linter/adapters/
H A Dpip_init.py16 def run_command(args: list[str]) -> subprocess.CompletedProcess[bytes]: function
H A Dshellcheck_linter.py36 def run_command( function
H A Dcmake_linter.py50 def run_command( function
H A Dactionlint_linter.py51 def run_command( function
H A Dgrep_linter.py48 def run_command( function
H A Dclangformat_linter.py66 def run_command( function
H A Dblack_linter.py67 def run_command( function
/aosp_15_r20/external/python/cpython2/Demo/pysvr/
Dpysvr.py105 def run_command(code, stdin, stdout, globals): function
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dadb_run.py84 def run_command(args: argparse.Namespace) -> int: function
/aosp_15_r20/external/crosvm/src/sys/linux/
H A Dmain.rs82 pub(crate) fn run_command(command: Commands, _log_args: LogArgs) -> anyhow::Result<()> { in run_command() function
/aosp_15_r20/external/OpenCL-CTS/scripts/
H A Dtest_opencl_cts.py32 def run_command(command: str) -> Tuple[int, str, str]: function
/aosp_15_r20/system/apex/tools/
H A Dapexer_with_DCLA_preprocessing_test.py47 def run_command(cmd: List[str]) -> None: function
/aosp_15_r20/external/igt-gpu-tools/scripts/
H A Dtest_igt_gpu_tools.py36 def run_command(command): function
/aosp_15_r20/packages/modules/Bluetooth/floss/build/
Dcontainer-build-image.py37 def run_command(self, target, args, cwd=None, env=None, ignore_rc=False): member in ContainerImageBuilder
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Datest_dry_run_diff_tests.py95 run_command = lambda use_prod, command_usage: self.run_atest_command( function
/aosp_15_r20/external/autotest/server/site_tests/firmware_PDProtocol/
H A Dfirmware_PDProtocol.py88 def run_command(self, command): member in firmware_PDProtocol

123456