Home
last modified time | relevance | path

Searched refs:this_test (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_async/src/
Dtimer.rs56 async fn this_test(ex: &URingExecutor) -> () { in one_shot() function
74 ex.run_until(this_test(&ex)).unwrap(); in one_shot()
79 async fn this_test(ex: &FdExecutor) -> () { in one_shot_fd() function
97 ex.run_until(this_test(&ex)).unwrap(); in one_shot_fd()
/external/libpng/contrib/libtests/
Dpngunknown.c1213 const char *this_test = *test++; in main() local
1222 this_test); in main()
1232 printf("%s: %s %s\n", result, d.program, this_test); in main()