Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dutils.cpp38 void RunGwpAsanTest(const char* test_name) { in RunGwpAsanTest()
52 void RunSubtestNoEnv(const char* test_name) { in RunSubtestNoEnv()
Ddlfcn_symlink_support.h27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink()
Dclang_fortify_tests.cpp128 #define FORTIFY_TEST(test_name) TEST_F(FORTIFY_TEST_NAME, test_name) argument
135 #define FORTIFY_TEST(test_name) void test_name() argument
Dfdtrack_test.cpp198 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp228 void Exec(const char* test_name, const char* debug_options, int expected_exit_code = 0) { in Exec()
257 void InternalExec(const char* test_name, const char* debug_options, int expected_exit_code) { in InternalExec()
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp138 void MallocHooksTest::RunTest(std::string test_name) { in RunTest()