Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/linux/
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
/external/crosvm/cros_async/src/sys/windows/
Dtimer.rs27 async fn this_test(ex: &Executor) { in timer() function
Dhandle_executor.rs358 async fn this_test(send: mpsc::Sender<i32>) { in run_future() function
/external/crosvm/common/audio_streams/src/
Dcapture.rs421 async fn this_test() { in async_commit() function
441 async fn this_test(ex: &TestExecutor) { in consumption_rate_async() function
Daudio_streams.rs983 async fn this_test() { in async_commit() function
1001 async fn this_test(ex: &TestExecutor) { in consumption_rate_async() function
/external/libpng/contrib/libtests/
Dpngunknown.c1220 const char *this_test = *test++; in main() local