Lines Matching refs:TestResult
122 enum TestResult { enum
135 void SetResult(TestResult result) { result_ = result; } in SetResult()
137 TestResult GetResult() const { return result_; } in GetResult()
149 TestResult result_;
182 void SetTestResult(size_t test_id, TestResult result) { in SetTestResult()
187 TestResult GetTestResult(size_t test_id) const { in GetTestResult()
322 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
339 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
376 TestResult result = testcase.GetTestResult(i); in OnTestIterationEndPrint()
776 static TestResult WaitForOneChild(pid_t pid) { in WaitForOneChild()
780 TestResult test_result = TEST_SUCCESS; in WaitForOneChild()