Home
last modified time | relevance | path

Searched defs:errorString (Results 1 – 16 of 16) sorted by relevance

/third_party/lame/ACM/tinyxml/
Dtinyxmlerror.cpp10 const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] = member in TiXmlBase
Dtinyxml.h184 static const char* errorString[ TIXML_ERROR_STRING_COUNT ]; variable
/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
Dtinyxml.h371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ]; variable
/third_party/typescript/src/testRunner/unittests/config/
DprojectReferences.ts19 …const errorString = errors.map(e => ` ${e.file ? e.file.fileName : "[global]"}: ${e.messageText… constant
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DParserTest.java104 final String errorString = "Should throw exceptions when the parsed message isn't initialized."; in assertParsePartial() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp325 std::string errorString = errorStream.str(); in getEGLError() local
/third_party/skia/src/xml/
DSkXMLParser.cpp173 const XML_LChar* errorString = XML_ErrorString(error); in parse() local
/third_party/skia/m133/src/xml/
DSkXMLParser.cpp196 const XML_LChar* errorString = XML_ErrorString(error); in parse() local
/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()
/third_party/skia/m133/src/ports/
DSkFontMgr_config_parser.cpp534 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
DSkFontMgr_android_parser.cpp709 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp533 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
DSkFontMgr_android_parser.cpp701 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
/third_party/backends/backend/
Ddll.c356 const char *errorString; in dyld_get_error_str() local
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp1856 std::string errorString; local