Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 14 of 14) sorted by relevance

/tools/repohooks/rh/
Dterminal.py142 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.py40 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/google/bt/pts/instructions/
DRFCOMM_PTS_INSTRUCTIONS42 [Wait for PTS prompt]
49 [Wait for PTS prompt]
85 [Wait for PTS prompt]
92 [Wait for PTS prompt]
DGATT_PTS_INSTRUCTIONS316 [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
DGAP_PTS_INSTRUCTIONS260 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/test_utils/wifi/
Drpm_controller_utils.py63 def run(self, prompt, cmd_str): argument
78 res = self.tn.read_until(_ascii_string(prompt), TIMEOUT)
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt67 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
Dhelp_rotate.txt70 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
Dhelp_sign.txt118 By default, the tool will prompt for password via console
138 password and, if that fails, will prompt for key password
141 this tool will prompt for key password only if a password
/tools/repohooks/
Dpre-upload.py202 prompt = ('An automatic fix can be attempted for the "%s" hook. '
204 if not rh.terminal.boolean_prompt(prompt):
/tools/acloud/
DREADME.md136 * Delete sole instance or prompt user with list of instances to delete.
157 * Reconnect sole instance or prompt user with list of instances to reconnect.
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py39 prompt='>')
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py44 tx_cmd_separator='\r\n', rx_cmd_separator='\r\n', prompt='')
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto164 required PromptType prompt = 1; field