HomeSort by relevance Sort by last modified time
    Searched full:log_function (Results 1 - 3 of 3) sorted by null

  /external/avahi/avahi-core/
log.c 29 static AvahiLogFunction log_function = NULL; variable
32 log_function = function;
46 if (log_function)
47 log_function(level, txt);
  /external/opencv3/3rdparty/jinja2/
environment.py 602 zip='deflated', log_function=None,
628 if log_function is None:
629 log_function = lambda x: None
661 log_function('Compiling into Zip archive "%s"' % target)
665 log_function('Compiling into folder "%s"' % target)
675 log_function('Could not compile "%s": %s' % (name, e))
684 log_function('Byte-compiled "%s" as %s' %
688 log_function('Compiled "%s" as %s' % (name, filename))
693 log_function('Finished compiling templates')
    [all...]
  /external/avahi/avahi-daemon/
main.c 887 static void log_function(AvahiLogLevel level, const char *txt) { function
    [all...]

Completed in 293 milliseconds