Searched defs:testcase_list (Results 1 – 1 of 1) sorted by relevance
266 std::vector<TestCase>& testcase_list) { in EnumerateTests()319 const std::vector<TestCase>& testcase_list, size_t iteration, in OnTestIterationStartPrint()360 static void OnTestIterationEndPrint(const std::vector<TestCase>& testcase_list, in OnTestIterationEndPrint()499 const std::vector<TestCase>& testcase_list, in OnTestIterationEndXmlPrint()685 static void HandleSignals(std::vector<TestCase>& testcase_list, in HandleSignals()746 static void ReadChildProcOutput(std::vector<TestCase>& testcase_list, in ReadChildProcOutput()771 static void WaitChildProcs(std::vector<TestCase>& testcase_list, in WaitChildProcs()869 std::vector<TestCase>& testcase_list, in RunTestInSeparateProc()1201 std::vector<TestCase> testcase_list; in main() local