HomeSort by relevance Sort by last modified time
    Searched refs:errorstr (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 48 errorstr = ""
73 errorstr = "Set the svn:mime-type property (svn propset svn:mime-type image/png %s)." % self._file_path
74 self._handle_style_error(0, 'image/png', 5, errorstr)
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 171 char errorstr[100]; local
201 sprintf( errorstr, "header of the stage classifier #%d is invalid "
203 CV_ERROR( CV_StsError, errorstr );
232 sprintf( errorstr, "rectangle #%d of the classifier #%d of "
235 CV_ERROR( CV_StsNullPtr, errorstr );
    [all...]
cvhaar.cpp 189 char errorstr[100]; local
219 sprintf( errorstr, "header of the stage classifier #%d is invalid "
221 CV_ERROR( CV_StsError, errorstr );
250 sprintf( errorstr, "rectangle #%d of the classifier #%d of "
253 CV_ERROR( CV_StsNullPtr, errorstr );
    [all...]

Completed in 110 milliseconds