OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpSetStringAttrib
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuTestHierarchyUtil.cpp
99
attribs[numAttribs++] =
qpSetStringAttrib
("PackageName", node->getName());
100
attribs[numAttribs++] =
qpSetStringAttrib
("Description", node->getDescription());
129
attribs[numAttribs++] =
qpSetStringAttrib
("Name", caseName.c_str());
130
attribs[numAttribs++] =
qpSetStringAttrib
("CaseType", getNodeTypeName(nodeType));
131
attribs[numAttribs++] =
qpSetStringAttrib
("Description", description.c_str());
/external/deqp/framework/qphelper/
qpTestLog.c
427
resultAttribs[numResultAttribs++] =
qpSetStringAttrib
("Version", LOG_FORMAT_VERSION);
428
resultAttribs[numResultAttribs++] =
qpSetStringAttrib
("CasePath", testCasePath);
429
resultAttribs[numResultAttribs++] =
qpSetStringAttrib
("CaseType", typeStr);
453
qpXmlAttribute statusAttrib =
qpSetStringAttrib
("StatusCode", statusStr);
530
if (name) attribs[numAttribs++] =
qpSetStringAttrib
("Name", name);
531
if (description) attribs[numAttribs++] =
qpSetStringAttrib
("Description", description);
532
if (tagString) attribs[numAttribs++] =
qpSetStringAttrib
("Tag", tagString);
533
if (unit) attribs[numAttribs++] =
qpSetStringAttrib
("Unit", unit);
776
attribs[numAttribs++] =
qpSetStringAttrib
("Name", name);
778
attribs[numAttribs++] =
qpSetStringAttrib
("Description", description)
[
all
...]
qpXmlWriter.h
52
DE_INLINE qpXmlAttribute
qpSetStringAttrib
(const char* name, const char* value)
Completed in 85 milliseconds