Home
last modified time | relevance | path

Searched refs:zucimpl_test_fn (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/tools/zunitc/inc/zunitc/
Dzunitc_impl.h65 typedef void (*zucimpl_test_fn)(void); typedef
77 zucimpl_test_fn fn; /**< function implementing base test. */
/third_party/weston/tools/zunitc/src/
Dzuc_types.h40 zucimpl_test_fn fn;
Dzunitc_impl.c175 create_test(int order, zucimpl_test_fn fn, zucimpl_test_fn_f fn_f, in create_test()