HomeSort by relevance Sort by last modified time
    Searched refs:prompt (Results 51 - 75 of 372) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/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/x86/x86_64-linux-android-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/x86/x86_64-linux-android-4.9/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/lldb/test/benchmarks/expression/
TestExpressionCmd.py 36 prompt = self.child_prompt
49 child.expect_exact(prompt)
51 child.expect_exact(prompt)
53 child.expect_exact(prompt)
59 child.expect_exact(prompt)
61 child.expect_exact(prompt)
  /external/lldb/test/functionalities/stop-hook/multiple_threads/
TestStopHookMultipleThreads.py 46 prompt = "(lldb) "
56 child.expect_exact(prompt)
58 child.expect_exact(prompt)
60 child.expect_exact(prompt)
64 child.expect_exact(prompt)
66 child.expect_exact(prompt)
  /external/chromium_org/base/mac/
authorization_util.h 38 // |prompt| will be used as the prompt string and an icon appropriate for the
39 // application will be displayed in a prompt dialog. Note that the system
40 // appends its own text to the prompt string. |extraFlags| will be ORed
45 CFStringRef prompt,
51 AuthorizationRef AuthorizationCreateToRunAsRoot(CFStringRef prompt);
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_compat.h 77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
ui.h 87 /* The following functions are used to add strings to be printed and prompt
88 strings to prompt for data. The names are UI_{add,dup}_<function>_string
92 add add a text or prompt string. The pointers given to these
94 dup make a copy of the text or prompt string, then add the copy
99 input use the string as data prompt.
100 verify use the string as verification prompt. This
108 and are typically used when one wants to prompt for a yes/no response.
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ui_compat.h 77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
ui.h 87 /* The following functions are used to add strings to be printed and prompt
88 strings to prompt for data. The names are UI_{add,dup}_<function>_string
92 add add a text or prompt string. The pointers given to these
94 dup make a copy of the text or prompt string, then add the copy
99 input use the string as data prompt.
100 verify use the string as verification prompt. This
108 and are typically used when one wants to prompt for a yes/no response.
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags
    [all...]
  /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/lldb/source/Interpreter/
embedded_interpreter.py 7 def __init__(self, prompt, dict):
9 self.prompt = prompt
53 def my_raw_input (self, prompt):
55 stream.write (prompt)
74 prompt = sys.ps2
76 prompt = sys.ps1
77 line = self.my_raw_input(prompt)
  /external/openssl/crypto/ui/
ui_compat.h 77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
  /external/openssl/include/openssl/
ui_compat.h 77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
  /external/lldb/test/benchmarks/stepping/
TestRunHooksThenSteppings.py 29 prompt = self.child_prompt
32 self.child.expect_exact(prompt)
43 self.runHooks(child=child, child_prompt=prompt)
51 child.expect_exact(prompt)
TestSteppingSpeed.py 41 prompt = self.child_prompt
51 child.expect_exact(prompt)
53 child.expect_exact(prompt)
55 child.expect_exact(prompt)
63 child.expect_exact(prompt)
  /external/lldb/test/functionalities/stop-hook/
TestStopHookMechanism.py 41 prompt = "(lldb) "
53 child.expect_exact(prompt)
55 child.expect_exact(prompt)
57 child.expect_exact(prompt)
63 child.expect_exact(prompt)
67 child.expect_exact(prompt)
69 child.expect_exact(prompt)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
PasswordCallbackTest.java 33 * javax.security.auth.callback.PasswordCallback#PasswordCallback(String prompt, boolean echoOn)
38 String prompt = "promptTest"; local
41 PasswordCallback pc = new PasswordCallback(prompt, true);
43 assertEquals(prompt, pc.getPrompt());
50 PasswordCallback pc = new PasswordCallback(prompt, false);
52 assertEquals(prompt, pc.getPrompt());
77 String prompt = "promptTest"; local
80 PasswordCallback pc = new PasswordCallback(prompt, true);
124 return new Object[] { new PasswordCallback("prompt", true), p };
  /external/lldb/test/benchmarks/disassembly/
TestXcode41Vs42GDBDisassembly.py 52 prompt = self.child_prompt
62 child.expect_exact(prompt)
64 child.expect_exact(prompt)
66 child.expect_exact(prompt)
74 child.expect_exact(prompt)
76 child.expect_exact(prompt)
  /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);
  /external/chromium_org/tools/metrics/common/
diff_util.py 17 def PromptUserToAcceptDiff(old_text, new_text, prompt):
24 prompt: Text that should be displayed to the user, asking whether the new
42 print prompt
  /external/lldb/scripts/Python/interface/
SBInputReader.i 34 const char *prompt,
  /external/lldb/test/benchmarks/turnaround/
TestCompileRunToBreakpointTurnaround.py 37 prompt = self.child_prompt
47 child.expect_exact(prompt)
49 child.expect_exact(prompt)
51 child.expect_exact(prompt)
77 prompt = self.child_prompt
87 child.expect_exact(prompt)
89 child.expect_exact(prompt)
91 child.expect_exact(prompt)
  /external/lldb/test/functionalities/command_regex/
TestCommandRegex.py 17 prompt = "(lldb) "
29 child.expect_exact(prompt)

Completed in 2338 milliseconds

1 23 4 5 6 7 8 91011>>