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) { 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()
[all …]