Home
last modified time | relevance | path

Searched refs:LogExecTTY (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dterminal.py115 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 Dncurses.py317 if isinstance(event, bb.event.LogExecTTY):
H A Dtoasterui.py273 if isinstance(event, bb.event.LogExecTTY):
H A Dteamcity.py372 if isinstance(event, bb.event.LogExecTTY):
H A Dknotty.py652 if isinstance(event, bb.event.LogExecTTY):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py742 class LogExecTTY(Event): class
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py857 event = bb.event.LogExecTTY(msg, prog, sleep_delay, retries)