Home
last modified time | relevance | path

Searched defs:check_run (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/sepolicy/tools/
H A Dsepolicy_generate_compat.py50 def check_run(cmd, cwd=None): function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py307 def check_run(self, adb_args: List[str], log_output: bool = False): member in AdbHelper
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs377 fn check_run<F>(bt: BatchType, f: F) -> BatchFuture in check_run() function