Home
last modified time | relevance | path

Searched defs:run_cmd (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libfmq/tests/
H A Dfmq_test.py21 def run_cmd(cmd, ignore_error=False): function
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test.py21 def run_cmd(cmd, ignore_error=False): function
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java.py23 def run_cmd(cmd, ignore_error=False): function
/aosp12/system/extras/simpleperf/scripts/test/
H A Dtest_utils.py151 def run_cmd(self, args: List[str], return_output=False, drop_output=True) -> str: member in TestBase
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp88 static void run_cmd(const std::string& cmd) { in run_cmd() function