Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/
Dconnectivity_state_test.cc60 static void test_check(void) { in test_check() function
141 test_check(); in main()
/external/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()
/external/python/cpython3/Lib/test/
Dtest_subprocess.py1394 def test_check(self): member in RunFuncTestCase