Home
last modified time | relevance | path

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

12

/third_party/grpc/src/objective-c/tests/UnitTests/
DNSErrorUnitTests.m33 const char *kErrorString = "test errorString";
34 NSError *error1 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_OK details:nil errorString:nil];
37 errorString:kErrorString];
40 errorString:nil];
43 errorString:nil];
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp119 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize() argument
134 *errorString = std::string("Could not dlopen libGL.so.1: ") + dlerror(); in initialize()
146 *errorString = "Could not retrieve glXGetProcAddress"; in initialize()
158 *errorString = "Could not load GLX entry point " #NAME; \ in initialize()
190 *errorString = "GLX is not present."; in initialize()
198 *errorString = "Could not query the GLX version."; in initialize()
203 *errorString = "Unsupported GLX version (requires at least 1.3)."; in initialize()
210 *errorString = "glXQueryExtensionsString returned NULL"; in initialize()
247 *errorString = ""; in initialize()
DFunctionsGLX.h27 bool initialize(Display *xDisplay, int screen, std::string *errorString);
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DNSError+GRPC.m27 errorString:(const char *)errorString {
36 if (errorString) {
37 userInfo[NSDebugDescriptionErrorKey] = [NSString stringWithCString:errorString
DNSError+GRPC.h29 errorString:(const char *)errorString;
/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/node/lib/internal/source_map/
Dprepare_stack_trace.js44 const errorString = ErrorPrototypeToString(error); constant
47 return errorString;
107 return `${errorSource}${errorString}\n at ${preparedTrace}`;
/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/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/
Dmain.cpp92 qWarning() << "error: " << f.errorString(); in main()
100 qWarning() << "error: " << f2.errorString(); in main()
/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
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlerror.cpp34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] = member in TiXmlBase
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm102 const char* errorString = [description UTF8String];
103 SkDebugf("Error submitting command buffer: %s\n", errorString);
/third_party/flutter/skia/src/xml/
DSkXMLParser.cpp171 const XML_LChar* errorString = XML_ErrorString(error); in parse() local
172 SkDebugf("parse error @%d:%d: %d (%s).\n", line, column, error, errorString); in parse()
/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/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/flutter/skia/tools/mdbviz/
Dmainwindow.cpp73 .arg(QDir::toNativeSeparators(fileName), file.errorString())); in loadFile()
/third_party/skia/tools/mdbviz/
Dmainwindow.cpp73 .arg(QDir::toNativeSeparators(fileName), file.errorString())); in loadFile()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1275 char *errorString; in validate_and_sign() local
1277 errorString = reinterpret_cast<char*>(printBlobUtf8->GetBufferPointer()); in validate_and_sign()
1279 errorString[printBlobUtf8->GetBufferSize() - 1] = 0; in validate_and_sign()
1282 errorString); in validate_and_sign()

12