Searched refs:prompt (Results 1 – 15 of 15) sorted by relevance
/tools/repohooks/rh/ |
D | terminal.py | 139 def get_input(prompt): argument 143 return raw_input(prompt) 148 return input(prompt) 151 def boolean_prompt(prompt='Do you want to continue?', default=True, argument 176 prompt = ('\n%s (%s/%s)? ' % (prompt, true_text, false_text)) 179 prompt = ('\n%s\n%s' % (prolog, prompt)) 183 response = get_input(prompt).lower()
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 40 prompt=''): argument 47 self.prompt = prompt 111 self._tn.read_until(_ascii_string(self.prompt), 2) 130 self.tx_cmd_separator + self.rx_cmd_separator + self.prompt)
|
/tools/test/connectivity/acts_tests/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/pdu_lib/synaccess/ |
D | np02b.py | 137 self.prompt = '>' 163 res = self._tn.read_until(utils.ascii_string(self.prompt), 2) 171 res = res.replace(self.prompt, '')
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | rpm_controller_utils.py | 63 def run(self, prompt, cmd_str): argument 78 res = self.tn.read_until(_ascii_string(prompt), TIMEOUT)
|
/tools/acloud/ |
D | README.md | 139 * Delete sole instance or prompt user with list of instances to delete. 160 * Reconnect sole instance or prompt user with list of instances to reconnect. 180 * Pull logs from a sole instance or prompt user to choose one to pull if where
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_lineage.txt | 67 By default, the tool will prompt for password via console 87 password and, if that fails, will prompt for key password 90 this tool will prompt for key password only if a password
|
D | help_rotate.txt | 70 By default, the tool will prompt for password via console 90 password and, if that fails, will prompt for key password 93 this tool will prompt for key password only if a password
|
D | help_sign.txt | 146 By default, the tool will prompt for password via console 166 password and, if that fails, will prompt for key password 169 this tool will prompt for key password only if a password
|
/tools/repohooks/ |
D | pre-upload.py | 236 prompt = ('An automatic fix can be attempted for the "%s" hook. ' 238 if not rh.terminal.boolean_prompt(prompt):
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/ |
D | telnet.py | 39 prompt='>')
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | telnet.py | 44 prompt='')
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | apollo_qa.proto | 164 required PromptType prompt = 1; field
|