Searched refs:testCasePath (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 53 void beginTestCase (const char* testCasePath); 128 void TestLogListener::beginTestCase (const char* testCasePath) in beginTestCase() argument 130 jstring jTestCasePath = m_env->NewStringUTF(testCasePath); in beginTestCase()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument 413 DE_ASSERT(log && testCasePath && (testCasePath[0] != 0)); in qpTestLog_startCase() 421 fprintf(log->outputFile, "\n#beginTestCaseResult %s\n", testCasePath); in qpTestLog_startCase() 428 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath); in qpTestLog_startCase()
|
D | qpTestLog.h | 192 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 365 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument 367 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
|
D | tcuTestLog.hpp | 157 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
|