Searched refs:test_name (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | gtest_main.cpp | 161 void AppendTest(const char* test_name) { in AppendTest() argument 162 test_list_.push_back(Test(test_name)); in AppendTest() 599 static void ChildProcessFn(int argc, char** argv, const std::string& test_name) { in ChildProcessFn() argument 603 char* filter_arg = new char [test_name.size() + 20]; in ChildProcessFn() 605 strcat(filter_arg, test_name.c_str()); in ChildProcessFn() 615 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, in RunChildProcess() argument 641 ChildProcessFn(argc, argv, test_name); in RunChildProcess() 650 …child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetDeadlineInfo(test_name) * 1000000L… in RunChildProcess() 665 … std::string test_name = testcase_list[child_proc.testcase_id].GetTestName(child_proc.test_id); in HandleSignals() local 668 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms); in HandleSignals() [all …]
|