Home
last modified time | relevance | path

Searched refs:m_message (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuResultCollector.cpp56 , m_message ("Pass") in ResultCollector()
64 , m_message ("Pass") in ResultCollector()
84 m_message = msg; in addResult()
H A DtcuResultCollector.hpp50 const std::string getMessage (void) const { return m_message; } in getMessage()
64 std::string m_message; member in tcu::ResultCollector
H A DtcuThreadUtil.hpp116 Message (deUint64 time, const char* message) : m_time(time), m_message(message) {} in Message()
119 const std::string& getMessage (void) const { return m_message; } in getMessage()
125 std::string m_message; member in tcu::ThreadUtil::Message
H A DtcuDefs.hpp58 const char* getMessage (void) const { return m_message.what(); } in getMessage()
63 const std::runtime_error m_message; member in tcu::Exception
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc200 m_message(message), in V8ConsoleMessage()
245 .setText(m_message) in reportToFrontend()
326 .setText(exception ? m_message : m_detailedMessage) in reportToFrontend()
346 frontend->exceptionRevoked(m_message, m_revokedExceptionId); in reportToFrontend()
356 if (!m_message.isEmpty()) { in reportToFrontend()
361 messageArg->setValue(protocol::StringValue::create(m_message)); in reportToFrontend()
456 if (i) message->m_message += String16(" "); in createForConsoleAPI()
457 message->m_message += in createForConsoleAPI()
478 groupId, clientLevel, toStringView(message->m_message), in createForConsoleAPI()
523 if (m_message in contextDestroyed()
[all...]
H A Dv8-console-message.h75 return m_v8Size + static_cast<int>(m_message.length() * sizeof(UChar)); in estimatedSize()
94 String16 m_message; member in v8_inspector::V8ConsoleMessage
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp521 UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_format(format), m_isY8Cb8Cr8_420(isYUV) {} in UnsupportedImageSource()
528 const string m_message; member in deqp::egl::Image::UnsupportedImageSource
531 void fail (void) const { TCU_THROW(NotSupportedError, m_message.c_str()); } in fail()
H A DteglMultiThreadTests.cpp82 ThreadLog& operator<< (const T& t) { m_message << t; return *this; } in operator <<()
89 ostringstream m_message; member in deqp::egl::ThreadLog
95 m_messages.push_back(Message(deGetMicroseconds(), m_message.str().c_str())); in operator <<()
96 m_message.str(""); in operator <<()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp798 const char* m_message; member in deqp::gls::LifetimeTests::details::ResultCollector
805 , m_message ("Pass") in ResultCollector()
822 m_message = msg; in addResult()
828 m_message = "Multiple problems, see log for details"; in addResult()
844 m_testCtx.setTestResult(m_result, m_message); in ~ResultCollector()
/third_party/libfuse/example/
H A Dcxxopts.hpp328 : m_message(message) in OptionException()
335 return m_message.c_str();
339 std::string m_message; member in cxxopts::OptionException
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp318 std::string m_message; member in gl4cts::EnhancedLayouts::Utils::Shader::InvalidSourceException
368 std::string m_message; member in gl4cts::EnhancedLayouts::Utils::Shader::CompilationException
H A Dgl4cEnhancedLayoutsTests.cpp2533 m_message = message; in CompilationException()
2542 return m_message.c_str(); in what()
2551 : m_message(error_message), m_source(source), m_stage(stage) in InvalidSourceException()
2567 context.getTestContext().getLog() << tcu::TestLog::Message << "Failed to compile shader: " << m_message.c_str() in log()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp3401 std::string m_message;
3405 m_message(message)
11432 return ex.what() == m_message;
11436 return "exception message matches \"" + m_message + "\"";

Completed in 62 milliseconds