Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp106 enum TestResult { enum
119 void SetResult(TestResult result) { result_ = result; } in SetResult()
121 TestResult GetResult() const { return result_; } in GetResult()
133 TestResult result_;
166 void SetTestResult(size_t test_id, TestResult result) { in SetTestResult()
171 TestResult GetTestResult(size_t test_id) const { in GetTestResult()
308 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
325 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
362 TestResult result = testcase.GetTestResult(i); in OnTestIterationEndPrint()
680 static TestResult WaitForOneChild(pid_t pid) { in WaitForOneChild()
[all …]