/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
predicate_result.hpp | 65 bool has_empty_message() const { return !m_message; } 68 if( !m_message ) 69 m_message.reset( new wrap_stringstream ); 71 return *m_message; 73 const_string message() const { return !m_message ? const_string() : const_string( m_message->str() ); } 77 shared_ptr<wrap_stringstream> m_message; member in class:boost::test_tools::predicate_result
|
unit_test_log_formatter.hpp | 67 std::string m_message; member in struct:boost::unit_test::log_checkpoint_data 73 m_message = std::string();
|
/external/deqp/framework/common/ |
tcuResultCollector.hpp | 50 const std::string getMessage (void) const { return m_message; } 64 std::string m_message; member in class:tcu::ResultCollector
|
tcuResultCollector.cpp | 55 , m_message ("Pass") 63 , m_message ("Pass") 83 m_message = msg;
|
tcuThreadUtil.hpp | 116 Message (deUint64 time, const char* message) : m_time(time), m_message(message) {} 119 const std::string& getMessage (void) const { return m_message; } 125 std::string m_message; member in class:tcu::ThreadUtil::Message
|
tcuDefs.hpp | 55 const char* getMessage (void) const { return m_message.c_str(); } 58 const std::string m_message; member in class:tcu::Exception
|
/external/emma/core/java12/com/vladium/util/exception/ |
AbstractException.java | 183 if (m_message == null) // not synchronized by design 206 m_message = msg; 209 return m_message; 323 private String m_message; // marshalled/cached result of getMessage() field in class:AbstractException
|
AbstractRuntimeException.java | 183 if (m_message == null) // not synchronized by design 206 m_message = msg; 209 return m_message; 323 private String m_message; // marshalled/cached result of getMessage() field in class:AbstractRuntimeException
|
/external/deqp/modules/egl/ |
teglImageUtil.cpp | 517 UnsupportedImageSource (const string& message, GLenum format) : m_message(message), m_format(format) {} 524 const string m_message; member in class:deqp::egl::Image::UnsupportedImageSource 527 void fail (void) const { TCU_THROW(NotSupportedError, m_message.c_str()); }
|
teglMultiThreadTests.cpp | 82 ThreadLog& operator<< (const T& t) { m_message << t; return *this; } 89 ostringstream m_message; member in class:deqp::egl::ThreadLog 95 m_messages.push_back(Message(deGetMicroseconds(), m_message.str().c_str())); 96 m_message.str(""); [all...] |
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 636 const char* m_message; member in class:deqp::gls::LifetimeTests::details::ResultCollector 643 , m_message ("Pass") 660 m_message = msg; 666 m_message = "Multiple problems, see log for details"; 682 m_testCtx.setTestResult(m_result, m_message); [all...] |
/external/testng/src/main/java/org/testng/asserts/ |
Assertion.java | 72 private final String m_message; field in class:Assertion.SimpleAssert 85 m_message = message; 90 return m_message;
|
/external/emma/lib/ |
emma.jar | |
/external/owasp/sanitizer/tools/emma/lib/ |
emma.jar | |
/prebuilts/devtools/tools/lib/ |
emma.jar | |
emma_device.jar | |
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10.jar | |