Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDefs.cpp74 std::ostringstream msgStr; in checkError() local
76 msgStr << msg << ": "; in checkError()
78 msgStr << "glGetError() returned " << getErrorStr(err); in checkError()
81 throw OutOfMemoryError(msgStr.str().c_str(), DE_NULL, file, line); in checkError()
83 throw Error(err, msgStr.str().c_str(), DE_NULL, file, line); in checkError()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.cpp81 std::ostringstream msgStr; in checkResult() local
83 msgStr << msg << ": "; in checkResult()
85 msgStr << getResultStr(result); in checkResult()
88 throw OutOfMemoryError(result, msgStr.str().c_str(), DE_NULL, file, line); in checkResult()
90 throw Error(result, msgStr.str().c_str(), DE_NULL, file, line); in checkResult()
/external/deqp/framework/common/
DtcuTestLog.cpp195 void TestLog::writeMessage (const char* msgStr) in writeMessage() argument
197 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_LAST, msgStr) == DE_FALSE) in writeMessage()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...