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

/external/swiftshader/third_party/subzero/src/
H A DIceClFlags.h170 return TestStatus.match(Name, Number);
193 RangeSpec TestStatus; member in class:Ice::ClFlags
/external/deqp/framework/common/
H A DtcuTestCase.hpp179 class TestStatus class in namespace:tcu
182 TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(description) {} function in class:tcu::TestStatus
188 static TestStatus pass (const std::string& description) { return TestStatus(QP_TEST_RESULT_PASS, description); }
189 static TestStatus fail (const std::string& description) { return TestStatus(QP_TEST_RESULT_FAIL, description); }
190 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); }
/external/autotest/server/
H A Dfrontend.py144 @returns a TestStatus object of the resulting information.
162 # id is used by TestStatus to uniquely identify each Test Status
168 return [TestStatus(self, e) for e in test_status]
175 return [TestStatus(self, e) for e in entries['groups']]
967 class TestStatus(RpcObject): class in inherits:RpcObject

Completed in 6728 milliseconds