Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DExpressionSourceCode.cpp76 m_body.c_str()); in GetText()
90 m_body.c_str()); in GetText()
110 m_body.c_str()); in GetText()
129 m_body.c_str()); in GetText()
138 text.append(m_body); in GetText()
/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/lldb/include/lldb/Expression/
DExpressionSourceCode.h65 m_body(body), in ExpressionSourceCode()
72 std::string m_body; variable
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1462 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doPrintDefinition()
1463 os << *m_body[ndx]; in doPrintDefinition()
1485 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doApply()
1486 m_body[ndx]->execute(funCtx); in doApply()
1505 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doGetUsedFuncs()
1506 m_body[ndx]->getUsedFuncs(dst); in doGetUsedFuncs()
1521 mutable vector<StatementP> m_body; member in deqp::gls::BuiltinPrecisionTests::DerivedFunc
1541 m_body = ctx.getStatements(); in initialize()