Searched refs:m_failed (Results 1 – 3 of 3) sorted by relevance
41 private int m_failed; field in ResultContentHandler67 m_passed = m_failed = m_skipped = 0; in startElement()70 m_passed, m_failed, m_skipped, 0); in startElement()87 else if (status == ITestResult.FAILURE) m_failed++; in startElement()113 m_passed, m_failed, m_skipped, 0); in endElement()
91 bool m_failed; member in deqp::egl::__anonf44a94a50111::MemoryAllocator111 , m_failed (false) in MemoryAllocator()157 while (!m_failed) in allocateUntilFailure()192 m_failed = true; in allocatePBuffer()240 m_failed = true; in allocatePBuffer()258 m_failed = true; in allocateContext()304 m_failed = true; in allocateContext()
73 .append(counts.m_total).append(", Failures: ").append(counts.m_failed) in runSuite()140 int m_failed = 0; field in SuiteResultCounts156 m_failed += failed; in calculateResultCounts()