HomeSort by relevance Sort by last modified time
    Searched refs:prompt (Results 51 - 75 of 450) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/scripts/
browse.js 58 var url = prompt("Address:");
mail.js 58 var mailTo = prompt("Mail To:");
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/scripts/
browse.js 58 var url = prompt("Address:");
mail.js 58 var mailTo = prompt("Mail To:");
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2.vfr 33 prompt = STRING_TOKEN(STR_IP4_CONFIGURE),
42 prompt = STRING_TOKEN(STR_IP4_ENABLE_DHCP),
52 prompt = STRING_TOKEN(STR_IP4_LOCAL_IP_ADDRESS),
61 prompt = STRING_TOKEN(STR_IP4_LOCAL_MASK),
70 prompt = STRING_TOKEN(STR_IP4_LOCAL_GATEWAY),
79 prompt = STRING_TOKEN(STR_IP4_LOCAL_DNS),
  /external/syslinux/gpxe/src/hci/
readline.c 80 * @v prompt Prompt string
86 char * readline ( const char *prompt ) {
92 if ( prompt )
93 printf ( "%s", prompt );
  /external/python/cpython2/Lib/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /external/python/cpython3/Parser/
myreadline.c 199 PyOS_StdioReadline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt)
215 if (prompt) {
219 wlen = MultiByteToWideChar(CP_UTF8, 0, prompt, -1,
223 wlen = MultiByteToWideChar(CP_UTF8, 0, prompt, -1,
234 fprintf(stderr, "%s", prompt);
250 if (prompt)
251 fprintf(stderr, "%s", prompt);
306 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt)
340 rv = PyOS_StdioReadline (sys_stdin, sys_stdout, prompt);
343 prompt);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /external/toybox/kconfig/lxdialog/
dialog.h 195 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
203 int dialog_yesno(const char *title, const char *prompt, int height, int width);
204 int dialog_msgbox(const char *title, const char *prompt, int height,
207 int dialog_menu(const char *title, const char *prompt,
209 int dialog_checklist(const char *title, const char *prompt, int height,
212 int dialog_inputbox(const char *title, const char *prompt, int height,
  /libcore/ojluni/src/main/java/java/net/
Authenticator.java 147 * @param prompt A prompt string for the user
164 String prompt,
183 a.requestingPrompt = prompt;
207 * @param prompt A prompt string for the user which identifies the authentication realm.
226 String prompt,
246 a.requestingPrompt = prompt;
268 * @param prompt A prompt string for the use
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileManagerVfr.Vfr 132 prompt = STRING_TOKEN(STR_LOAD),
138 prompt = STRING_TOKEN(STR_CONNECT),
161 prompt = STRING_TOKEN(STR_LOAD_PERMIT),
167 prompt = STRING_TOKEN(STR_LOAD_FORBID),
209 prompt = STRING_TOKEN(STR_CONNECT_PERMIT),
215 prompt = STRING_TOKEN(STR_CONNECT_FORBID),
  /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/e2fsprogs/e2fsck/
problemP.h 15 char prompt; member in struct:e2fsck_problem
  /external/e2fsprogs/lib/ss/
invocation.c 62 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
63 strcpy(new_table->prompt, subsystem_name);
64 strcat(new_table->prompt, ": ");
97 free(t->prompt);
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.vfr 31 prompt = STRING_TOKEN(STR_SELECT_ALL_PROMPT),
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_conf.py 330 prompt='Hold one finger on the {3} of the touch surface with a '
365 prompt='Draw a straight line from {3} with a {0} {1} {2} in noise.',
402 prompt='Hold one finger on the {3} of the touch surface with a '
423 prompt='Take {2} to draw a straight, {0} line {1} using a ruler.',
453 prompt='Take {2} to draw a striaght {0} line {1}.',
478 prompt='Take {2} to draw a {0} line {1} using a ruler '
511 prompt='Place one stationary finger near the center of the '
541 prompt='Use ONE finger to quickly swipe {0}.',
558 prompt='Use TWO fingers to quickly swipe {0}.',
577 prompt='Using two fingers, preform a "{0}" pinch by bringing
    [all...]
  /external/devlib/devlib/utils/
uefi.py 60 def __init__(self, conn, prompt='The default boot selection will start in'):
63 :param prompt: The starting prompt to wait for during ``open()``.
67 self.start_prompt = prompt
69 self.prompt = None
75 starting prompt (configurable upon creation of the ``UefiMenu`` object.
157 """Parse serial output to get the menu options and the following prompt."""
166 elif index == 1: # matched prompt
167 self.prompt = match.group(1)
181 raise RuntimeError('Could not read menu entries stuck on "{}" prompt'.format(self.prompt)
    [all...]
  /external/gptfdisk/
support.h 75 int GetNumber(int low, int high, int def, const string & prompt);
77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string& prompt);
  /external/jline/src/src/main/java/jline/
Terminal.java 145 * Invokes before the console reads a line with the prompt and mask.
147 public void beforeReadLine(ConsoleReader reader, String prompt,
152 * Invokes after the console reads a line with the prompt and mask.
154 public void afterReadLine(ConsoleReader reader, String prompt,

Completed in 740 milliseconds

1 23 4 5 6 7 8 91011>>