Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp92 void RunTest(std::string test_name);
136 void MallocHooksTest::RunTest(std::string test_name) { in RunTest() function in MallocHooksTest
180 RunTest("*.DISABLED_other_malloc_functions"); in TEST_F()
196 RunTest("*.DISABLED_extended_functions"); in TEST_F()
224 RunTest("*.DISABLED_malloc_hook"); in TEST_F()
242 RunTest("*.DISABLED_free_hook"); in TEST_F()
260 RunTest("*.DISABLED_realloc_hook"); in TEST_F()
279 RunTest("*.DISABLED_memalign_hook"); in TEST_F()
297 RunTest("*.DISABLED_posix_memalign_hook"); in TEST_F()
316 RunTest("*.DISABLED_posix_memalign_hook_error"); in TEST_F()
[all …]
/bionic/tests/
Dsys_socket_test.cpp64 static void RunTest(void (*test_fn)(struct sockaddr_un*, int), in RunTest() function
118 RunTest(TestAccept4, NULL, "test_accept"); in TEST()
173 RunTest(TestRecvMMsg, SendMultiple, "test_revmmsg"); in TEST()
231 RunTest(TestSendMMsg, SendMMsg, "test_sendmmsg"); in TEST()
/bionic/benchmarks/tests/
Dinterface_test.cpp41 void RunTest(std::vector<const char*> extra_args = {});