Searched refs:termfilter (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 349 def print_event_log(event, includelogs, loglines, termfilter): argument 353 termfilter.clearFooter() 669 termfilter = tf(main, helper, console_handlers, params.options.quiet) 670 atexit.register(termfilter.finish) 680 termfilter.keepAlive(printinterval) 687 termfilter.clearFooter() 693 termfilter.updateFooter() 747 print_event_log(event, includelogs, loglines, termfilter) 758 termfilter.clearFooter() 859 termfilter.clearFooter() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 772 … termfilter = bb.ui.knotty.TerminalFilter(helper, helper, self.logger.handlers, quiet=self.quiet) 785 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter) 825 termfilter.updateFooter() 831 termfilter.clearFooter() 844 termfilter.clearFooter() 846 termfilter.finish()
|