Searched defs:test_name (Results 1 - 3 of 3) sorted by relevance

/bionic/tests/
H A Ddlfcn_symlink_support.h27 explicit DlfcnSymlink(const char* test_name) { argument
28 create_dlfcn_test_symlink(test_name, &symlink_path_);
H A Dgtest_main.cpp110 static int GetTimeoutMs(const std::string& /*test_name*/) {
115 static int GetSlowThresholdMs(const std::string& /*test_name*/) {
188 void AppendTest(const char* test_name) { argument
189 test_list_.push_back(Test(test_name));
654 static void ChildProcessFn(int argc, char** argv, const std::string& test_name) { argument
658 char* filter_arg = new char [test_name.size() + 20];
660 strcat(filter_arg, test_name.c_str());
670 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, argument
696 ChildProcessFn(argc, argv, test_name);
705 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 100000
720 std::string test_name = testcase_list[child_proc.testcase_id].GetTestName(child_proc.test_id); local
917 std::string test_name = testcase_list[next_testcase_id].GetTestName(next_test_id); local
[all...]
/bionic/libc/malloc_hooks/tests/
H A Dmalloc_hooks_tests.cpp92 void RunTest(std::string test_name);
136 void MallocHooksTest::RunTest(std::string test_name) { argument
139 std::string filter_arg("--gtest_filter=" + test_name);

Completed in 897 milliseconds