Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 18 of 18) sorted by relevance

/external/libnfnetlink/src/
Drtnl.c158 rtnl_log(LOG_ERROR, "EOF on rtnl socket"); in rtnl_receive()
162 rtnl_log(LOG_ERROR, "invalid address size"); in rtnl_receive()
183 rtnl_log(LOG_ERROR, "NLMSG_ERROR, errnp=%d", in rtnl_receive()
220 rtnl_log(LOG_ERROR, "unable to create rtnetlink socket"); in rtnl_open()
228 rtnl_log(LOG_ERROR, "unable to bind rtnetlink socket"); in rtnl_open()
235 rtnl_log(LOG_ERROR, "cannot gescockname(rtnl_socket)"); in rtnl_open()
240 rtnl_log(LOG_ERROR, "invalid address size %u", addr_len); in rtnl_open()
245 rtnl_log(LOG_ERROR, "invalid AF %u", h->rtnl_local.nl_family); in rtnl_open()
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DLogServiceImpl.java81 case LOG_ERROR: in log()
106 case LOG_ERROR: in log()
133 case LOG_ERROR: in log()
187 case LOG_ERROR: in log()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DLog.java31 private static final boolean LOG_ERROR = true; field in Log
54 if (LOG_ERROR) in e()
59 if (LOG_ERROR) in e()
/external/libese/libese/include/ese/
Dlog.h66 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
75 ALOG(LOG_ERROR, LOG_TAG, format, ##__VA_ARGS__); \
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dlogging.h29 #define CONSCRYPT_LOG_ERROR(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
45 #define CONSCRYPT_LOG_ERROR(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
/external/oj-libjdwp/src/share/back/
Dlog_messages.h64 #define LOG_ERROR(args) \ macro
83 #define LOG_ERROR(args) LOG_NULL macro
DvmDebug.c84 LOG_ERROR(("VMDebug.lastDebuggerActivity called without active debugger")); in VMDebug_lastDebuggerActivity()
96 LOG_ERROR(("Time seemed to go backwards: last was %lld, current is %lld", in VMDebug_lastDebuggerActivity()
DDDMImpl.c55 LOG_ERROR(("DdmServer.broadcast %d failed", event)); in SendDdmBroadcast()
73 LOG_ERROR(("DdmVmInternal.threadNotify(false) failed")); in SendDdmBroadcast()
Derror_messages.h32 LOG_ERROR(args), \
/external/libbrillo/brillo/errors/
Derror.cc24 logging::LOG_ERROR) in LogError()
30 location.file_name(), location.line_number(), logging::LOG_ERROR).stream() in LogError()
/external/libvpx/libvpx/
Dtools_common.c38 #define LOG_ERROR(label) \ macro
58 LOG_ERROR(NULL); in die()
63 LOG_ERROR("Fatal"); in fatal()
67 void warn(const char *fmt, ...) { LOG_ERROR("Warning"); } in warn()
/external/libaom/libaom/common/
Dtools_common.c39 #define LOG_ERROR(label) \ macro
59 LOG_ERROR(NULL); in die()
64 LOG_ERROR("Fatal"); in fatal()
68 void warn(const char *fmt, ...) { LOG_ERROR("Warning"); } in warn()
/external/libchrome/base/
Dlogging.cc132 const int kAlwaysPrintErrorLevel = LOG_ERROR;
709 case LOG_ERROR: in ~LogMessage()
748 case LOG_ERROR: in ~LogMessage()
770 case LOG_ERROR: in ~LogMessage()
1057 LogMessage(file, line, LOG_ERROR).stream() in LogErrorNotReached()
Dlogging.h343 const LogSeverity LOG_ERROR = 2; variable
349 const LogSeverity LOG_DFATAL = LOG_ERROR;
363 ::logging::ClassName(__FILE__, __LINE__, ::logging::LOG_ERROR, ##__VA_ARGS__)
389 const LogSeverity LOG_0 = LOG_ERROR;
Dlogging_unittest.cc150 SetMinLogLevel(LOG_ERROR); in TEST_F()
/external/toybox/toys/pending/
Dcrond.c68 #define LOG_ERROR 20 macro
460 loginfo(LOG_ERROR, "can't execute '%s' for user %s", file, cfile->username); in do_fork()
467 loginfo(LOG_ERROR, "can't vfork"); in do_fork()
555 loginfo(LOG_ERROR, "can't create mail file %s for user %s, " in execute_jobs()
/external/libbrillo/brillo/
Dsyslog_logging.cc51 case logging::LOG_ERROR: in HandleMessage()
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc87 #define LOG_ERROR(...) ALOGE(__VA_ARGS__) macro
90 #define LOG_ERROR(...) vfprintf(stderr, __VA_ARGS__) macro
104 LOG_ERROR("Error: %s", message.data()); in ErrorMessage()