Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c430 resultAttribs[numResultAttribs++] = qpSetStringAttrib("Version", LOG_FORMAT_VERSION); in qpTestLog_startCase()
431 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath); in qpTestLog_startCase()
432 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CaseType", typeStr); in qpTestLog_startCase()
456 qpXmlAttribute statusAttrib = qpSetStringAttrib("StatusCode", statusStr); in qpTestLog_endCase()
535 if (name) attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeKeyValuePair()
536 if (description) attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeKeyValuePair()
537 if (tagString) attribs[numAttribs++] = qpSetStringAttrib("Tag", tagString); in qpTestLog_writeKeyValuePair()
538 if (unit) attribs[numAttribs++] = qpSetStringAttrib("Unit", unit); in qpTestLog_writeKeyValuePair()
781 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startImageSet()
783 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startImageSet()
[all …]
DqpXmlWriter.h52 DE_INLINE qpXmlAttribute qpSetStringAttrib (const char* name, const char* value) in qpSetStringAttrib() function
/external/deqp/framework/common/
DtcuTestHierarchyUtil.cpp71 attribs[numAttribs++] = qpSetStringAttrib("PackageName", node->getName()); in writeXmlCaselist()
72 attribs[numAttribs++] = qpSetStringAttrib("Description", node->getDescription()); in writeXmlCaselist()
98 attribs[numAttribs++] = qpSetStringAttrib("Name", caseName.c_str()); in writeXmlCaselist()
99 attribs[numAttribs++] = qpSetStringAttrib("CaseType", getNodeTypeName(nodeType)); in writeXmlCaselist()
100 attribs[numAttribs++] = qpSetStringAttrib("Description", description.c_str()); in writeXmlCaselist()