Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java33 super.add (m_body = IElement.Factory.create (Tag.BODY)); in HTMLDocument()
71 return m_body; in getBody()
100 if (m_header != null) m_body.add (0, m_header); in emit()
101 if (m_footer != null) m_body.add (m_body.size (), m_footer); in emit()
111 m_body.add (content); in add()
195 private final IElement m_body; field in HTMLDocument
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1471 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doPrintDefinition()
1472 os << *m_body[ndx]; in doPrintDefinition()
1494 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doApply()
1495 m_body[ndx]->execute(funCtx); in doApply()
1514 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doGetUsedFuncs()
1515 m_body[ndx]->getUsedFuncs(dst); in doGetUsedFuncs()
1530 mutable vector<StatementP> m_body; member in deqp::gls::BuiltinPrecisionTests::DerivedFunc
1550 m_body = ctx.getStatements(); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1450 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doPrintDefinition()
1451 os << *m_body[ndx]; in doPrintDefinition()
1473 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doApply()
1474 m_body[ndx]->execute(funCtx); in doApply()
1493 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doGetUsedFuncs()
1494 m_body[ndx]->getUsedFuncs(dst); in doGetUsedFuncs()
1509 mutable vector<StatementP> m_body; member in vkt::shaderexecutor::DerivedFunc
1529 m_body = ctx.getStatements(); in initialize()