HomeSort by relevance Sort by last modified time
    Searched defs:prompt (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libmtp/examples/
format.c 27 static int prompt() function
67 if (prompt() == 0) {
reset.c 27 static int prompt() function
66 if (prompt() == 0) {
  /external/autotest/client/common_lib/
pxssh.py 2 This adds methods for login, logout, and expecting the shell prompt.
22 prompt. It does various tricky things to handle many situations in the SSH
25 authentication setup then pxssh won't wait for the password prompt.
27 pxssh uses the shell prompt to synchronize output from the remote host. In
28 order to make this more robust it sets the shell prompt to something more
43 s.prompt() # match the prompt
44 print s.before # print everything before the prompt.
46 s.prompt()
49 s.prompt()
268 def prompt (self, timeout=20): member in class:pxssh
    [all...]
  /external/autotest/server/site_tests/platform_USBHIDWake/
platform_USBHIDWake.py 55 def prompt(self, banner=">>>>>>>>>>> Achtung! <<<<<<<<<<<"): member in class:platform_USBHIDWake
56 """prompt the user with the supplied banner,
59 @param banner: A [possibly multi-line] banner prompt to display
99 self.prompt(banner=press_button_banner)
101 self.prompt(banner=bored_now)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSpinner.java 11 private CharSequence prompt; field in class:ShadowSpinner
14 public void setPrompt(CharSequence prompt) {
15 this.prompt = prompt;
20 return prompt;
  /cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
BiometricPromptTest.java 95 BiometricPrompt prompt = builder.build(); local
97 prompt.authenticate(cancellationSignal, mExecutor, mAuthenticationCallback);
  /external/fsck_msdos/
main.c 136 char prompt[256]; local
148 vsnprintf(prompt, sizeof(prompt), fmt, ap);
150 printf("%s? %s\n", prompt, rdonly ? "no" : "yes");
154 printf("%s? [yn] ", prompt);
  /external/python/cpython2/Mac/Modules/
ColorPickermodule.c 34 "GetColor(prompt, (r, g, b)) -> (r, g, b), ok"
43 Str255 prompt; local
45 if (!PyArg_ParseTuple(args, "O&O&", PyMac_GetStr255, prompt, QdRGB_Convert, &inColor))
48 ok = GetColor(where, prompt, &inColor, &outColor);
  /hardware/interfaces/confirmationui/support/test/
msg_formatting_test.cpp 82 hidl_string prompt; local
87 std::tie(in, command_matches, prompt, extra, locale, uiOpts) =
91 ASSERT_EQ(hidl_string("Do you?"), prompt);
104 ASSERT_EQ(8, const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(prompt.c_str())) - begin);
  /libcore/ojluni/src/main/java/javax/security/auth/callback/
PasswordCallback.java 43 private String prompt; field in class:PasswordCallback
56 * Construct a {@code PasswordCallback} with a prompt
62 * @param prompt the prompt used to request the password. <p>
67 * @exception IllegalArgumentException if {@code prompt} is null or
68 * if {@code prompt} has a length of 0.
70 public PasswordCallback(String prompt, boolean echoOn) {
71 if (prompt == null || prompt.length() == 0)
74 this.prompt = prompt
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/controller/
VoiceController.java 24 import android.app.VoiceInteractor.Prompt;
45 final Prompt prompt = new Prompt(message); local
46 voiceInteractor.submitRequest(new CompleteVoiceRequest(prompt, null));
64 final Prompt prompt = new Prompt(message); local
65 voiceInteractor.submitRequest(new AbortVoiceRequest(prompt, null));
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 218 * Shows a prompt dialog box
224 function prompt(question, answer) { function
240 prompt.docString = "shows a prompt box to the user and returns the answer";
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 218 * Shows a prompt dialog box
224 function prompt(question, answer) { function
240 prompt.docString = "shows a prompt box to the user and returns the answer";
  /external/toybox/toys/pending/
more.c 45 static int prompt(FILE *cin, const char* fmt, ...) function
50 printf("\33[7m"); // Reverse video before printing the prompt.
118 input_key = prompt(cin, "--More--(%d%% of %lld bytes)",
122 input_key = prompt(cin, "--More--");
143 input_key = prompt(cin, "--More--(Next file: %s)", *toys.optargs);
  /external/e2fsprogs/e2fsck/
problemP.h 15 char prompt; member in struct:e2fsck_problem
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 88 # the character isn't part of the prompt.
103 # a new prompt.
114 prompt()
117 def prompt(): function
123 # the prompt on the current command line to reflect the new
156 prompt()
  /system/update_engine/
omaha_response.h 63 bool prompt = false; member in struct:chromeos_update_engine::OmahaResponse
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 52 PROMPT = '(Cmd) '
67 prompt = PROMPT variable in class:Cmd
103 """Repeatedly issue a prompt, accept input, parse an initial prefix
130 line = raw_input(self.prompt)
134 self.stdout.write(self.prompt)
156 interpreted, but after the input prompt is generated and issued.
198 to the prompt.
224 """Called when an empty line is entered in response to the prompt.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.h 32 char *prompt, *nextprompt; /* For interactive prompting */ member in struct:tok_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 52 PROMPT = '(Cmd) '
67 prompt = PROMPT variable in class:Cmd
103 """Repeatedly issue a prompt, accept input, parse an initial prefix
130 line = raw_input(self.prompt)
134 self.stdout.write(self.prompt)
156 interpreted, but after the input prompt is generated and issued.
198 to the prompt.
222 """Called when an empty line is entered in response to the prompt.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.h 32 char *prompt, *nextprompt; /* For interactive prompting */ member in struct:tok_state
  /external/adhd/scripts/
ini_editor.py 438 def prompt(question, binary_answer=True): function
458 return prompt(question)
613 answer = prompt(
  /external/fio/oslib/
libmtd_common.h 138 * prompt the user for confirmation
140 static inline bool prompt(const char *msg, bool def) function
151 printf("failed to read prompt; assuming '%s'\n",
  /external/libedit/examples/
tc1.c 74 static char *prompt(EditLine *);
78 prompt(EditLine *el __attribute__((__unused__))) function
157 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */

Completed in 902 milliseconds

1 2 3 4 5 6 7 8 9