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

1 2 3 4 5 6 7 8

  /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 50 def prompt(self, banner=">>>>>>>>>>> Achtung! <<<<<<<<<<<"): member in class:platform_USBHIDWake
51 """prompt the user with the supplied banner,
54 @param banner: A [possibly multi-line] banner prompt to display
94 self.prompt(banner=press_button_banner)
96 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;
  /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);
  /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));
  /external/openssh/
readpass.c 119 read_passphrase(const char *prompt, int flags)
152 if ((ret = ssh_askpass(askpass, prompt)) == NULL)
158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) {
173 char *p, prompt[1024]; local
177 vsnprintf(prompt, sizeof(prompt), fmt, args);
180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
  /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);
sh.c 271 char *prompt = getenv("PS1"), *s, c, cc; local
273 if (!prompt) prompt = "\\$ ";
274 while (*prompt) {
275 c = *(prompt++);
278 if (*prompt=='!') prompt++;
284 cc = *(prompt++);
300 prompt--;
326 // TODO: parse escapes in prompt
    [all...]
  /external/e2fsprogs/e2fsck/
problemP.h 15 char prompt; member in struct:e2fsck_problem
  /system/update_engine/
omaha_response.h 56 bool prompt = false; member in struct:chromeos_update_engine::OmahaResponse
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar 
  /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/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 */
wtc1.c 21 prompt(EditLine *el) function
137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */
  /external/syslinux/gpxe/src/include/
cmdlinelib.h 42 char* prompt; member in struct:__anon33104
94 void cmdl_setpropmt(cmd_line* cmd, char prompt[CMDL_PROMPT_SIZE]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ConsoleTest.java 68 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); local
69 assertEquals("1 hello", prompt);
75 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); local
76 assertEquals("03 21,1983", prompt);
94 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); local
95 assertEquals("2 Please input a line of string to test:", prompt);
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 53 mPrompt = (TextView) findViewById(R.id.prompt);
70 String prompt = String.format(promptformat, defaultname); local
71 mPrompt.setText(prompt);
RenamePlaylist.java 54 mPrompt = (TextView) findViewById(R.id.prompt);
83 String prompt = String.format(promptformat, mOriginalName, defaultname); local
84 mPrompt.setText(prompt);

Completed in 1577 milliseconds

1 2 3 4 5 6 7 8