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

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 52 PROMPT = '(Cmd) '
67 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.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 52 PROMPT = '(Cmd) '
67 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.
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 23 self.prompt = '> '
  /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/fio/oslib/
libmtd_common.h 138 * 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/iptables/iptables/
iptables-apply 44 by iptables-restore) to iptables, then prompt the user whether the changes
  /external/libcups/cups/
cups-private.h 247 extern const char *_cupsGetPassword(const char *prompt);
cups.h 317 typedef const char *(*cups_password_cb_t)(const char *prompt);
320 typedef const char *(*cups_password_cb2_t)(const char *prompt, http_t *http,
379 extern const char *cupsGetPassword(const char *prompt);
458 extern const char *cupsGetPassword2(const char *prompt, http_t *http,
  /external/libxml2/include/libxml/
debugXML.h 97 * @prompt: a string prompt
103 typedef char * (* xmlShellReadlineFunc)(char *prompt);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 198 // create prompt helper to relay password and hostkey requests up to gui
361 String prompt = null;
363 prompt = manager.getResources().getString(R.string.prompt_confirm_exit);
365 prompt = manager.getResources().getString(R.string.prompt_process_exited);
367 Boolean result = promptHelper.requestBooleanPrompt(null, prompt);
  /external/syslinux/com32/hdt/
hdt-cli.h 95 char prompt[PROMPT_SIZE]; member in struct:s_cli
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java 73 mAlertParams.mTitle = getText(R.string.prompt);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 382 void setPrompt(VoiceInteractor.Prompt prompt) {
383 if (prompt == null) {
387 mText.setText(prompt.getVisualPrompt());
388 mPendingPrompt = prompt.getVisualPrompt();
394 Log.i(TAG, "onConfirm: prompt=" + request.getVoicePrompt() + " extras="
405 Log.i(TAG, "onPickOption: prompt=" + request.getVoicePrompt() + " options="
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 361 /* Returns User SMS Prompt property, enabled or not */
363 boolean prompt = false;
369 Rlog.e(LOG_TAG, "Settings Exception Reading Dual Sim SMS Prompt Values");
371 prompt = (value == 0) ? false : true ;
372 Rlog.d(LOG_TAG, "SMS Prompt option:" + prompt);
374 return 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...]
  /external/googletest/googlemock/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/googletest/googletest/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/replicaisland/tools/
ExtractPoints.js 41 var tileSizeX = prompt("Tile pixel width:");
42 var tileSizeY = prompt("Tile pixel height:");
  /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);
  /external/v8/testing/gmock/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/v8/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/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 103 private static void checkEglError(String prompt, EGL10 egl) {
106 Logging.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));
  /external/python/cpython3/Modules/
readline.c 396 before readline prints the first prompt.");
412 The function is called with no arguments after the first prompt\n\
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 891011>>