HomeSort by relevance Sort by last modified time
    Searched full:prompt (Results 326 - 350 of 1258) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
5 AskPassword(prompt, default) -- like AskString(), but shows text as bullets.
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
98 """Display a PROMPT string and a text entry field with a DEFAULT string.
106 The PROMPT and DEFAULT strings, as well as the return value,
117 SetDialogItemText(h, lf2cr(prompt))
139 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
140 """Display a PROMPT string and a text entry field with a DEFAULT string.
149 The PROMPT and DEFAULT strings, as well as the return value,
159 SetDialogItemText(h, lf2cr(prompt))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
5 AskPassword(prompt, default) -- like AskString(), but shows text as bullets.
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
98 """Display a PROMPT string and a text entry field with a DEFAULT string.
106 The PROMPT and DEFAULT strings, as well as the return value,
117 SetDialogItemText(h, lf2cr(prompt))
139 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
140 """Display a PROMPT string and a text entry field with a DEFAULT string.
149 The PROMPT and DEFAULT strings, as well as the return value,
159 SetDialogItemText(h, lf2cr(prompt))
    [all...]
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainInteractionSession.java 124 CharSequence prompt = request.getVoicePrompt().getVoicePromptAt(0); local
126 ", onRequestCompleteVoice recvd. message = " + prompt);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 46 * a username/password), then we need to prompt the user - so we create an
116 // need to re-prompt them for their credentials. We do that by creating
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Antlr3.Runtime.csproj 30 <ErrorReport>prompt</ErrorReport>
38 <ErrorReport>prompt</ErrorReport>
  /external/autotest/site_utils/tester_feedback/
request_multiplexer.py 82 # If no request was pre-selected, prompt the user to choose one.
105 prompt='Choose a request to process')
  /external/e2fsprogs/e2fsck/
pass4.c 52 * information, so we won't prompt to delete it, but let it be
72 * Prompt to reconnect.
  /external/e2fsprogs/lib/ss/
listen.c 36 (void) fputs(current_info->prompt, stdout);
77 line = (*info->readline)(current_info->prompt);
  /external/libpng/contrib/gregbook/
Makefile.w32 11 # Invoke this makefile from a DOS prompt window via:
20 # DOS-prompt window with a bigger environment and retry the commands above.
  /external/libxml2/os400/libxmlrpg/
debugXML.rpgle 112 * @prompt: a string prompt
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
installing.html 14 <code class="prompt">$ </code><span class="command"><strong>gunzip -c findbugs-2.0.3.tar.gz | tar xvf -</strong></span>
19 <code class="prompt">C:\Software&gt;</code><span class="command"><strong>unzip findbugs-2.0.3.zip</strong></span>
  /external/toybox/kconfig/lxdialog/
inputbox.c 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width,
84 print_autowrap(dialog, prompt, width - 2, 1, 3);
  /packages/apps/Browser2/
AndroidManifest.xml 15 <!-- "Normal" permissions which do not require user prompt -->
22 <!-- "Dangerous" permissions which require user prompt -->
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 171 private static void checkEglError(String prompt, EGL10 egl) {
174 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /packages/apps/Settings/res/layout/
wifi_ap_dialog.xml 76 android:prompt="@string/wifi_security"
149 android:prompt="@string/wifi_ap_band_config" />
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperSettings.java 83 * is no keyguard available, we prompt the user to set a password.
185 // confirmation prompt; otherwise, go back to the initial state.
MasterClearConfirm.java 43 * you want to do this?" prompt, followed by a keyguard pattern trace if the user
45 * ON THE PHONE" prompt. If at any time the phone is allowed to go to sleep, is
ResetNetworkConfirm.java 46 * you want to do this?" prompt, followed by a keyguard pattern trace if the user
48 * prompt. If at any time the phone is allowed to go to sleep, is
  /prebuilts/gdb/darwin-x86/share/man/man1/
python.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive
python2.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive
python2.7.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive
  /prebuilts/gdb/linux-x86/share/man/man1/
python.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive
python2.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive
python2.7.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive
  /prebuilts/python/darwin-x86/2.7.5/share/man/man1/
python.1 321 In interactive mode, the primary prompt is `>>>'; the second prompt
327 The interpreter quits when it reads an EOF at a prompt.
329 control returns to the primary prompt; in non-interactive mode, the
388 file are executed before the first prompt is displayed in interactive

Completed in 1297 milliseconds

<<11121314151617181920>>