Searched refs:test_title (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/testutil/ |
D | driver.c | 146 static char *test_title = NULL; variable 150 free(test_title); in set_test_title() 151 test_title = title == NULL ? NULL : strdup(title); in set_test_title() 212 test_verdict(verdict, "%d - %s", ii + 1, test_title); in run_tests() 252 if (test_title != NULL) in run_tests() 253 test_verdict(verdict, "%d - %s", jj + 1, test_title); in run_tests()
|
/third_party/grpc/templates/test/cpp/naming/ |
D | resolver_component_tests_defs.include | 125 test_runner_log('Run test with target: %s' % '${test['test_title']}')\
|
/third_party/glib/glib/tests/ |
D | unicode.c | 912 test_title (void) in test_title() function 1689 g_test_add_func ("/unicode/title", test_title); in main()
|
/third_party/python/Lib/test/ |
D | test_bigmem.py | 613 def test_title(self, size): member in StrTest 780 def test_title(self, size): member in BytesTest 803 def test_title(self, size): member in BytearrayTest
|
D | string_tests.py | 1012 def test_title(self): member in BaseTest
|
D | test_unicode.py | 867 def test_title(self): member in UnicodeTest 868 super().test_title()
|