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

1 2 3 4 5 6 7

  /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) {
  /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;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h 32 char *prompt; /* PERF prompt */ member in struct:PERF_PRINT_Private
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/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/gcc/linux-x86/arm/arm-eabi-4.8/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/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/autotest/client/common_lib/
pxssh.py 2 This adds methods for login, logout, and expecting the shell prompt.
22 prompt. It does various tricky things to handle many situations in the SSH
25 authentication setup then pxssh won't wait for the password prompt.
27 pxssh uses the shell prompt to synchronize output from the remote host. In
28 order to make this more robust it sets the shell prompt to something more
43 s.prompt() # match the prompt
44 print s.before # print everything before the prompt.
46 s.prompt()
49 s.prompt()
268 def prompt (self, timeout=20): member in class:pxssh
    [all...]
  /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/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...]
  /external/autotest/server/site_tests/platform_USBHIDWake/
platform_USBHIDWake.py 50 def prompt(self, banner=">>>>>>>>>>> Achtung! <<<<<<<<<<<"): member in class:platform_USBHIDWake
51 """prompt the user with the supplied banner,
54 @param banner: A [possibly multi-line] banner prompt to display
94 self.prompt(banner=press_button_banner)
96 self.prompt(banner=bored_now)
  /external/toybox/toys/pending/
more.c 40 static int prompt(FILE *cin, const char* fmt, ...) function
45 printf("\33[7m"); // Reverse video before printing the prompt.
115 input_key = prompt(cin, "--More--(%d%% of %lld bytes)",
119 input_key = prompt(cin, "--More--");
139 input_key = prompt(cin, "--More--(Next file: %s)", *toys.optargs);
sh.c 378 char *prompt = getenv("PS1"), *command = 0; local
380 // TODO: parse escapes in prompt
381 if (!f) printf("%s", prompt ? 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 = "";
  /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));
  /external/e2fsprogs/e2fsck/
problemP.h 15 char prompt; member in struct:e2fsck_problem
  /system/update_engine/
omaha_response.h 56 bool prompt = false; member in struct:chromeos_update_engine::OmahaResponse
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar 
  /external/libedit/examples/
tc1.c 74 static char *prompt(EditLine *);
78 prompt(EditLine *el __attribute__((__unused__))) function
157 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */
wtc1.c 21 prompt(EditLine *el) function
137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ConsoleTest.java 68 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); local
69 assertEquals("1 hello", prompt);
75 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); local
76 assertEquals("03 21,1983", prompt);
94 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); local
95 assertEquals("2 Please input a line of string to test:", prompt);
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 54 mPrompt = (TextView)findViewById(R.id.prompt);
71 String prompt = String.format(promptformat, defaultname); local
72 mPrompt.setText(prompt);
RenamePlaylist.java 55 mPrompt = (TextView)findViewById(R.id.prompt);
84 String prompt = String.format(promptformat, mOriginalName, defaultname); local
85 mPrompt.setText(prompt);

Completed in 1177 milliseconds

1 2 3 4 5 6 7