Home
last modified time | relevance | path

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

/bionic/tests/
Dutils.cpp35 void RunGwpAsanTest(const char* test_name) { in RunGwpAsanTest()
49 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.cpp196 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument
Dfdsan_test.cpp36 #define FDSAN_TEST(test_name) TEST_F(FdsanTest, test_name) argument
/bionic/tools/versioner/
Drun_tests.py21 def run_test(test_name, path): argument
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp222 void Exec(const char* test_name, const char* debug_options, int expected_exit_code = 0) { in Exec()
251 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()