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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
prompt.c 2 * prompt.c: Routines for retrieving and setting a prompt.
24 ss_info(sci_idx)->prompt = new_prompt;
29 return(ss_info(sci_idx)->prompt);
  /external/curl/src/
tool_getpass.h 33 char* getpass_r(const char *prompt, char* buffer, size_t buflen);
tool_getpass.c 64 char *getpass_r(const char *prompt, char *buffer, size_t buflen)
87 prompt, strlen(prompt));
105 char *getpass_r(const char *prompt, char *buffer, size_t buflen)
108 fputs(prompt, stderr);
138 char *getpass_r(const char *prompt, char *buffer, size_t buflen)
140 return getpassword(prompt, buffer, buflen);
143 char *getpass_r(const char *prompt, char *buffer, size_t buflen)
147 printf("%s", prompt);
224 char *getpass_r(const char *prompt, /* prompt to display *
    [all...]
  /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/autotest/site_utils/tester_feedback/
sequenced_request.py 25 def __init__(self, blurb, input_handler, prompt=None):
34 # Initialize the input prompt string.
35 if prompt is None:
36 prompt = ''
38 if prompt:
39 prompt += ' '
40 prompt += prompt_supp
41 self.prompt = self._format_text(prompt)
42 if self.prompt
    [all...]
  /libcore/ojluni/src/main/java/javax/security/auth/callback/
PasswordCallback.java 43 private String prompt; field in class:PasswordCallback
56 * Construct a <code>PasswordCallback</code> with a prompt
62 * @param prompt the prompt used to request the password. <p>
67 * @exception IllegalArgumentException if <code>prompt</code> is null or
68 * if <code>prompt</code> 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/Settings/src/com/android/settings/utils/
VoiceSettingsActivity.java 59 * Send a notification that the interaction was successful. If {@param prompt} is
62 protected void notifySuccess(CharSequence prompt) {
64 getVoiceInteractor().submitRequest(new CompleteVoiceRequest(prompt, null) {
76 protected void notifyFailure(CharSequence prompt) {
78 getVoiceInteractor().submitRequest(new AbortVoiceRequest(prompt, null));
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
prompt.py 1 # Extended prompt utilities.
17 """ Extended prompt library functions."""
110 def substitute_prompt(prompt):
111 "Perform substitutions on PROMPT."
114 plen = len(prompt)
117 if prompt[i] == '\\':
121 cmdch = prompt[i]
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}'
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
prompt.py 1 # Extended prompt utilities.
17 """ Extended prompt library functions."""
110 def substitute_prompt(prompt):
111 "Perform substitutions on PROMPT."
114 plen = len(prompt)
117 if prompt[i] == '\\':
121 cmdch = prompt[i]
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getpass.py 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
26 def unix_getpass(prompt='Password: ', stream=None):
27 """Prompt for a password, with echo turned off.
30 prompt: Written on stream to ask for the input. Default: 'Password: '
31 stream: A writable file object to display the prompt. Defaults to
55 passwd = fallback_getpass(prompt, stream)
71 passwd = _raw_input(prompt, stream, input=input)
83 passwd = fallback_getpass(prompt, stream)
89 def win_getpass(prompt='Password: ', stream=None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
getpass.py 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
26 def unix_getpass(prompt='Password: ', stream=None):
27 """Prompt for a password, with echo turned off.
30 prompt: Written on stream to ask for the input. Default: 'Password: '
31 stream: A writable file object to display the prompt. Defaults to
55 passwd = fallback_getpass(prompt, stream)
71 passwd = _raw_input(prompt, stream, input=input)
83 passwd = fallback_getpass(prompt, stream)
89 def win_getpass(prompt='Password: ', stream=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getpass.py 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
26 def unix_getpass(prompt='Password: ', stream=None):
27 """Prompt for a password, with echo turned off.
30 prompt: Written on stream to ask for the input. Default: 'Password: '
31 stream: A writable file object to display the prompt. Defaults to
55 passwd = fallback_getpass(prompt, stream)
71 passwd = _raw_input(prompt, stream, input=input)
83 passwd = fallback_getpass(prompt, stream)
89 def win_getpass(prompt='Password: ', stream=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getpass.py 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
26 def unix_getpass(prompt='Password: ', stream=None):
27 """Prompt for a password, with echo turned off.
30 prompt: Written on stream to ask for the input. Default: 'Password: '
31 stream: A writable file object to display the prompt. Defaults to
55 passwd = fallback_getpass(prompt, stream)
71 passwd = _raw_input(prompt, stream, input=input)
83 passwd = fallback_getpass(prompt, stream)
89 def win_getpass(prompt='Password: ', stream=None)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
propget.py 23 prompt = prop.verbose_name
24 if not prompt:
25 prompt = prop.name
41 value = raw_input('%s [%d-%d]: ' % (prompt, min, max))
53 value = raw_input('%s: ' % 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/sun/net/www/protocol/http/
HttpCallerInfo.java 48 final public String host, protocol, prompt, scheme; field in class:HttpCallerInfo
60 this.prompt = old.prompt;
72 prompt = "";
102 prompt = "";
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
prompt.py 1 # Extended prompt.
20 import gdb.prompt namespace
24 """Set the extended prompt.
26 Usage: set extended-prompt VALUE
28 Substitutions are applied to VALUE to compute the real prompt.
33 # Add the prompt library's dynamically generated help to the
35 __doc__ = __doc__ + gdb.prompt.prompt_help()
37 set_doc = "Set the extended prompt."
38 show_doc = "Show the extended prompt."
41 super(_ExtendedPrompt, self).__init__("extended-prompt",
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
prompt.py 1 # Extended prompt.
20 import gdb.prompt namespace
24 """Set the extended prompt.
26 Usage: set extended-prompt VALUE
28 Substitutions are applied to VALUE to compute the real prompt.
33 # Add the prompt library's dynamically generated help to the
35 __doc__ = __doc__ + gdb.prompt.prompt_help()
37 set_doc = "Set the extended prompt."
38 show_doc = "Show the extended prompt."
41 super(_ExtendedPrompt, self).__init__("extended-prompt",
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
iobject.py 33 prompt='Enter Selection'):
59 val = raw_input('%s[1-%d]: ' % (prompt, len(choices)))
78 def get_string(self, prompt, validation_fn=None):
81 val = raw_input('%s: ' % prompt)
90 def get_filename(self, prompt):
94 val = raw_input('%s: %s' % (prompt, val))
111 def get_int(self, prompt):
112 s = self.get_string(prompt, int_val_fn)
  /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) {
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractor.aidl 30 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras);
32 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt,
35 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras);
37 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras);
  /external/toybox/kconfig/
menu.c 122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep)
130 if (prompt) {
131 if (isspace(*prompt)) {
133 while (isspace(*prompt))
134 prompt++;
136 if (current_entry->prompt)
137 prop_warn(prop, "prompt redefined");
138 current_entry->prompt = prop;
140 prop->text = prompt;
145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Voice.java 66 final VoiceInteractor.Prompt prompt = new VoiceInteractor.Prompt(message); local
67 vi.submitRequest(new VoiceInteractor.CompleteVoiceRequest(prompt, null));
74 final VoiceInteractor.Prompt prompt = new VoiceInteractor.Prompt(message); local
75 vi.submitRequest(new VoiceInteractor.AbortVoiceRequest(prompt, null));
  /toolchain/binutils/binutils-2.25/binutils/
arsup.h 28 void prompt (void);

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011>>