Home
last modified time | relevance | path

Searched defs:LOG_ALERT (Results 1 – 5 of 5) 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.py712 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
/external/rust/crates/libc/src/unix/
Dmod.rs233 pub const LOG_ALERT: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1332 pub const LOG_ALERT: ::c_int = 1; constant