Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dunit_test.h43 void test_check(struct test_result * result, int cond);
Dradeon_compiler_util_tests.c56 test_check(result, ret == expected); in test_rc_inst_can_use_presub()
Dunit_test.c56 void test_check(struct test_result * result, int cond) in test_check() function
Dradeon_compiler_optimize_tests.c79 test_check(result, pass); in test_runner_rc_optimize()
Dradeon_compiler_regalloc_tests.c79 test_check(result, pass); in test_runner_rc_regalloc()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpreset.c154 GST_START_TEST (test_check) in GST_START_TEST() argument
299 tcase_add_test (tc, test_check); in gst_preset_suite()
/third_party/boost/libs/serialization/test/
DJamfile.v2173 [ compile-fail test_check.cpp ]
Db2.log410 boost-test(COMPILE_FAIL) "serialization/test_check" : "libs/serialization/test/test_check.cpp"
2493 …/../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibilit…
2494 In file included from test_check.cpp:18:
2521 test_check.cpp:85:12: note: in instantiation of function template specialization 'boost::archive::d…
2527 In file included from test_check.cpp:18:
2554 test_check.cpp:91:12: note: in instantiation of function template specialization 'boost::archive::d…
2561 …/../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibilit…
2562 …/../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibilit…
/third_party/python/Lib/test/
Dtest_subprocess.py1544 def test_check(self): member in RunFuncTestCase