Home
last modified time | relevance | path

Searched refs:CLI_PROMPT (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py71 CLI_PROMPT = 'cli>' variable in RPMController
293 cli_prompt_re = re.compile(RPMController.CLI_PROMPT)
302 ssh.expect(RPMController.CLI_PROMPT)
307 ssh.expect(RPMController.CLI_PROMPT)
309 ssh.expect(RPMController.CLI_PROMPT)
/external/tensorflow/tensorflow/python/debug/cli/
Dreadline_ui.py82 return self._input(self.CLI_PROMPT).strip()
Dbase_ui.py30 CLI_PROMPT = "tfdbg> " variable in BaseUI
Dcurses_ui.py466 self._command_textbox_height, self._max_x - len(self.CLI_PROMPT),
467 self._max_y - self._command_textbox_height, len(self.CLI_PROMPT))
545 self.CLI_PROMPT, curses.A_BOLD)