Searched refs:m_reporter (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | cppunit_mini.h | 67 if (m_reporter) { in error() 68 m_reporter->error(in_macroName, in_macro, in_file, in_line); in error() 73 if (m_reporter) { in message() 74 m_reporter->message(msg); in message() 88 if (m_reporter) { in progress() 89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest); in progress() 116 m_reporter->end(); in tearDown() 128 static Reporter *m_reporter; variable
|
D | test_main.cpp | 30 Reporter *TestCase::m_reporter = 0; member in TestCase 38 TestCase::m_reporter = in_reporter; in run()
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | cppunit_mini.h | 67 if (m_reporter) { in error() 68 m_reporter->error(in_macroName, in_macro, in_file, in_line); in error() 73 if (m_reporter) { in message() 74 m_reporter->message(msg); in message() 88 if (m_reporter) { in progress() 89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest); in progress() 116 m_reporter->end(); in tearDown() 128 static Reporter *m_reporter; variable
|
D | test_main.cpp | 30 Reporter *TestCase::m_reporter = 0; member in TestCase 38 TestCase::m_reporter = in_reporter; in run()
|