Searched defs:testcase_list (Results 1 – 1 of 1) sorted by relevance
243 std::vector<TestCase>& testcase_list) { in EnumerateTests()296 const std::vector<TestCase>& testcase_list, size_t iteration, in OnTestIterationStartPrint()337 static void OnTestIterationEndPrint(const std::vector<TestCase>& testcase_list, in OnTestIterationEndPrint()476 const std::vector<TestCase>& testcase_list, in OnTestIterationEndXmlPrint()662 static void HandleSignals(std::vector<TestCase>& testcase_list, in HandleSignals()723 static void ReadChildProcOutput(std::vector<TestCase>& testcase_list, in ReadChildProcOutput()748 static void WaitChildProcs(std::vector<TestCase>& testcase_list, in WaitChildProcs()846 std::vector<TestCase>& testcase_list, in RunTestInSeparateProc()1178 std::vector<TestCase> testcase_list; in main() local