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 | 760 … termfilter = bb.ui.knotty.TerminalFilter(helper, helper, self.logger.handlers, quiet=self.quiet) 773 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter) 813 termfilter.updateFooter() 819 termfilter.clearFooter() 832 termfilter.clearFooter() 834 termfilter.finish()
|