Searched defs:error_msg (Results 1 - 13 of 13) sorted by relevance

/external/libxml2/
H A Dcheck-xinclude-test-suite.py28 error_msg = '' variable
32 global error_msg
36 if len(error_msg) < 300:
37 if len(error_msg) == 0 or error_msg[-1] == '\n':
38 error_msg = error_msg + " >>" + str
40 error_msg = error_msg + str
46 global error_msg
[all...]
H A Dcheck-xml-test-suite.py26 error_msg = '' variable
29 global error_msg
32 if len(error_msg) < 300:
33 if len(error_msg) == 0 or error_msg[-1] == '\n':
34 error_msg = error_msg + " >>" + str
36 error_msg = error_msg + str
75 global error_msg
[all...]
/external/avahi/avahi-python/avahi-discover/
H A Davahi-discover.py47 def error_msg(msg): function
189 error_msg("You should check that the avahi daemon is running.\n\nError : %s" % e)
/external/libbrillo/brillo/
H A Dflag_helper.cc192 std::string error_msg; local
222 &error_msg,
231 &error_msg, "ERROR: unknown command line flag '%s'\n", key.c_str());
237 puts(error_msg.c_str());
/external/libunwind/tests/
H A Dtest-coredump-unwind.c161 void error_msg(const char *s, ...) function
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_png.cpp18 static void _png_error_data(png_structp png_ptr, png_const_charp error_msg) { argument
20 FXSYS_strncpy((char*)png_get_error_ptr(png_ptr), error_msg,
25 static void _png_warning_data(png_structp png_ptr, png_const_charp error_msg) {} argument
/external/v8/src/wasm/
H A Dwasm-result.h42 error_msg.Reset(nullptr);
50 base::SmartArrayPointer<char> error_msg; member in struct:v8::internal::wasm::Result
61 error_msg = that.error_msg;
74 } else if (result.error_msg.get() != nullptr) {
77 os << result.error_msg.get() << " @" << offset;
79 os << result.error_msg.get() << " @+" << offset;
/external/clang/lib/Tooling/
H A DTooling.cpp68 SmallString<256> error_msg; local
69 llvm::raw_svector_ostream error_stream(error_msg);
/external/google-benchmark/src/
H A Dbenchmark.cc340 std::string error_msg; local
342 if (!re.Init(spec, &error_msg)) {
343 std::cerr << "Could not compile benchmark re: " << error_msg << std::endl;
/external/strace/
H A Dstrace.c314 void error_msg(const char *fmt, ...) function
734 error_msg("new tcb for pid %d, active tcbs:%d",
756 error_msg("dropped tcb for pid %d, %d remain",
886 error_msg("detach wait: event:%d sig:%d",
940 error_msg("Process %u detached", tcp->pid);
1042 error_msg("attach to pid %d failed", tid);
1046 error_msg("attach to pid %d succeeded", tid);
1068 error_msg("Process %u attached"
1072 error_msg("Process %u attached",
1093 error_msg("attac
[all...]
/external/toybox/lib/
H A Dlib.c22 void error_msg(char *msg, ...) function
86 error_msg("%s", msg);
/external/dbus/dbus/
H A Ddbus-connection.c2172 char *error_msg)
2196 if (error_msg != NULL)
2203 &error_msg))
2455 DBusMessage *error_msg; local
2457 error_msg = generate_local_error_message (client_serial,
2461 /* on OOM error_msg is set to NULL */
2462 complete_pending_call_and_unlock (connection, pending, error_msg);
2170 generate_local_error_message(dbus_uint32_t serial, char *error_name, char *error_msg) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc4352 string error_msg = strings::Substitute( local
4364 DescriptorPool::ErrorCollector::NUMBER, error_msg);

Completed in 644 milliseconds