OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgStr
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/opengl/
gluDefs.cpp
74
std::ostringstream
msgStr
;
76
msgStr
<< msg << ": ";
78
msgStr
<< "glGetError() returned " << getErrorStr(err);
81
throw OutOfMemoryError(
msgStr
.str().c_str(), DE_NULL, file, line);
83
throw Error(err,
msgStr
.str().c_str(), DE_NULL, file, line);
/external/deqp/external/vulkancts/framework/vulkan/
vkDefs.cpp
81
std::ostringstream
msgStr
;
83
msgStr
<< msg << ": ";
85
msgStr
<< getResultStr(result);
88
throw OutOfMemoryError(result,
msgStr
.str().c_str(), DE_NULL, file, line);
90
throw Error(result,
msgStr
.str().c_str(), DE_NULL, file, line);
/external/deqp/framework/common/
tcuTestLog.cpp
195
void TestLog::writeMessage (const char*
msgStr
)
197
if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_LAST,
msgStr
) == DE_FALSE)
/external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar
Completed in 129 milliseconds