Searched defs:testFailed (Results 1 – 8 of 8) sorted by relevance
19 public void testFailed(int status, String testName, String trace); in testFailed() method
88 public abstract void testFailed(int status, Test test, Throwable t); in testFailed() method in BaseTestRunner
53 bool testFailed = false; in verifyProgram() local81 bool testFailed = false; in verifyShader() local
1672 bool testFailed = false; in iterate() local
78 const bool testFailed = ((eventCode < 0) || (eventCode > maxEventCode) || in SendTelephoneEvent() local
53 function testFailed(msg) function
26 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset()
90 public void testFailed(int status, Test test, Throwable t) { in testFailed() method in TestRunner