Searched refs:formatError (Results 1 – 4 of 4) sorted by relevance
/external/deqp/execserver/ |
D | xsDefs.cpp | 31 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() function 42 : std::runtime_error(formatError(message, expr, file, line)) in Error()
|
/external/deqp/framework/xexml/ |
D | xeDefs.cpp | 31 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() function 42 : std::runtime_error(formatError(message, expr, file, line)) in Error()
|
/external/deqp/framework/common/ |
D | tcuDefs.cpp | 58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() function 73 : std::runtime_error(formatError(message, expr, file, line)) in Exception() 85 : Exception (formatError(message, expr, file, line)) in TestException()
|
/external/parameter-framework/upstream/test/tmpfile/windows/ |
D | TmpFile.cpp | 45 static std::string formatError(DWORD error) in formatError() function 81 formatError(error); in mktmp()
|