Home
last modified time | relevance | path

Searched defs:LOG_ALERT (Results 1 – 3 of 3) sorted by relevance

/external/chromium-libpac/src/
Dproxy_resolver_v8.cc86 #define LOG_ALERT(...) ALOGD(__VA_ARGS__) macro
89 #define LOG_ALERT(...) vprintf(__VA_ARGS__) macro
/external/python/cpython2/Lib/logging/
Dhandlers.py657 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
/external/python/cpython3/Lib/logging/
Dhandlers.py711 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler