Searched refs:m_numTests (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | file_reporter.h | 35 m_numErrors(0), m_numIgnored(0), m_numExplicit(0), m_numTests(0), _myStream(false), 41 m_numErrors(0), m_numIgnored(0), m_numExplicit(0), m_numTests(0), _myStream(true), 53 m_numErrors(0), m_numIgnored(0), m_numExplicit(0), m_numTests(0), _myStream(false), 80 ++m_numTests; in progress() 112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests); in printSummary() 115 fprintf(_file, "\nOK %d tests", m_numTests); in printSummary() 136 int m_numTests; variable
|
D | test_main.cpp | 27 int TestCase::m_numTests = 0; member in TestCase 41 m_numTests = 0; in run()
|
D | cppunit_mini.h | 87 ++m_numTests; in progress() 121 static int m_numTests; variable
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | file_reporter.h | 35 m_numErrors(0), m_numIgnored(0), m_numExplicit(0), m_numTests(0), _myStream(false), 41 m_numErrors(0), m_numIgnored(0), m_numExplicit(0), m_numTests(0), _myStream(true), 53 m_numErrors(0), m_numIgnored(0), m_numExplicit(0), m_numTests(0), _myStream(false), 80 ++m_numTests; in progress() 112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests); in printSummary() 115 fprintf(_file, "\nOK %d tests", m_numTests); in printSummary() 136 int m_numTests; variable
|
D | test_main.cpp | 27 int TestCase::m_numTests = 0; member in TestCase 41 m_numTests = 0; in run()
|
D | cppunit_mini.h | 87 ++m_numTests; in progress() 121 static int m_numTests; variable
|