OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpXmlWriter
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/qphelper/
qpXmlWriter.h
32
typedef struct qpXmlWriter_s
qpXmlWriter
;
89
* \return
qpXmlWriter
instance, or DE_NULL if cannot create file
91
qpXmlWriter
* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression, deBool flushAfterWrite);
95
* \param a
qpXmlWriter
instance
97
void qpXmlWriter_destroy (
qpXmlWriter
* writer);
101
* \param a
qpXmlWriter
instance
103
void qpXmlWriter_flush (
qpXmlWriter
* writer);
107
* \param writer
qpXmlWriter
instance
110
deBool qpXmlWriter_startDocument (
qpXmlWriter
* writer);
114
* \param writer
qpXmlWriter
instanc
[
all
...]
qpXmlWriter.c
24
#include "
qpXmlWriter
.h"
30
*
qpXmlWriter
stand-alone implementation.
46
static deBool writeEscaped (
qpXmlWriter
* writer, const char* str)
124
qpXmlWriter
* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression, deBool flushAfterWrite)
126
qpXmlWriter
* writer = (
qpXmlWriter
*)deCalloc(sizeof(
qpXmlWriter
));
138
void qpXmlWriter_destroy (
qpXmlWriter
* writer)
145
static deBool closePending (
qpXmlWriter
* writer)
156
void qpXmlWriter_flush (
qpXmlWriter
* writer
[
all
...]
qpTestLog.c
25
#include "
qpXmlWriter
.h"
131
qpXmlWriter
* writer;
[
all
...]
/external/deqp/framework/common/
tcuTestHierarchyUtil.cpp
28
#include "
qpXmlWriter
.h"
62
static void writeXmlCaselist (TestHierarchyIterator& iter,
qpXmlWriter
* writer)
141
qpXmlWriter
* writer = DE_NULL;
/external/deqp/
Android.mk
227
framework/qphelper/
qpXmlWriter
.c \
[
all
...]
Completed in 474 milliseconds