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

  /external/libmicrohttpd/doc/examples/
responseheaders.c 42 const char *errorstr = local
46 MHD_create_response_from_buffer (strlen (errorstr),
47 (void *) errorstr,
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 57 if 0 <= int(e) && int(e) < len(errorstr) {
58 s := errorstr[e]
tables_nacl.go 223 var errorstr = [...]string{ var
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 57 if 0 <= int(e) && int(e) < len(errorstr) {
58 s := errorstr[e]
tables_nacl.go 223 var errorstr = [...]string{ var
  /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 451 milliseconds