/third_party/vk-gl-cts/framework/egl/ |
H A D | egluDefs.cpp | 55 Error::Error (deUint32 errCode, const char* errStr) in Error() argument 56 : tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr : "", __FILE__, __LINE__) in Error() 67 BadAllocError::BadAllocError (const char* errStr) in BadAllocError() argument 68 : tcu::ResourceError(errStr) in BadAllocError()
|
H A D | egluDefs.hpp | 42 Error (deUint32 errCode, const char* errStr); 55 BadAllocError (const char* errStr);
|
/third_party/gn/src/gn/ |
H A D | ohos_components_unittest.cc | 78 std::string errStr; in TEST() local 79 bool ret = mgr->LoadComponentInfo(COMPONENT_PATHS, errStr); in TEST()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 59 static THREAD_LOCAL char errStr[JMSG_LENGTH_MAX] = "No error"; variable 87 (*cinfo->err->format_message) (cinfo, errStr); in my_output_message() 111 char errStr[JMSG_LENGTH_MAX]; member 130 snprintf(myprog->this->errStr, JMSG_LENGTH_MAX, in my_progress_monitor() 132 snprintf(errStr, JMSG_LENGTH_MAX, in my_progress_monitor() 195 snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ 199 snprintf(errStr, JMSG_LENGTH_MAX, "%s\n%s", m, strerror(errno)); \ 203 snprintf(this->errStr, JMSG_LENGTH_MAX, "%s", m); \ 218 snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \ 230 snprintf(errStr, JMSG_LENGTH_MA [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 395 std::stringstream errStr; in HandleFixupError() local 396 errStr << "\nError: value " << in HandleFixupError() 405 llvm_unreachable(errStr.str().c_str()); in HandleFixupError()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 874 var errStr = lhs + " includes " + rhs + ", but "; 875 if (!(lhs in this.members)) throw errStr + lhs + " is undefined."; 876 if (!(this.members[lhs] instanceof IdlInterface)) throw errStr + lhs + " is not an interface."; 877 if (!(rhs in this.members)) throw errStr + rhs + " is undefined."; 878 if (!(this.members[rhs] instanceof IdlInterface)) throw errStr + rhs + " is not an interface.";
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 758 * \param errStr a descriptive string that must remain in scope until 762 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error() 798 const char * errStr = NULL) in errHandler() 801 throw Error(err, errStr); in errHandler() 806 static inline cl_int errHandler (cl_int err, const char * errStr = NULL) 808 (void) errStr; // suppress unused variable warning 1995 BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec) in BuildError() argument 2007 const char * errStr, in buildErrHandler() 2005 buildErrHandler( cl_int err, const char * errStr, const BuildLogType &buildLogs) buildErrHandler() argument [all...] |
H A D | cl.hpp | 314 * \param errStr a descriptive string that must remain in scope until 318 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error() 355 const char * errStr = NULL) in errHandler() 358 throw Error(err, errStr); in errHandler() 363 static inline cl_int errHandler (cl_int err, const char * errStr = NULL) 365 (void) errStr; // suppress unused variable warning
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 355 string errStr = string("no location found for attribute 'dEQP_Position'"); in execute() local 356 TCU_FAIL(errStr.c_str()); in execute()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 1188 string errStr = string("no location found for attribute 'dEQP_Position'"); 1189 TCU_FAIL(errStr.c_str());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1271 std::string errStr; in OutOfRange() local 1272 raw_string_ostream ES(errStr); in OutOfRange()
|