Home
last modified time | relevance | path

Searched refs:err_string (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcuda_check.h37 const char *err_string; in ff_cuda_check() local
45 ((cuda_check_GetErrorString *)cuGetErrorString_fn)(err, &err_string); in ff_cuda_check()
48 if (err_name && err_string) in ff_cuda_check()
49 av_log(avctx, AV_LOG_ERROR, " -> %s: %s", err_name, err_string); in ff_cuda_check()
/third_party/python/Include/cpython/
Dpyfpe.h11 #define PyFPE_START_PROTECT(err_string, leave_stmt) argument
/third_party/python/Lib/test/support/
D__init__.py268 err_string = str(e)
269 if len(err_string) > 50:
270 err_string = err_string[:50] + ' [...]'
272 err_string)
/third_party/node/src/
Denv.cc1299 const char* err_string, in CollectExceptionInfo() argument
1309 OneByteString(env->isolate(), err_string)).Check(); in CollectExceptionInfo()
1346 const char* err_string = uv_err_name(errorno); in CollectUVExceptionInfo() local
1352 node::CollectExceptionInfo(this, obj, errorno, err_string, in CollectUVExceptionInfo()