Home
last modified time | relevance | path

Searched refs:errinfo (Results 1 – 18 of 18) sorted by relevance

/third_party/libxml2/os400/dlfcn/
Ddlfcn.c303 Qus_EC_t errinfo; in dlseterror_from_exception() local
306 errinfo.Bytes_Provided = 0; /* Exception on error. */ in dlseterror_from_exception()
309 "*YES ", "*NO ", &errinfo); in dlseterror_from_exception()
496 Qus_EC_t errinfo; in dlGetObjectName() local
558 errinfo.Bytes_Provided = sizeof errinfo; in dlGetObjectName()
560 0, &errinfo); in dlGetObjectName()
561 return errinfo.Bytes_Available? -1: 0; in dlGetObjectName()
992 Qus_EC_t errinfo; in dlsym() local
1006 errinfo.Bytes_Provided = 0; in dlsym()
1008 (char *) symbol, &p, &export_type, &errinfo); in dlsym()
[all …]
/third_party/boost/libs/compute/include/boost/compute/exception/
Dcontext_error.hpp38 const char *errinfo, in context_error() argument
42 m_errinfo(errinfo), in context_error()
/third_party/boost/boost/compute/exception/
Dcontext_error.hpp38 const char *errinfo, in context_error() argument
42 m_errinfo(errinfo), in context_error()
/third_party/skia/third_party/externals/angle2/include/
Dangle_cl.h28 using ContextErrorCB = void(CL_CALLBACK *)(const char *errinfo,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.cpp336 void Context::ErrorCallback(const char *errinfo, const void *privateInfo, size_t cb, void *userData) in ErrorCallback() argument
346 context->mNotify(errinfo, privateInfo, cb, context->mUserData); in ErrorCallback()
DCLContext.h129 static void CL_CALLBACK ErrorCallback(const char *errinfo,
DvalidationCL_autogen.h41 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
48 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
DvalidationCL.cpp684 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in ValidateCreateContext() argument
715 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in ValidateCreateContextFromType() argument
/third_party/python/Lib/test/test_peg_generator/
Dtest_pegen.py525 with self.assertRaises(ValueError) as errinfo:
527 self.assertTrue("no leader" in str(errinfo.exception.value))
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs_autogen.h51 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
59 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
Dentry_points_cl_autogen.h41 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
50 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
Dcl_stubs.cpp133 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in CreateContext() argument
146 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in CreateContextFromType() argument
Dentry_points_cl_autogen.cpp108 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContext() argument
142 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContextFromType() argument
/third_party/mesa3d/include/CL/
Dcl.h1011 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1021 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
/third_party/opencl-headers/CL/
Dcl.h1013 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1023 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h1013 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1023 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp55 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContext() argument
69 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContextFromType() argument
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c146 static void CL_CALLBACK opencl_error_callback(const char *errinfo, in opencl_error_callback() argument
152 av_log(ctx, AV_LOG_ERROR, "OpenCL error: %s\n", errinfo); in opencl_error_callback()