Home
last modified time | relevance | path

Searched refs:command_sequence (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dreadline_ui_test.py35 def __init__(self, on_ui_exit=None, command_sequence=None): argument
40 self._command_sequence = command_sequence
87 ui = MockReadlineUI(command_sequence=["exit"])
96 ui = MockReadlineUI(command_sequence=["", "exit"])
103 ui = MockReadlineUI(command_sequence=["exit"])
115 ui = MockReadlineUI(command_sequence=["babble -n 3", "babble -n 6", "exit"])
127 ui = MockReadlineUI(command_sequence=["babble -n 3", "wobble", "exit"])
143 ui = MockReadlineUI(on_ui_exit=callback_for_test, command_sequence=["exit"])
155 command_sequence=["babble -n 2 > %s" % output_path, "exit"])
170 ui = MockReadlineUI(command_sequence=[
Dcurses_ui_test.py52 command_sequence=None): argument
56 self._command_sequence = command_sequence
328 ui = MockCursesUI(40, 80, command_sequence=[self._EXIT])
337 ui = MockCursesUI(40, 80, command_sequence=[[], self._EXIT])
349 command_sequence=[string_to_codes("foo\n"), self._EXIT])
372 command_sequence=[string_to_codes("babble -z\n"), self._EXIT])
393 command_sequence=[string_to_codes("babble\n"), [curses.KEY_NPAGE] * 2 +
431 command_sequence=[string_to_codes("babble -n 20\n"), self._EXIT])
450 command_sequence=[
482 ui = MockCursesUI(40, 80, command_sequence=[self._EXIT])
[all …]
/external/autotest/client/cros/cellular/
Dbase_station_pxt.py202 def _Parse( command_sequence): argument
204 return [line for line in command_sequence.splitlines()
Dbase_station_8960.py220 def _Parse(command_sequence): argument
223 for line in command_sequence.split('\n')]
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper_test.py59 command_sequence, argument
76 self._command_sequence = command_sequence