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

/bionic/tests/
H A Dgtest_main.cpp142 enum TestResult { enum
155 void SetResult(TestResult result) {
164 TestResult GetResult() const { return result_; }
176 TestResult result_;
209 void SetTestResult(size_t test_id, TestResult result) {
214 TestResult GetTestResult(size_t test_id) const {
365 TestResult result = testcase.GetTestResult(test_id);
382 TestResult result = testcase.GetTestResult(test_id);
420 TestResult result = testcase.GetTestResult(i);
831 static TestResult WaitForOneChil
[all...]

Completed in 85 milliseconds