Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_symlink_support.h27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink()
Dclang_fortify_tests.cpp156 #define FORTIFY_TEST(test_name) TEST(FORTIFY_TEST_NAME, test_name) argument
163 #define FORTIFY_TEST(test_name) void test_name() argument
Dfdtrack_test.cpp177 #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_hooks/tests/
Dmalloc_hooks_tests.cpp137 void MallocHooksTest::RunTest(std::string test_name) { in RunTest()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp69 static void Exec(const char* test_name, const char* debug_options, pid_t* pid, int exit_code = 0, in Exec()