HomeSort by relevance Sort by last modified time
    Searched defs:LOG_CRIT (Results 1 - 15 of 15) sorted by null

  /external/libbrillo/brillo/
syslog_logging.cc 19 const int kSyslogCritical = LOG_CRIT;
24 #undef LOG_CRIT
  /bionic/libc/include/
syslog.h 41 #define LOG_CRIT 2 /* ERROR */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 53 #define LOG_CRIT 2 /* critical conditions */
77 { "crit", LOG_CRIT },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 53 #define LOG_CRIT 2 /* critical conditions */
77 { "crit", LOG_CRIT },
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 36 LOG_CRIT
205 // Crit logs a message with severity LOG_CRIT, ignoring the severity
208 _, err := w.writeAndRetry(LOG_CRIT, m)
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 36 LOG_CRIT
205 // Crit logs a message with severity LOG_CRIT, ignoring the severity
208 _, err := w.writeAndRetry(LOG_CRIT, m)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 630 LOG_CRIT = 2 # critical conditions
663 "crit": LOG_CRIT,
664 "critical": LOG_CRIT,
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 658 LOG_CRIT = 2 # critical conditions
691 "crit": LOG_CRIT,
692 "critical": LOG_CRIT,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 85 #define LOG_CRIT 2 /* critical conditions */
  /external/python/cpython3/Lib/logging/
handlers.py 715 LOG_CRIT = 2 # critical conditions
748 "crit": LOG_CRIT,
749 "critical": LOG_CRIT,
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 45 #define LOG_CRIT(format, args ... ) LOG( CRITICAL, format, ## args)

Completed in 242 milliseconds