Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 24 of 24) sorted by relevance

/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js46 let errorString; variable
48 errorString = `${error.name} [${error.code}]: ${error.message}`;
50 errorString = ErrorPrototypeToString(error);
54 return errorString;
109 return `${errorString}\n at ${preparedTrace}`;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp135 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize() argument
150 *errorString = std::string("Could not dlopen libGL.so.1: ") + dlerror(); in initialize()
162 *errorString = "Could not retrieve glXGetProcAddress"; in initialize()
174 *errorString = "Could not load GLX entry point " #NAME; \ in initialize()
206 *errorString = "GLX is not present."; in initialize()
214 *errorString = "Could not query the GLX version."; in initialize()
219 *errorString = "Unsupported GLX version (requires at least 1.3)."; in initialize()
226 *errorString = "glXQueryExtensionsString returned NULL"; in initialize()
275 *errorString = ""; in initialize()
DFunctionsGLX.h27 bool initialize(Display *xDisplay, int screen, std::string *errorString);
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DParserTest.java122 final String errorString = in testParsePartial() local
142 fail(errorString); in testParsePartial()
150 fail(errorString); in testParsePartial()
158 fail(errorString); in testParsePartial()
167 fail(errorString); in testParsePartial()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DParserTest.java121 final String errorString = "Should throw exceptions when the parsed message isn't initialized."; in assertParsePartial() local
133 fail(errorString); in assertParsePartial()
141 fail(errorString); in assertParsePartial()
149 fail(errorString); in assertParsePartial()
157 fail(errorString); in assertParsePartial()
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/
Dmain.cpp92 qWarning() << "error: " << f.errorString(); in main()
100 qWarning() << "error: " << f2.errorString(); in main()
/third_party/node/test/parallel/
Dtest-child-process-execfile.js30 const errorString = `Error: Command failed: ${process.execPath}`; constant
33 assert.strictEqual(err.toString().trim(), errorString);
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlerror.cpp34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] = member in TiXmlBase
Dtinyxmlparser.cpp807 errorDesc = errorString[ errorId ]; in SetError()
Dtinyxml.h371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ]; variable
/third_party/skia/src/xml/
DSkXMLParser.cpp173 const XML_LChar* errorString = XML_ErrorString(error); in parse() local
174 SkDebugf("parse error @%d:%d: %d (%s).\n", line, column, error, errorString); in parse()
/third_party/typescript/src/testRunner/unittests/config/
DprojectReferences.ts16 …const errorString = errors.map(e => ` ${e.file ? e.file.fileName : "[global]"}: ${e.messageText… constant
17 …assert(false, `${message}: Did not find any diagnostic for ${diag.message} in:\r\n${errorString}`);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp325 std::string errorString = errorStream.str(); in getEGLError() local
327 return egl::Error(errorCode, 0, std::move(errorString)); in getEGLError()
/third_party/node/lib/internal/
Derrors.js122 let errorString; variable
124 errorString = `${error.name} [${error.code}]: ${error.message}`;
126 errorString = ErrorPrototypeToString(error);
129 return errorString;
131 return `${errorString}\n at ${ArrayPrototypeJoin(trace, '\n at ')}`;
/third_party/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm191 const char* errorString = [description UTF8String];
192 SkDebugf("Error submitting command buffer: %s\n", errorString);
/third_party/skia/experimental/graphite/src/mtl/
DMtlCommandBuffer.mm60 const char* errorString = [description UTF8String];
61 SkDebugf("Error submitting command buffer: %s\n", errorString);
/third_party/libexif/contrib/c++/
Dexif_module.cxx96 const char *errorString) in extractComponent()
101 PyErr_SetString(PyExc_TypeError, errorString); in extractComponent()
/third_party/skia/tools/mdbviz/
Dmainwindow.cpp73 .arg(QDir::toNativeSeparators(fileName), file.errorString())); in loadFile()
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp533 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
535 filename, line, column, error, errorString); in parse_config_file()
DSkFontMgr_android_parser.cpp692 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
694 filename, line, column, error, errorString); in parse_config_file()
/third_party/typescript/tests/baselines/reference/
Dparserharness.errors.txt281 var errorString = "";
286 errorString += "Difference at line " + (i + 1) + ":\n";
287 errorString += " Left File: " + text1Lines[i] + "\n";
288 errorString += " Right File: " + text2Lines[i] + "\n\n";
291 throwAssertError(new Error(errorString));
Dparserharness.types555 var errorString = "";
556 >errorString : string
595 errorString += "Difference at line " + (i + 1) + ":\n";
596 >errorString += "Difference at line " + (i + 1) + ":\n" : string
597 >errorString : string
607 errorString += " Left File: " + text1Lines[i] + "\n";
608 >errorString += " Left File: " + text1Lines[i] + "\n" : string
609 >errorString : string
618 errorString += " Right File: " + text2Lines[i] + "\n\n";
619 >errorString += " Right File: " + text2Lines[i] + "\n\n" : string
[all …]
Dparserharness.symbols407 var errorString = "";
408 >errorString : Symbol(errorString, Decl(parserharness.ts, 149, 19))
430 errorString += "Difference at line " + (i + 1) + ":\n";
431 >errorString : Symbol(errorString, Decl(parserharness.ts, 149, 19))
434 errorString += " Left File: " + text1Lines[i] + "\n";
435 >errorString : Symbol(errorString, Decl(parserharness.ts, 149, 19))
439 errorString += " Right File: " + text2Lines[i] + "\n\n";
440 >errorString : Symbol(errorString, Decl(parserharness.ts, 149, 19))
445 throwAssertError(new Error(errorString));
448 >errorString : Symbol(errorString, Decl(parserharness.ts, 149, 19))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.mm1567 NSString *errorString =
1573 userInfo:@{NSLocalizedDescriptionKey : errorString}];