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

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
html.js 16 PROMPT: 'prompt',
  /external/clang/tools/clang-format-vs/ClangFormat/
ClangFormat.csproj 45 <ErrorReport>prompt</ErrorReport>
53 <ErrorReport>prompt</ErrorReport>
  /external/toybox/kconfig/lxdialog/
checklist.c 111 int dialog_checklist(const char *title, const char *prompt, int height,
157 print_autowrap(dialog, prompt, width - 2, 1, 3);
util.c 314 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)
320 strcpy(tempstr, prompt);
332 if (prompt_len <= width - x * 2) { /* If prompt is short */
  /frameworks/base/core/java/android/widget/
Spinner.java 798 * Sets the prompt to display when the dialog is shown.
799 * @param prompt the prompt to set
801 public void setPrompt(CharSequence prompt) {
802 mPopup.setPromptText(prompt);
806 * Sets the prompt to display when the dialog is shown.
807 * @param promptId the resource ID of the prompt to display when the dialog is shown
814 * @return The prompt to display when the dialog is shown
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 94 private static void checkEglError(String prompt, EGL10 egl) {
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 94 private static void checkEglError(String prompt, EGL10 egl) {
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 97 private static void checkEglError(String prompt, EGL10 egl) {
100 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 117 private static void checkEglError(String prompt, EGL10 egl) {
120 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 109 // The lock screen does not have a wallpaper, so no need to prompt; can only set both.
118 // Otherwise, prompt to either set on home or both home and lock screen.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 201 // if the logcat view is not visible, then prompt the user once to set
248 // see if this prompt was already displayed
  /external/tcpdump/
print-radius.c 194 "NAS Prompt",
196 "Callback NAS Prompt",
363 static const char *prompt[]={ "No Echo", variable
451 { "Prompt", prompt, TAM_SIZE(prompt), 0, print_attr_num },
    [all...]
  /external/e2fsprogs/e2fsck/
problem.c 49 static const char *prompt[] = { variable
50 N_("(no prompt)"), /* 0 */
551 /* Inconsistency can't be fixed prompt */
563 /* Bad primary block prompt */
673 /* Suppress messages prompt */
    [all...]
  /external/libedit/src/
readline.c 134 * The current prompt string.
258 * Set the prompt
261 rl_set_prompt(const char *prompt)
265 if (!prompt)
266 prompt = "";
267 if (rl_prompt != NULL && strcmp(rl_prompt, prompt) == 0)
271 rl_prompt = strdup(prompt);
328 /* for proper prompt printing in readline() */
387 const char * volatile prompt = p; local
400 /* update prompt accordingly to what has been passed *
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 200 // create prompt helper to relay password and hostkey requests up to gui
363 String prompt = null;
365 prompt = manager.getResources().getString(R.string.prompt_confirm_exit);
367 prompt = manager.getResources().getString(R.string.prompt_process_exited);
369 Boolean result = promptHelper.requestBooleanPrompt(null, prompt);
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 49 * Starts an activity that will prompt the user for speech and send it through a
87 * Starts an activity that will prompt the user for speech, send it through a
121 * Starts an activity that will prompt the user for speech without requiring the user's
219 /** Optional text prompt to show to the user when asking them to speak. */
220 public static final String EXTRA_PROMPT = "android.speech.extra.PROMPT";
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_command_runner.py 149 # Mock out raw_input to trigger yes prompt.
263 """Tests no update triggered if user says no at the prompt."""
405 # Mock out raw_input to trigger yes prompt.
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 65 def GetEmail(prompt):
71 for next time we prompt.
81 prompt += " [%s]" % last_email
84 email = raw_input(prompt + ": ").strip()
414 help="The username to use. Will prompt if omitted.")
442 "Will prompt if omitted.")
614 """Show an "are you sure?" prompt if there are unknown files."""
620 prompt = "Are you sure to continue?(y/N) "
621 answer = raw_input(prompt).strip()
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 65 def GetEmail(prompt):
71 for next time we prompt.
81 prompt += " [%s]" % last_email
84 email = raw_input(prompt + ": ").strip()
414 help="The username to use. Will prompt if omitted.")
442 "Will prompt if omitted.")
614 """Show an "are you sure?" prompt if there are unknown files."""
620 prompt = "Are you sure to continue?(y/N) "
621 answer = raw_input(prompt).strip()
    [all...]
  /frameworks/base/docs/html/training/accessibility/
testing.jd 112 items with multiple components in a list) do not simply repeat the same audio prompt. For
115 <li><strong>Audio prompt overloading or underloading:</strong> Check that closely related
135 video to pause video should provide an audio prompt which is appropriate to its current state.</li>
  /ndk/sources/host-tools/make-3.81/
README.W32 16 1. At the Windows command prompt run:
36 2. Open a W32 command prompt for your installed (MinGW-)GCC, setup a
47 2. Open a W32 command prompt for your installed (MSVC++-)cl, setup a
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 48 android:prompt="@string/edit_event_calendar_label" />
452 android:prompt="@string/presence_label" />
466 android:prompt="@string/privacy_label" />
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 301 * Prompt for reset confirmation, resetting on confirmation, finishing otherwise.
373 * Prompt for key guard configuration confirmation.
487 * Prompt for unlock with old-style password.
  /system/update_engine/
omaha_response_handler_action_unittest.cc 151 in.prompt = false;
176 in.prompt = true;
197 in.prompt = true;
  /docs/source.android.com/src/security/encryption/
index.jd 95 password, or prompt to factory reset in the case of a fatal error. To invoke
99 framework must start and the framework requires <code>/data</code> to run. To resolve this conundrum, a temporary filesystem is mounted on <code>/data</code>. This allows Android to prompt for passwords, show progress, or suggest a data
302 <li><strong>Start framework to prompt for password</strong>
342 <li>Start framework to prompt for password
352 <p>If these errors are not resolved, <strong>prompt user to factory wipe</strong>:</p>
430 prompt for password, depending on

Completed in 873 milliseconds

<<11121314151617181920>>