Home
last modified time | relevance | path

Searched refs:numResultAttribs (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.c430 int numResultAttribs = 0; in qpTestLog_startCase() local
448 resultAttribs[numResultAttribs++] = qpSetStringAttrib("Version", LOG_FORMAT_VERSION); in qpTestLog_startCase()
449 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath); in qpTestLog_startCase()
450 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CaseType", typeStr); in qpTestLog_startCase()
453 !qpXmlWriter_startElement(log->writer, "TestCaseResult", numResultAttribs, resultAttribs)) in qpTestLog_startCase()