Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp138 enum TestResult { enum
151 void SetResult(TestResult result) { result_ = result; } in SetResult()
153 TestResult GetResult() const { return result_; } in GetResult()
154 TestResult GetExpectedResult() const { in GetExpectedResult()
168 TestResult result_;
201 void SetTestResult(size_t test_id, TestResult result) { in SetTestResult()
206 TestResult GetTestResult(size_t test_id) const { in GetTestResult()
211 TestResult GetExpectedTestResult(size_t test_id) const { in GetExpectedTestResult()
351 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
368 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
[all …]