/external/libmojo/base/android/linker/ |
D | modern_linker_jni.cc | 96 LOG_ERROR("dlsym: dl_iterate_phdr: %s", dlerror()); in DlIteratePhdr() 134 LOG_ERROR("dlsym: android_dlopen_ext: %s", dlerror()); in AndroidDlopenExt() 230 LOG_ERROR("Fixed address %p is too low to accommodate Breakpad guard", in ScopedAnonymousMmap() 258 LOG_ERROR("Map address %p is too low to accommodate Breakpad guard", in ScopedAnonymousMmap() 278 LOG_ERROR("No dl_iterate_phdr function found"); in GetLibraryLoadSize() 282 LOG_ERROR("Failed to find library at address %p", addr); in GetLibraryLoadSize() 312 LOG_ERROR("WARNING: unmap of %d bytes at %p failed: %s", in ResizeReservedAddressSpace() 316 LOG_ERROR("WARNING: library reservation was too small"); in ResizeReservedAddressSpace() 328 LOG_ERROR("WARNING: unmap of %d bytes at %p failed: %s", in ResizeReservedAddressSpace() 332 LOG_ERROR("WARNING: breakpad guard region reservation was too small"); in ResizeReservedAddressSpace() [all …]
|
D | legacy_linker_jni.cc | 96 LOG_ERROR("Invalid address 0x%llx", load_address); in GenericLoadLibrary() 110 LOG_ERROR("Could not get library information for %s: %s", in GenericLoadLibrary() 137 LOG_ERROR("Could not open %s: %s", in Open() 162 LOG_ERROR("Could not open %s in zip file %s: %s", in Open() 294 LOG_ERROR("Could not create JNIEnv"); in PostForLaterExecution() 331 LOG_ERROR("Invalid address 0x%llx", load_address); in CreateSharedRelro() 337 LOG_ERROR("Could not find %s", lib_name.c_str()); in CreateSharedRelro() 352 LOG_ERROR("Could not create shared RELRO sharing for %s: %s\n", in CreateSharedRelro() 373 LOG_ERROR("Could not find %s", lib_name.c_str()); in UseSharedRelro() 391 LOG_ERROR("Could not use shared RELRO for %s: %s", in UseSharedRelro()
|
D | linker_jni.cc | 61 LOG_ERROR("Could not find class for %s", class_name); in InitClassReference() 78 LOG_ERROR("Could not find ID for field '%s'", field_name); in InitFieldId() 96 LOG_ERROR("Could not find ID for static method '%s'", method_name); in InitStaticMethodId() 114 LOG_ERROR("Could not find ID for static field '%s'", field_name); in InitStaticFieldId() 222 LOG_ERROR("Could not create JNIEnv"); in JNI_OnLoad()
|
D | linker_jni.h | 38 #define LOG_ERROR(FORMAT, ...) \ macro
|
/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/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/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/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/regex-re2/util/ |
D | logging.h | 32 #define LOG_ERROR LOG_INFO macro 41 #define LOG_DFATAL LOG_ERROR
|
/external/fio/os/windows/posix/include/ |
D | syslog.h | 7 #define LOG_ERROR 0x2 macro
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
D | PairingListener.java | 29 LOG_ERROR enumConstant
|
D | PairingSession.java | 300 log(LogLevel.LOG_ERROR, message); 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/libchrome/base/ |
D | logging.cc | 103 const int kAlwaysPrintErrorLevel = LOG_ERROR; 655 case LOG_ERROR: in ~LogMessage() 682 case LOG_ERROR: in ~LogMessage() 942 LogMessage(file, line, LOG_ERROR).stream() in LogErrorNotReached()
|
D | logging.h | 325 const LogSeverity LOG_ERROR = 2; variable 331 const LogSeverity LOG_DFATAL = LOG_ERROR; 344 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__) 372 const LogSeverity LOG_0 = LOG_ERROR;
|
D | logging_unittest.cc | 109 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 | 50 case logging::LOG_ERROR: in HandleMessage()
|
/external/libbrillo/brillo/errors/ |
D | error.cc | 23 location.file_name(), location.line_number(), logging::LOG_ERROR).stream() in LogError()
|