func_name 2628 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvError( int status, const char* func_name, func_name 2641 modules/core/include/opencv2/core/core_c.h typedef int (CV_CDECL *CvErrorCallback)( int status, const char* func_name, func_name 2650 modules/core/include/opencv2/core/core_c.h CVAPI(int) cvNulDevReport( int status, const char* func_name, const char* err_msg, func_name 2654 modules/core/include/opencv2/core/core_c.h CVAPI(int) cvStdErrReport( int status, const char* func_name, const char* err_msg, func_name 2658 modules/core/include/opencv2/core/core_c.h CVAPI(int) cvGuiBoxReport( int status, const char* func_name, const char* err_msg, func_name 184 modules/core/include/opencv2/core/cuda/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ func_name 185 modules/core/include/opencv2/core/cuda/vec_math.hpp __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \ func_name 756 modules/core/include/opencv2/core/cuda/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \ func_name 757 modules/core/include/opencv2/core/cuda/vec_math.hpp __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, const input_type ## 1 & b) \ func_name 761 modules/core/include/opencv2/core/cuda/vec_math.hpp __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a, const input_type ## 2 & b) \ func_name 765 modules/core/include/opencv2/core/cuda/vec_math.hpp __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a, const input_type ## 3 & b) \ func_name 769 modules/core/include/opencv2/core/cuda/vec_math.hpp __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a, const input_type ## 4 & b) \ func_name 814 modules/core/include/opencv2/core/cuda/vec_math.hpp #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type) \ func_name 815 modules/core/include/opencv2/core/cuda/vec_math.hpp __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, scalar_type s) \ func_name 159 modules/core/include/opencv2/core/utility.hpp extern "C" typedef int (*ErrorCallback)( int status, const char* func_name, func_name 392 modules/core/src/persistence.cpp icvParseError( CvFileStorage* fs, const char* func_name, func_name 397 modules/core/src/persistence.cpp cvError( CV_StsParseError, func_name, buf, source_file, source_line ); func_name 796 modules/core/src/system.cpp CV_IMPL void cvError( int code, const char* func_name, func_name 800 modules/core/src/system.cpp cv::error(cv::Exception(code, err_msg, func_name, file_name, line)); func_name 182 modules/cudev/include/opencv2/cudev/util/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ func_name 183 modules/cudev/include/opencv2/cudev/util/vec_math.hpp __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \ func_name 767 modules/cudev/include/opencv2/cudev/util/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \ func_name 768 modules/cudev/include/opencv2/cudev/util/vec_math.hpp __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, const input_type ## 1 & b) \ func_name 772 modules/cudev/include/opencv2/cudev/util/vec_math.hpp __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a, const input_type ## 2 & b) \ func_name 776 modules/cudev/include/opencv2/cudev/util/vec_math.hpp __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a, const input_type ## 3 & b) \ func_name 780 modules/cudev/include/opencv2/cudev/util/vec_math.hpp __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a, const input_type ## 4 & b) \ func_name 825 modules/cudev/include/opencv2/cudev/util/vec_math.hpp #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type) \ func_name 826 modules/cudev/include/opencv2/cudev/util/vec_math.hpp __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, scalar_type s) \ func_name 443 modules/ts/src/ts.cpp static int tsErrorCallback( int status, const char* func_name, const char* err_msg, const char* file_name, int line, TS* ts ) func_name 445 modules/ts/src/ts.cpp ts->printf(TS::LOG, "OpenCV Error:\n\t%s (%s) in %s, file %s, line %d\n", cvErrorStr(status), err_msg, func_name[0] != 0 ? func_name : "unknown function", file_name, line);