Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/emu_test/
H A Drun_test.sh21 function run_with_timeout () { function
H A Drun_android_bridge_test.sh15 function run_with_timeout () { function
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dutils.rs59 pub fn run_with_timeout<F, U>(closure: F, timeout: Duration) -> Result<U> in run_with_timeout() function