Home
last modified time | relevance | path

Searched refs:StsNullPtr (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp94 StsNullPtr= -27, //!< null pointer enumerator
/external/opencv3/modules/highgui/src/
Dwindow_carbon.cpp848 CV_Error(Error::StsNullPtr, "NULL window"); in setWindowTitle()
Dwindow_gtk.cpp747 CV_Error(Error::StsNullPtr, "NULL window"); in setWindowTitle()
Dwindow_cocoa.mm650 CV_Error(Error::StsNullPtr, "NULL window");
Dwindow_w32.cpp504 CV_Error(Error::StsNullPtr, "NULL window"); in setWindowTitle()
Dwindow_QT.cpp187 CV_Error(Error::StsNullPtr, "NULL guiReceiver (please create a window)"); in setWindowTitle()
/external/opencv3/modules/java/src/
Dcore+Core.java81 StsNullPtr = -27, field in Core