Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpXmlWriter.c260 bool qpXmlWriter_writeString(qpXmlWriter *writer, const char *str) in qpXmlWriter_writeString() function
401 (elementContent && !qpXmlWriter_writeString(writer, elementContent)) || in qpXmlWriter_writeStringElement()
H A DqpXmlWriter.h143 bool qpXmlWriter_writeString(qpXmlWriter *writer, const char *content);
H A DqpTestLog.c490 (resultDetails && !qpXmlWriter_writeString(log->writer, resultDetails)) || in qpTestLog_endCase()
618 … !qpXmlWriter_writeString(log->writer, text) || !qpXmlWriter_endElement(log->writer, elementName)) in qpTestLog_writeKeyValuePair()