Home
last modified time | relevance | path

Searched refs:formatError (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsDefs.cpp31 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 DxeDefs.cpp31 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 DtcuDefs.cpp58 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 Dspec.js59 #formatError(error, indent) {
85 const error = this.#formatError(data.details?.error, indent);
/third_party/node/lib/internal/util/
H A Dinspect.js985 base = formatError(value, constructor, tag, ctx, keys);
1367 function formatError(err, constructor, tag, ctx, keys) {

Completed in 8 milliseconds