Home
last modified time | relevance | path

Searched refs:CK_PASS (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_print.c150 if ((print_mode >= CK_VERBOSE && tr->rtype == CK_PASS) || in tr_fprint()
151 (tr->rtype != CK_PASS && print_mode >= CK_NORMAL)) { in tr_fprint()
169 case CK_PASS: in tr_xmlprint()
Dcheck_run.c296 if (tr->rtype != CK_PASS) { in srunner_run_setup()
323 if (tr != NULL && tr->rtype != CK_PASS) { in srunner_run_unchecked_setup()
430 tr->rtype = CK_PASS; in set_nofork_info()
546 tr->rtype = CK_PASS; in set_fork_info()
569 tr->rtype = CK_PASS; in set_fork_info()
Dcheck_str.c114 if (tr->rtype == CK_PASS) in tr_type_str()
Dcheck_log.c377 tr->rtype == CK_PASS ? "ok" : "not ok", num_tests_run, in tap_lfun()
424 case CK_PASS: in subunit_lfun()
Dcheck.h795 CK_PASS, /**< Test passed */ enumerator
Dcheck.c518 return val != CK_PASS; in non_pass()
Dcheck.h.in795 CK_PASS, /**< Test passed */ enumerator
/third_party/gstreamer/gstreamer/libs/gst/check/
Dinternal-check.h795 CK_PASS, /**< Test passed */ enumerator
/third_party/libinput/test/
Dlitest.c974 tr_rtype(r) == CK_PASS ? "/" : ""); in litest_export_xml()
975 if (tr_rtype(r) != CK_PASS) { in litest_export_xml()