Searched refs:LogExecTTY (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | terminal.py | 115 bb.event.fire(bb.event.LogExecTTY(msg, "screen -r %s" % s_id, 177 bb.event.fire(bb.event.LogExecTTY(msg, attach_cmd, 0.5, 10), d)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 317 if isinstance(event, bb.event.LogExecTTY):
|
| H A D | toasterui.py | 273 if isinstance(event, bb.event.LogExecTTY):
|
| H A D | teamcity.py | 372 if isinstance(event, bb.event.LogExecTTY):
|
| H A D | knotty.py | 652 if isinstance(event, bb.event.LogExecTTY):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 742 class LogExecTTY(Event): class
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 857 event = bb.event.LogExecTTY(msg, prog, sleep_delay, retries)
|