Searched defs:LOG_ERR (Results 1 - 4 of 4) sorted by relevance

/external/dhcpcd/
H A Dcommon.h95 #undef LOG_ERR macro
104 #define LOG_ERR ANDROID_LOG_ERROR macro
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h213 #define LOG_ERR(sev) LOG_GLE(sev) macro
217 #define LOG_ERR(sev) LOG_ERRNO(sev)
/external/openssl/crypto/bio/
H A Dbss_log.c104 #define LOG_ERR 3 macro
116 #define LOG_ERR 3 macro
189 { 6, "ERROR ", LOG_ERR },
190 { 4, "ERR ", LOG_ERR },
201 { 0, "", LOG_ERR } /* The default */
268 case LOG_ERR:
341 case LOG_ERR: priority_tag = "Error"; break;
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h35 // LOG_ERR(sev) is an alias for the platform's normal error system, i.e. _GLE on
320 #define LOG_ERR(sev) \ macro
327 #define LOG_ERR(sev) \ macro
334 #define LOG_ERR(sev) \ macro

Completed in 163 milliseconds