Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp122 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()
[all …]