Searched refs:termfilter (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 342 def print_event_log(event, includelogs, loglines, termfilter): argument 346 termfilter.clearFooter() 630 termfilter = tf(main, helper, console_handlers, params.options.quiet) 631 atexit.register(termfilter.finish) 636 termfilter.keepAlive(printinterval) 643 termfilter.updateFooter() 696 print_event_log(event, includelogs, loglines, termfilter) 705 termfilter.clearFooter() 806 termfilter.clearFooter() 845 termfilter.clearFooter() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 738 … termfilter = bb.ui.knotty.TerminalFilter(helper, helper, self.logger.handlers, quiet=self.quiet) 750 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter) 791 termfilter.updateFooter() 793 termfilter.clearFooter() 806 termfilter.clearFooter() 808 termfilter.finish()
|