what 64 3rdparty/libtiff/tif_aux.c tmsize_t nmemb, tmsize_t elem_size, const char* what) what 79 3rdparty/libtiff/tif_aux.c what,(long) nmemb, (long) elem_size); what 86 3rdparty/libtiff/tif_aux.c _TIFFCheckMalloc(TIFF* tif, tmsize_t nmemb, tmsize_t elem_size, const char* what) what 88 3rdparty/libtiff/tif_aux.c return _TIFFCheckRealloc(tif, NULL, nmemb, elem_size, what); what 621 3rdparty/libtiff/tif_fax3.c #define DEBUG_PRINT(what,len) { \ what 623 3rdparty/libtiff/tif_fax3.c printf("%08X/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), len); \ what 82 3rdparty/openexr/Iex/IexBaseExc.h virtual const char * what () const throw (); what 78 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp strncpy (errorMessage, e.what(), MAX_ERR_LENGTH - 1); what 51 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp void checkIsNullTerminated (const char (&str)[N], const char *what) what 58 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp s << "Invalid " << what << ": it is more than " << (N - 1) what 150 3rdparty/openexr/IlmImf/ImfHeader.cpp void checkIsNullTerminated (const char (&str)[N], const char *what) what 157 3rdparty/openexr/IlmImf/ImfHeader.cpp s << "Invalid " << what << ": it is more than " << (N - 1) what 632 3rdparty/openexr/IlmImf/ImfOutputFile.cpp _lineBuffer->exception = e.what (); what 576 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp _lineBuffer->exception = e.what(); what 630 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp lineBuffer->exception = e.what(); what 564 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp _tileBuffer->exception = e.what (); what 816 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp _tileBuffer->exception = e.what (); what 115 modules/core/include/opencv2/core.hpp virtual const char *what() const throw(); what 116 modules/core/src/command_line_parser.cpp impl->error_message = impl->error_message + "Exception: " + String(e.what()) + "\n"; what 141 modules/core/src/command_line_parser.cpp impl->error_message = impl->error_message + "Exception: " + String(e.what()) + "\n"; what 169 modules/core/src/cuda_host_mem.cpp size_t alignUpStep(size_t what, size_t alignment) what 173 modules/core/src/cuda_host_mem.cpp size_t res = (what + alignMask) & inverseAlignMask; what 567 modules/core/src/cuda_stream.cpp size_t alignUp(size_t what, size_t alignment) what 571 modules/core/src/cuda_stream.cpp size_t res = (what + alignMask) & inverseAlignMask; what 851 modules/core/test/test_umat.cpp FAIL() << "Exception: " << e.what(); what 877 modules/core/test/test_umat.cpp printf("i = %d... %s\n", i, e.what()); what 919 modules/core/test/test_umat.cpp printf("exception... %s\n", e.what()); what 421 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS Ncv32u alignUp(Ncv32u what, Ncv32u alignment); what 160 modules/cudalegacy/src/NCV.cpp Ncv32u alignUp(Ncv32u what, Ncv32u alignment) what 164 modules/cudalegacy/src/NCV.cpp Ncv32u res = (what + alignMask) & inverseAlignMask; what 110 modules/cudalegacy/test/test_main.cpp cerr << e.what() << endl; what 1111 modules/highgui/src/window_carbon.cpp while (lastKey == NO_KEY && theEvent.what != nullEvent); what 282 modules/imgcodecs/test/test_grfmt.cpp ts->printf(ts->LOG, "Exception: %s\n" , e.what()); what 13 modules/java/generator/src/cpp/Mat.cpp std::string what = "unknown exception"; what 24 modules/java/generator/src/cpp/Mat.cpp what = exception_type + ": " + e->what(); what 28 modules/java/generator/src/cpp/Mat.cpp env->ThrowNew(je, what.c_str()); what 30 modules/java/generator/src/cpp/Mat.cpp LOGE("%s caught %s", method, what.c_str()); what 53 modules/java/generator/src/cpp/utils.cpp LOGE("nBitmapToMat catched cv::Exception: %s", e.what()); what 56 modules/java/generator/src/cpp/utils.cpp env->ThrowNew(je, e.what()); what 135 modules/java/generator/src/cpp/utils.cpp LOGE("nMatToBitmap catched cv::Exception: %s", e.what()); what 138 modules/java/generator/src/cpp/utils.cpp env->ThrowNew(je, e.what()); what 276 modules/objdetect/src/detection_based_tracker.cpp LOGE0("\n %s: ERROR: OpenCV Exception caught: \n'%s'\n\n", CV_Func, e.what()); \ what 278 modules/objdetect/src/detection_based_tracker.cpp LOGE0("\n %s: ERROR: Exception caught: \n'%s'\n\n", CV_Func, e.what()); \ what 81 modules/python/src2/cv2.cpp PyErr_SetString(opencv_error, e.what()); \ what 8388 modules/ts/include/opencv2/ts/ts_gtest.h gtest_exception.what()); \ what 3623 modules/ts/src/ts_gtest.cpp FormatCxxExceptionMessage(e.what(), location)); what 1702 modules/ts/src/ts_perf.cpp FAIL() << "Expected: PerfTestBody() doesn't throw an exception.\n Actual: it throws cv::Exception:\n " << e.what(); what 1707 modules/ts/src/ts_perf.cpp FAIL() << "Expected: PerfTestBody() doesn't throw an exception.\n Actual: it throws std::exception:\n " << e.what(); what 75 modules/videoio/src/cap_gphoto2.cpp return ostream << e.method << ": " << e.what(); what 93 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp LOGD("nativeCreateObject caught cv::Exception: %s", e.what()); what 97 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp jenv->ThrowNew(je, e.what()); what 126 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp LOGD("nativeestroyObject caught cv::Exception: %s", e.what()); what 130 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp jenv->ThrowNew(je, e.what()); what 152 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp LOGD("nativeStart caught cv::Exception: %s", e.what()); what 156 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp jenv->ThrowNew(je, e.what()); what 178 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp LOGD("nativeStop caught cv::Exception: %s", e.what()); what 182 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp jenv->ThrowNew(je, e.what()); what 208 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp LOGD("nativeStop caught cv::Exception: %s", e.what()); what 212 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp jenv->ThrowNew(je, e.what()); what 238 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp LOGD("nativeCreateObject caught cv::Exception: %s", e.what()); what 242 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp jenv->ThrowNew(je, e.what()); what 538 samples/cpp/videostab.cpp cout << "error: " << e.what() << endl; what 246 samples/directx/d3d10_interop.cpp std::cerr << "Exception: " << e.what() << std::endl; what 250 samples/directx/d3d11_interop.cpp std::cerr << "Exception: " << e.what() << std::endl; what 230 samples/directx/d3d9_interop.cpp std::cerr << "Exception: " << e.what() << std::endl; what 231 samples/directx/d3d9ex_interop.cpp std::cerr << "Exception: " << e.what() << std::endl; what 181 samples/directx/d3dsample.hpp std::cerr << "Exception: " << e.what() << std::endl; what 134 samples/gpu/hog.cpp catch (const Exception& e) { return cout << "error: " << e.what() << endl, 1; } what 135 samples/gpu/hog.cpp catch (const exception& e) { return cout << "error: " << e.what() << endl, 1; } what 49 samples/gpu/performance/performance.cpp printError(e.what()); what 103 samples/gpu/stereo_match.cpp cout << "error: " << e.what() << endl; what 94 samples/tapi/hog.cpp return cout << "error: " << e.what() << endl, 1; what 98 samples/tapi/hog.cpp return cout << "error: " << e.what() << endl, 1;