Searched refs:errorstr (Results 1 - 5 of 5) sorted by relevance

/external/libmicrohttpd/doc/chapters/
H A Dresponseheaders.inc62 const char *errorstr =
66 MHD_create_response_from_buffer (strlen (errorstr),
67 (void *) errorstr,
82 const char *errorstr = "<html><body>An internal server error has occured!\
87 response = MHD_create_response_from_buffer (strlen(errorstr), (void*) errorstr,
/external/libmicrohttpd/doc/examples/
H A Dresponseheaders.c42 const char *errorstr = local
46 MHD_create_response_from_buffer (strlen (errorstr),
47 (void *) errorstr,
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp171 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 );
H A Dcvhaar.cpp189 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 );
/external/opencv3/modules/objdetect/src/
H A Dhaar.cpp191 char errorstr[1000]; local
221 sprintf( errorstr, "header of the stage classifier #%d is invalid "
223 CV_Error( CV_StsError, errorstr );
252 sprintf( errorstr, "rectangle #%d of the classifier #%d of "
255 CV_Error( CV_StsNullPtr, errorstr );

Completed in 162 milliseconds