Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dcurses_ui_test.py50 command_sequence=None): argument
54 self._command_sequence = command_sequence
330 ui = MockCursesUI(40, 80, command_sequence=[self._EXIT])
339 ui = MockCursesUI(40, 80, command_sequence=[[], self._EXIT])
351 command_sequence=[string_to_codes("foo\n"), self._EXIT])
374 command_sequence=[string_to_codes("babble -z\n"), self._EXIT])
395 command_sequence=[string_to_codes("babble\n"), [curses.KEY_NPAGE] * 2 +
433 command_sequence=[string_to_codes("babble -n 20\n"), self._EXIT])
452 command_sequence=[
484 ui = MockCursesUI(40, 80, command_sequence=[self._EXIT])
[all …]
H A Dreadline_ui_test.py33 def __init__(self, on_ui_exit=None, command_sequence=None): argument
40 self._command_sequence = command_sequence
104 ui = MockReadlineUI(command_sequence=["exit"])
113 ui = MockReadlineUI(command_sequence=["", "exit"])
120 ui = MockReadlineUI(command_sequence=["exit"])
132 ui = MockReadlineUI(command_sequence=["babble -n 3", "babble -n 6", "exit"])
144 ui = MockReadlineUI(command_sequence=["babble -n 3", "wobble", "exit"])
160 ui = MockReadlineUI(on_ui_exit=callback_for_test, command_sequence=["exit"])
172 command_sequence=["babble -n 2 > %s" % output_path, "exit"])
187 ui = MockReadlineUI(command_sequence=[
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dbase_station_pxt.py208 def _Parse( command_sequence): argument
210 return [line for line in command_sequence.splitlines()
H A Dbase_station_8960.py231 def _Parse(command_sequence): argument
234 for line in command_sequence.split('\n')]
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/wrappers/
H A Dlocal_cli_wrapper_test.py57 command_sequence, argument
74 self._command_sequence = command_sequence