Searched refs:prompt (Results 1 – 9 of 9) sorted by relevance
/tools/repohooks/rh/ |
D | terminal.py | 142 def get_input(prompt): argument 145 return raw_input(prompt) 150 return input(prompt) 153 def boolean_prompt(prompt='Do you want to continue?', default=True, argument 178 prompt = ('\n%s (%s/%s)? ' % (prompt, true_text, false_text)) 181 prompt = ('\n%s\n%s' % (prolog, prompt)) 185 response = get_input(prompt).lower()
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 37 def __init__(self, tx_cmd_separator="\n", rx_cmd_separator="\n", prompt=""): argument 42 self.prompt = prompt 67 self._tn.read_until(_ascii_string(self.prompt), 2) 80 ret_text = ret_text.strip(self.tx_cmd_separator + self.rx_cmd_separator + self.prompt)
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | RFCOMM_PTS_INSTRUCTIONS | 42 [Wait for PTS prompt] 49 [Wait for PTS prompt] 85 [Wait for PTS prompt] 92 [Wait for PTS prompt]
|
D | GATT_PTS_INSTRUCTIONS | 316 [PTS Interaction] Enter PIN from prompt to PTS 351 [PTS Interaction] Enter Pin from prompt 361 [PTS Interaction] Enter Pin from prompt 409 [PTS Interaction] Enter Pin from prompt 419 [PTS Interaction] Enter Pin from prompt 476 [PTS Interation] Enter Pin from prompt 563 [PTS Interaction] Enter Pin from prompt 573 [PTS Interaction] Enter Pin from prompt 610 Wait for PTS prompt regarding insufficient authentication 618 [PTS Interaction] Enter Pin from prompt
|
D | GAP_PTS_INSTRUCTIONS | 260 Wait 5-10 seconds when PTS prompt comes up to disconnect 263 Wait 5-10 seconds when PTS prompt comes up to disconnect
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/ |
D | telnet.py | 40 prompt=">")
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | telnet.py | 45 prompt="")
|
/tools/repohooks/ |
D | pre-upload.py | 202 prompt = ('An automatic fix can be attempted for the "%s" hook. ' 204 if not rh.terminal.boolean_prompt(prompt):
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 90 By default, the tool will prompt for password via console 110 password and, if that fails, will prompt for key password 113 this tool will prompt for key password only if a password
|