Searched refs:formatError (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/execserver/ |
H A 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()
|
/third_party/vk-gl-cts/framework/xexml/ |
H A 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()
|
/third_party/vk-gl-cts/framework/common/ |
H A 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()
|
/third_party/node/lib/internal/test_runner/reporter/ |
H A D | spec.js | 59 #formatError(error, indent) { 85 const error = this.#formatError(data.details?.error, indent);
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 985 base = formatError(value, constructor, tag, ctx, keys); 1367 function formatError(err, constructor, tag, ctx, keys) {
|
Completed in 3 milliseconds