Lines Matching refs:TestResult
138 enum TestResult { enum
151 void SetResult(TestResult result) { in SetResult()
160 TestResult GetResult() const { return result_; } in GetResult()
172 TestResult result_;
205 void SetTestResult(size_t test_id, TestResult result) { in SetTestResult()
210 TestResult GetTestResult(size_t test_id) const { in GetTestResult()
350 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
367 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
405 TestResult result = testcase.GetTestResult(i); in OnTestIterationEndPrint()
816 static TestResult WaitForOneChild(pid_t pid) { in WaitForOneChild()
820 TestResult test_result = TEST_SUCCESS; in WaitForOneChild()