Searched defs:err_msg (Results 1 - 8 of 8) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxerror.cpp63 char err_msg[4096]; member in struct:CvContext
150 cvStdErrReport( int code, const char *func_name, const char *err_msg, argument
157 cvErrorStr(code), err_msg ? err_msg : "no description" );
173 cvGuiBoxReport( int code, const char *func_name, const char *err_msg, argument
177 return cvStdErrReport( code, func_name, err_msg, file, line, 0 );
181 size_t msg_len = strlen(err_msg ? err_msg : "") + 1024;
189 cvErrorStr(code), err_msg ? err_msg
333 cvError( int code, const char* func_name, const char* err_msg, const char* file_name, int line ) argument
[all...]
H A Dcxpersistence.cpp238 const char* err_msg, const char* source_file, int source_line )
241 sprintf( buf, "%s(%d): %s", fs->filename, fs->lineno, err_msg );
237 icvParseError( CvFileStorage* fs, const char* func_name, const char* err_msg, const char* source_file, int source_line ) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c1343 char *err_msg = NULL; local
1357 err_msg = "Invalid blob name.";
1359 err_msg = "Error removing blob.";
1365 if (err_msg)
1367 err_msg);
H A Ddbus_new_handlers_p2p.c512 char *err_msg = NULL; local
599 err_msg =
605 err_msg = "connect failed due to unsupported channel.";
610 err_msg = "connect failed due to unspecified error.";
621 reply = dbus_message_new_error(message, iface, err_msg);
/external/libxml2/
H A Drngparser.c171 xmlCRNGErr(xmlCRelaxNGParserCtxtPtr ctxt, int err_no, const char *err_msg) { argument
180 if (err_msg != NULL) {
181 fprintf(stderr, "error: %s\n", err_msg);
H A Dxmlregexp.c5803 xmlChar err_msg[200]; local
5833 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep);
5834 err_msg[199] = 0;
5835 atom->valuep2 = xmlStrdup(err_msg);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp2127 char err_msg[PATH_MAX]; local
2132 snprintf(err_msg, sizeof(err_msg), "%s: \"%s\"", err_str.AsString(), app_bundle_path);
2133 err_str.SetErrorString(err_msg);
2134 DNBLogThreadedIf(LOG_PROCESS, "%s() error: %s", __FUNCTION__, err_msg);
2139 snprintf(err_msg, sizeof(err_msg), "failed to extract CFBundleIdentifier from %s", app_bundle_path);
2140 err_str.SetErrorString(err_msg);
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2974 std::string err_msg; local

Completed in 332 milliseconds