Searched refs:in_testName (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | test_main.cpp | 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() argument 45 tmp->myRun(in_testName, invert); in run()
|
D | cppunit_mini.h | 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | test_main.cpp | 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() argument 45 tmp->myRun(in_testName, invert); in run()
|
D | cppunit_mini.h | 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
|