HomeSort by: relevance | last modified time | path
    Searched defs:LogLevel (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
log.h 44 inline int& LogLevel() {
60 if (level <= LogLevel()) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
log.h 44 inline int& LogLevel() {
60 if (level <= LogLevel()) {
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
startup.py 130 class LogLevel(IntEnum):
145 self.value = LogLevel.DEFAULT
180 def log(something, level=LogLevel.DEFAULT):
188 def thread_log(something, level=LogLevel.DEFAULT):
198 def log_stack(level=LogLevel.DEFAULT):
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
startup.py 130 class LogLevel(IntEnum):
145 self.value = LogLevel.DEFAULT
180 def log(something, level=LogLevel.DEFAULT):
188 def thread_log(something, level=LogLevel.DEFAULT):
198 def log_stack(level=LogLevel.DEFAULT):
  /src/crypto/external/bsd/openssh/dist/
log.h 48 } LogLevel;
50 typedef void (log_handler_fn)(LogLevel, int, const char *, void *);
52 void log_init(const char *, LogLevel, SyslogFacility, int);
53 LogLevel log_level_get(void);
54 int log_change_level(LogLevel);
62 LogLevel log_level_number(char *);
63 const char * log_level_name(LogLevel);
69 LogLevel, const char *, const char *, ...)
72 LogLevel, const char *, const char *, va_list);
74 LogLevel, const char *, const char *, ...) __attribute__((noreturn)
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 304 /*! @typedef LogLevel
309 typedef int32_t LogLevel;

Completed in 31 milliseconds