Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.c60 static Fixture *fixture_create (SFun fun, int ischecked);
62 int ischecked);
269 fixture_create (SFun fun, int ischecked) in fixture_create() argument
275 f->ischecked = ischecked; in fixture_create()
293 tcase_add_fixture (TCase * tc, SFun setup, SFun teardown, int ischecked) in tcase_add_fixture() argument
296 if (ischecked) in tcase_add_fixture()
297 check_list_add_end (tc->ch_sflst, fixture_create (setup, ischecked)); in tcase_add_fixture()
299 check_list_add_end (tc->unch_sflst, fixture_create (setup, ischecked)); in tcase_add_fixture()
304 if (ischecked) in tcase_add_fixture()
305 check_list_add_front (tc->ch_tflst, fixture_create (teardown, ischecked)); in tcase_add_fixture()
[all …]
Dcheck_impl.h55 int ischecked; member