/external/libabigail/tools/ |
D | abidw.cc | 102 bool do_log; member 127 do_log(), in options() 341 opts.do_log = true; in parse_command_line() 486 if (opts.do_log) in load_corpus_and_write_abixml() 494 if (opts.do_log) in load_corpus_and_write_abixml() 545 if (opts.do_log) in load_corpus_and_write_abixml() 564 if (opts.do_log) in load_corpus_and_write_abixml() 582 if (opts.do_log) in load_corpus_and_write_abixml() 592 if (opts.do_log) in load_corpus_and_write_abixml() 617 if (opts.do_log) in load_corpus_and_write_abixml() [all …]
|
D | abidiff.cc | 103 bool do_log; member 145 do_log() in options() 576 opts.do_log = true; in parse_command_line() 1150 abigail::dwarf_reader::set_do_log(*ctxt, opts.do_log); in main() 1217 abigail::dwarf_reader::set_do_log(*ctxt, opts.do_log); in main()
|
/external/openssh/ |
D | log.c | 168 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error() 179 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in sigdie() 191 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logdie() 204 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logit() 216 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose() 228 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug() 238 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2() 248 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3() 396 do_log(level, fmt, args); in do_log2() 401 do_log(LogLevel level, const char *fmt, va_list args) in do_log() function
|
D | fatal.c | 42 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
D | log.h | 81 void do_log(LogLevel, const char *, va_list);
|
D | ssh-keyscan.c | 651 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
/external/minijail/ |
D | util.h | 66 do_log(LOG_WARNING, "libminijail[%d]: " _msg, getpid(), ## __VA_ARGS__) 72 do_log(LOG_INFO, "libminijail[%d]: " _msg, getpid(), ## __VA_ARGS__) 99 extern void do_log(int priority, const char *format, ...)
|
D | util.c | 132 void do_log(int priority, const char *format, ...) in do_log() function
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 302 GLboolean do_output, do_log; in _mesa_error() local 314 do_log = _mesa_debug_is_message_enabled(ctx->Debug, in _mesa_error() 321 do_log = GL_FALSE; in _mesa_error() 325 if (do_output || do_log) { in _mesa_error() 356 if (do_log) { in _mesa_error()
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 176 do_log() 211 do_log
|
/external/llvm-project/clang/test/Analysis/Checkers/ |
D | RunLoopAutoreleaseLeakChecker.m | 140 id do_log(Level, const char *); function 141 #define log(level, msg) __extension__({ (do_log(level, msg)); })
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 1925 bool do_log; member 1932 do_log() in options_type() 4624 if (do_log()) in fixup_functions_with_no_symbols() 4654 if (do_log()) in fixup_functions_with_no_symbols() 4769 if (do_log()) in canonicalize_types_scheduled() 4784 if (do_log()) in canonicalize_types_scheduled() 4792 if (do_log()) in canonicalize_types_scheduled() 4803 if (do_log()) in canonicalize_types_scheduled() 4817 if (do_log()) in canonicalize_types_scheduled() 4825 if (do_log()) in canonicalize_types_scheduled() [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 455 def do_log(self, opts, files): member in rcvs
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 616 def do_log(self): member in FaqWizard
|
/external/libabigail/ |
D | ChangeLog | 10883 load_in_linux_kernel_mode, show_stats, do_log}): Adjust. 16258 * tools/abidw.cc (options::do_log): New data member. 16608 (read_context::do_log): Define accessors. 16612 * tools/abidiff.cc (options::do_log): New data member.
|