Home
last modified time | relevance | path

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

/external/libmojo/base/android/linker/
Dmodern_linker_jni.cc96 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 …]
Dlegacy_linker_jni.cc96 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()
Dlinker_jni.cc61 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()
Dlinker_jni.h38 #define LOG_ERROR(FORMAT, ...) \ macro
/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/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/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/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/regex-re2/util/
Dlogging.h32 #define LOG_ERROR LOG_INFO macro
41 #define LOG_DFATAL LOG_ERROR
/external/fio/os/windows/posix/include/
Dsyslog.h7 #define LOG_ERROR 0x2 macro
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingListener.java29 LOG_ERROR enumConstant
DPairingSession.java300 log(LogLevel.LOG_ERROR, message); 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/libchrome/base/
Dlogging.cc103 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()
Dlogging.h325 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;
Dlogging_unittest.cc109 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.cc50 case logging::LOG_ERROR: in HandleMessage()
/external/libbrillo/brillo/errors/
Derror.cc23 location.file_name(), location.line_number(), logging::LOG_ERROR).stream() in LogError()