Searched defs:prompt (Results 1 - 25 of 79) sorted by relevance

1234

/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/
H A Dprompt.py1 # 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-linux-androideabi-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
H A Dprompt.py1 # 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/
H A Dprompt.py1 # 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
H A Dplexus-interactivity-api-1.0-alpha-4.jar ... s?defs= " () public java.lang.String prompt (java.lang.String) throws org.codehaus. ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcmd.py67 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.
H A Dsmtplib.py840 def prompt(prompt): function
841 sys.stdout.write(prompt + ": ")
844 fromaddr = prompt("From")
845 toaddrs = prompt("To").split(',')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcmd.py67 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.
H A Dsmtplib.py840 def prompt(prompt): function
841 sys.stdout.write(prompt + ": ")
844 fromaddr = prompt("From")
845 toaddrs = prompt("To").split(',')
/prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
H A Dgshell-io-2.4.jar ... PromptReader$Validator) throws java.io.IOException String prompt org.sonatype.gshell.io.PromptReader$ ...
/prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
H A Djline-0.9.94.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.ecf_3.2.0.v20130604-1622.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.ecf_3.2.0.v20130604-1622.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/devtools/tools/lib/
H A Dsdkmanager.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/sdkmanager/ com/android/sdkmanager/Main ...
/prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
H A Dadapters-1.0-rc1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/adapters/ android/databinding/adapters/AbsListViewBindingAdapter ...
/prebuilts/sdk/current/support/v7/appcompat/libs/
H A Dandroid-support-v7-appcompat.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v7/ android/support/v7/app/ ...
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
H A Dant-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 731 milliseconds

1234