Searched defs:TestResult (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp122 enum TestResult { enum
135 void SetResult(TestResult result) { result_ = result; }
137 TestResult GetResult() const { return result_; }
149 TestResult result_;
182 void SetTestResult(size_t test_id, TestResult result) {
187 TestResult GetTestResult(size_t test_id) const {
322 TestResult result = testcase.GetTestResult(test_id);
339 TestResult result = testcase.GetTestResult(test_id);
376 TestResult result = testcase.GetTestResult(i);
776 static TestResult WaitForOneChil
[all...]

Completed in 26 milliseconds