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
;
88
* \return
qpXmlWriter
instance, or DE_NULL if cannot create file
90
qpXmlWriter
* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression);
94
* \param a
qpXmlWriter
instance
96
void qpXmlWriter_destroy (
qpXmlWriter
* writer);
100
* \param a
qpXmlWriter
instance
102
void qpXmlWriter_flush (
qpXmlWriter
* writer);
106
* \param writer
qpXmlWriter
instance
109
deBool qpXmlWriter_startDocument (
qpXmlWriter
* writer);
113
* \param writer
qpXmlWriter
instanc
[
all
...]
qpXmlWriter.c
24
#include "
qpXmlWriter
.h"
30
*
qpXmlWriter
stand-alone implementation.
45
static deBool writeEscaped (
qpXmlWriter
* writer, const char* str)
122
qpXmlWriter
* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression)
124
qpXmlWriter
* writer = (
qpXmlWriter
*)deCalloc(sizeof(
qpXmlWriter
));
135
void qpXmlWriter_destroy (
qpXmlWriter
* writer)
142
static deBool closePending (
qpXmlWriter
* writer)
153
void qpXmlWriter_flush (
qpXmlWriter
* writer
[
all
...]
qpTestLog.c
25
#include "
qpXmlWriter
.h"
131
qpXmlWriter
* writer;
[
all
...]
/external/deqp/framework/common/
tcuTestHierarchyUtil.cpp
26
#include "
qpXmlWriter
.h"
66
qpXmlWriter
* writer = DE_NULL;
97
throw Exception("Failed to create
qpXmlWriter
");
/external/deqp/
Android.mk
212
framework/qphelper/
qpXmlWriter
.c \
[
all
...]
Completed in 66 milliseconds