/external/libnfnetlink/src/ |
D | rtnl.c | 158 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/ |
D | LogServiceImpl.java | 81 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/ |
D | Log.java | 31 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/ |
D | log.h | 66 #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/ |
D | logging.h | 29 #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/ |
D | log_messages.h | 64 #define LOG_ERROR(args) \ macro 83 #define LOG_ERROR(args) LOG_NULL macro
|
D | vmDebug.c | 84 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()
|
D | DDMImpl.c | 55 LOG_ERROR(("DdmServer.broadcast %d failed", event)); in SendDdmBroadcast() 73 LOG_ERROR(("DdmVmInternal.threadNotify(false) failed")); in SendDdmBroadcast()
|
D | error_messages.h | 32 LOG_ERROR(args), \
|
/external/libbrillo/brillo/errors/ |
D | error.cc | 24 logging::LOG_ERROR) in LogError() 30 location.file_name(), location.line_number(), logging::LOG_ERROR).stream() in LogError()
|
/external/libvpx/libvpx/ |
D | tools_common.c | 38 #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/ |
D | tools_common.c | 39 #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/ |
D | logging.cc | 132 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()
|
D | logging.h | 343 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;
|
D | logging_unittest.cc | 150 SetMinLogLevel(LOG_ERROR); in TEST_F()
|
/external/toybox/toys/pending/ |
D | crond.c | 68 #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/ |
D | syslog_logging.cc | 51 case logging::LOG_ERROR: in HandleMessage()
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.cc | 87 #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()
|