Searched refs:in_className (Results 1 – 2 of 2) sorted by relevance
/external/stlport/test/unit/cppunit/ |
D | cppunit_mini.h | 86 …virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool ex… in progress() argument 89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest); in progress() 93 …bool shouldRunThis(const char *in_desiredTest, const char *in_className, const char *in_functionNa… in shouldRunThis() argument 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) && in shouldRunThis() 105 bool match = (strcmp(in_desiredTest, in_className) == 0); in shouldRunThis()
|
D | file_reporter.h | 75 …virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool e… in progress() argument 84 fprintf(_file, "%s::%s", in_className, in_shortTestName); in progress()
|