Searched refs:err_string (Results 1 – 6 of 6) 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/e2fsprogs/lib/e2p/ |
D | errcode.c | 12 static const char *err_string[] = { variable 41 if (err < ARRAY_SIZE(err_string)) in e2p_errcode2str() 42 return err_string[err]; in e2p_errcode2str()
|
/third_party/libusb/libusb/os/ |
D | windows_common.c | 51 static char err_string[256]; in windows_error_str() local 59 len = sprintf(err_string, "[%lu] ", ULONG_CAST(error_code)); in windows_error_str() 77 &err_string[len], sizeof(err_string) - len, NULL); in windows_error_str() 81 snprintf(err_string, sizeof(err_string), in windows_error_str() 85 snprintf(err_string, sizeof(err_string), "Unknown error code %lu", in windows_error_str() 90 if (err_string[pos] == '\r') in windows_error_str() 91 err_string[pos] = '\0'; in windows_error_str() 94 return err_string; in windows_error_str()
|
/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()
|