Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dterminal.py132 prompt: str,
145 prompt = f'{prompt} ({"/".join(choices)})? '
147 result = input(prompt)
159 def boolean_prompt(prompt='Do you want to continue?', default=True, argument
185 prompt = f'\n{prolog}\n{prompt}'
186 prompt = '\n' + prompt
189 response = str_prompt(prompt, choices=(true_text, false_text))
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py41 prompt=''): argument
48 self.prompt = prompt
113 self._tn.read_until(_ascii_string(self.prompt), 2)
137 self.rx_cmd_separator + self.prompt)
/tools/test/connectivity/acts_tests/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/controllers/pdu_lib/synaccess/
Dnp02b.py137 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/
Drpm_controller_utils.py63 def run(self, prompt, cmd_str): argument
78 res = self.tn.read_until(_ascii_string(prompt), TIMEOUT)
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaConsole.kt37 override fun promptForLine(prompt: String, hideInput: Boolean): String? { in promptForLine()
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py39 prompt='>')
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py45 prompt='')
/tools/test/mobly_extensions/tools/results_uploader/
DCHANGELOG.md13 in-browser, instead of opening a download 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.
177 * Pull logs from a sole instance or prompt user to choose one to pull if where
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt71 By default, the tool will prompt for password via console
91 password and, if that fails, will prompt for key password
94 this tool will prompt for key password only if a password
Dhelp_rotate.txt77 By default, the tool will prompt for password via console
97 password and, if that fails, will prompt for key password
100 this tool will prompt for key password only if a password
Dhelp_sign.txt188 By default, the tool will prompt for password via console
208 password and, if that fails, will prompt for key password
211 this tool will prompt for key password only if a password
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto164 required PromptType prompt = 1; field