Lines Matching full:oe
13 import oe.terminal
14 return " ".join(o.name for o in oe.terminal.prioritized())
41 import oe.data
42 import oe.terminal
50 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d):
85 terminal = oe.data.typed_value('OE_TERMINAL', d).lower()
90 oe.terminal.spawn(terminal, command, title, None, d)
92 except oe.terminal.UnsupportedTerminal:
95 except oe.terminal.ExecutionError as exc:
99 oe.terminal.spawn_preferred(command, title, None, d)
100 except oe.terminal.NoSupportedTerminals as nosup:
106 except oe.terminal.ExecutionError as exc: