Home
last modified time | relevance | path

Searched refs:test_title (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/test/testutil/
Ddriver.c146 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/
Dresolver_component_tests_defs.include125 test_runner_log('Run test with target: %s' % '${test['test_title']}')\
/third_party/glib/glib/tests/
Dunicode.c912 test_title (void) in test_title() function
1689 g_test_add_func ("/unicode/title", test_title); in main()
/third_party/python/Lib/test/
Dtest_bigmem.py613 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
Dstring_tests.py1012 def test_title(self): member in BaseTest
Dtest_unicode.py867 def test_title(self): member in UnicodeTest
868 super().test_title()