Searched refs:err_string (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | cuda_check.h | 36 const char *err_string; in ff_cuda_check() local 44 ((cuda_check_GetErrorString *)cuGetErrorString_fn)(err, &err_string); in ff_cuda_check() 47 if (err_name && err_string) in ff_cuda_check() 48 av_log(avctx, AV_LOG_ERROR, " -> %s: %s", err_name, err_string); in ff_cuda_check()
|
/third_party/python/Include/cpython/ |
D | pyfpe.h | 11 #define PyFPE_START_PROTECT(err_string, leave_stmt) argument
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 268 err_string = str(e) 269 if len(err_string) > 50: 270 err_string = err_string[:50] + ' [...]' 272 err_string)
|
/third_party/node/src/ |
D | env.cc | 938 const char* err_string, in CollectExceptionInfo() argument 948 OneByteString(env->isolate(), err_string)).Check(); in CollectExceptionInfo() 985 const char* err_string = uv_err_name(errorno); in CollectUVExceptionInfo() local 991 node::CollectExceptionInfo(this, obj, errorno, err_string, in CollectUVExceptionInfo()
|