Home
last modified time | relevance | path

Searched defs:errStr (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluDefs.cpp55 Error::Error (deUint32 errCode, const char* errStr) in Error()
67 BadAllocError::BadAllocError (const char* errStr) in BadAllocError()
/third_party/gn/src/gn/
Dohos_components_unittest.cc78 std::string errStr; in TEST() local
/third_party/sqlite/unittest/
Dsqlite_cksum_test.cpp83 std::string errStr = msg; in UtSqliteLogPrint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp395 std::stringstream errStr; in HandleFixupError() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp355 string errStr = string("no location found for attribute 'dEQP_Position'"); in execute() local
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Dturbojpeg.c58 static THREAD_LOCAL char errStr[JMSG_LENGTH_MAX] = "No error"; variable
110 char errStr[JMSG_LENGTH_MAX]; member
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c60 static THREAD_LOCAL char errStr[JMSG_LENGTH_MAX] = "No error"; variable
112 char errStr[JMSG_LENGTH_MAX]; member
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp1188 string errStr = string("no location found for attribute 'dEQP_Position'"); in execute() local
/third_party/mesa3d/include/CL/
Dopencl.hpp768 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error()
804 const char * errStr = NULL) in errHandler()
2422 …BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLo… in BuildError()
2434 const char * errStr, in buildErrHandler()
2448 const char * errStr, in buildErrHandler()
Dcl.hpp309 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error()
346 const char * errStr = NULL) in errHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1271 std::string errStr; in OutOfRange() local