Searched refs:err_msg (Results 1 - 12 of 12) sorted by relevance

/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py64 err_msg = ""
71 err_msg = err_msg + " ERROR: stdout file was not created.\n"
77 err_msg = err_msg + " ERROR: stdout file does not contain correct output.\n"
91 err_msg = err_msg + " ERROR: stderr file was not created.\n"
97 err_msg = err_msg + " ERROR: stderr file does not contain correct output.\n\
108 self.fail (err_msg)
[all...]
/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/lldb/test/logging/
H A DTestLogging.py79 err_msg = ""
84 err_msg = "Wrong number of lines in log file; expected: " + repr (len (expected_log_lines)) + " found: " + repr(len (log_lines))
89 err_msg = "Expected '" + line2 + "'; Found '" + line1 + "'"
93 self.fail (err_msg)
/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/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/opencv/cxcore/include/
H A Dcxcore.h1512 const char* err_msg, const char* file_name, int line );
1525 const char* err_msg, const char* file_name, int line, void* userdata );
1538 CVAPI(int) cvNulDevReport( int status, const char* func_name, const char* err_msg,
1541 CVAPI(int) cvStdErrReport( int status, const char* func_name, const char* err_msg,
1544 CVAPI(int) cvGuiBoxReport( int status, const char* func_name, const char* 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/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c707 goto err_msg;
734 err_msg:
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2974 std::string err_msg; local

Completed in 682 milliseconds