Home
last modified time | relevance | path

Searched defs:this_test (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dtimer.rs61 async fn this_test(ex: &Executor) { in timer() function
78 async fn this_test(ex: &Arc<RawExecutor<UringReactor>>) { in one_shot() function
97 async fn this_test(ex: &Arc<RawExecutor<EpollReactor>>) { in one_shot_fd() function
/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dcapture.rs421 async fn this_test() { in async_commit() function
441 async fn this_test(ex: &TestExecutor) { in consumption_rate_async() function
H A Daudio_streams.rs983 async fn this_test() { in async_commit() function
1001 async fn this_test(ex: &TestExecutor) { in consumption_rate_async() function
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dtimer.rs27 async fn this_test(ex: &Executor) { in timer() function
H A Dhandle_executor.rs358 async fn this_test(send: mpsc::Sender<i32>) { in run_future() function
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngunknown.c1220 const char *this_test = *test++; in main() local