Searched defs:prompt (Results 1 - 25 of 97) sorted by relevance

1234

/external/libmtp/examples/
H A Dformat.c27 static int prompt() function
67 if (prompt() == 0) {
H A Dreset.c27 static int prompt() function
66 if (prompt() == 0) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSpinner.java11 private CharSequence prompt; field in class:ShadowSpinner
14 public void setPrompt(CharSequence prompt) { argument
15 this.prompt = prompt;
20 return prompt;
/external/autotest/client/common_lib/
H A Dpxssh.py2 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/jline/src/src/main/java/jline/
H A DUnsupportedTerminal.java59 public void beforeReadLine(final ConsoleReader reader, final String prompt, argument
62 final String fullPrompt = "\r" + prompt
66 + "\r" + prompt;
90 public void afterReadLine(final ConsoleReader reader, final String prompt, argument
H A DTerminal.java145 * Invokes before the console reads a line with the prompt and mask.
147 public void beforeReadLine(ConsoleReader reader, String prompt, argument
152 * Invokes after the console reads a line with the prompt and mask.
154 public void afterReadLine(ConsoleReader reader, String prompt, argument
/external/python/cpython2/Mac/Modules/
H A DColorPickermodule.c34 "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);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DSpeechRecognitionFacade.java48 @RpcParameter(name = "prompt", description = "text prompt to show to the user when asking them to speak") @RpcOptional final String prompt,
61 if (prompt != null) {
47 recognizeSpeech( @pcParametername = �, description = �) @pcOptional final String prompt, @RpcParameter(name = �, description = �) @RpcOptional final String language, @RpcParameter(name = �, description = �) @RpcOptional final String languageModel) argument
/external/toybox/kconfig/lxdialog/
H A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
74 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dchecklist.c111 int dialog_checklist(const char *title, const char *prompt, int height, argument
157 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, argument
84 print_autowrap(dialog, prompt, width - 2, 1, 3);
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py55 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/fsck_msdos/
H A Dmain.c136 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/curl/src/
H A Dtool_getpass.c64 char *getpass_r(const char *prompt, char *buffer, size_t buflen) argument
87 prompt, strlen(prompt));
105 char *getpass_r(const char *prompt, char *buffer, size_t buflen) argument
108 fputs(prompt, stderr);
138 char *getpass_r(const char *prompt, char *buffer, size_t buflen) argument
140 return getpassword(prompt, buffer, buflen);
143 char *getpass_r(const char *prompt, char *buffer, size_t buflen) argument
147 printf("%s", prompt);
222 char *getpass_r(const char *prompt, /* promp argument
[all...]
/external/e2fsprogs/e2fsck/
H A DproblemP.h15 char prompt; member in struct:e2fsck_problem
/external/python/cpython2/Demo/tkinter/guido/
H A Drmt.py88 # 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()
/external/python/cpython2/Parser/
H A Dmyreadline.c19 extern char* vms__StdioReadline(FILE *sys_stdin, FILE *sys_stdout, char *prompt);
108 PyOS_StdioReadline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) argument
117 if (prompt)
118 fprintf(stderr, "%s", prompt);
120 if (prompt) {
122 fprintf(stderr, "\x0cr%s\x0c", prompt);
124 fprintf(stderr, "%s", prompt);
168 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) argument
205 rv = PyOS_StdioReadline (sys_stdin, sys_stdout, prompt);
208 prompt);
[all...]
H A Dpgenmain.c136 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) argument
143 fprintf(stderr, "%s", prompt);
H A Dtokenizer.h32 char *prompt, *nextprompt; /* For interactive prompting */ member in struct:tok_state
/external/toybox/toys/pending/
H A Dmore.c45 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/adhd/scripts/
H A Dini_editor.py438 def prompt(question, binary_answer=True): function
458 return prompt(question)
613 answer = prompt(
/external/fio/oslib/
H A Dlibmtd_common.h138 * 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/
H A Dtc1.c74 static char *prompt(EditLine *);
78 prompt(EditLine *el __attribute__((__unused__))) function
157 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */
/external/libxml2/
H A Dxmlcatalog.c56 * @prompt: the prompt value
64 xmlShellReadline(const char *prompt) { argument
69 line_read = readline (prompt);
81 if (prompt != NULL)
82 fprintf(stdout, "%s", prompt);
/external/python/cpython2/Lib/
H A Dcmd.py67 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.

Completed in 1149 milliseconds

1234