/prebuilts/python/darwin-x86/2.7.5/share/man/man1/ |
python2.1 | 321 In interactive mode, the primary prompt is `>>>'; the second prompt 327 The interpreter quits when it reads an EOF at a prompt. 329 control returns to the primary prompt; in non-interactive mode, the 388 file are executed before the first prompt is displayed in interactive
|
python2.7.1 | 321 In interactive mode, the primary prompt is `>>>'; the second prompt 327 The interpreter quits when it reads an EOF at a prompt. 329 control returns to the primary prompt; in non-interactive mode, the 388 file are executed before the first prompt is displayed in interactive
|
/prebuilts/python/linux-x86/2.7.5/share/man/man1/ |
python.1 | 321 In interactive mode, the primary prompt is `>>>'; the second prompt 327 The interpreter quits when it reads an EOF at a prompt. 329 control returns to the primary prompt; in non-interactive mode, the 388 file are executed before the first prompt is displayed in interactive
|
python2.1 | 321 In interactive mode, the primary prompt is `>>>'; the second prompt 327 The interpreter quits when it reads an EOF at a prompt. 329 control returns to the primary prompt; in non-interactive mode, the 388 file are executed before the first prompt is displayed in interactive
|
python2.7.1 | 321 In interactive mode, the primary prompt is `>>>'; the second prompt 327 The interpreter quits when it reads an EOF at a prompt. 329 control returns to the primary prompt; in non-interactive mode, the 388 file are executed before the first prompt is displayed in interactive
|
/external/autotest/client/virt/ |
kvm_monitor.py | 161 Connect to the monitor socket and find the (qemu) prompt. 167 @raise MonitorProtocolError: Raised if the initial (qemu) prompt isn't 177 # Find the initial (qemu) prompt 180 raise MonitorProtocolError("Could not find (qemu) prompt " 243 @param timeout: Time duration to wait for the (qemu) prompt to return 248 @raise MonitorProtocolError: Raised if the (qemu) prompt cannot be 277 msg = ("Could not find (qemu) prompt after command '%s'. "
|
virt_vm.py | 481 password prompt or a shell prompt) -- fail. 491 prompt = self.params.get("shell_prompt", "[\#\$]") 499 password, prompt, linesep, 594 password prompt or a shell prompt) -- fail. 602 prompt = self.params.get("shell_prompt", "[\#\$]") 609 # Try to get a login prompt 613 prompt, timeout)
|
/external/javasqlite/src/main/java/SQLite/ |
Shell.java | 461 String read_line(BufferedReader is, String prompt) { 463 if (prompt != null) { 464 pw.print(prompt); 476 String prompt = "SQLITE> "; local 477 while ((line = read_line(is, prompt)) != null) { 500 prompt = "SQLITE> "; 502 prompt = "SQLITE? ";
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
ConsoleActivity.java | 192 // someone below us requested to display a prompt 871 // check if our currently-visible terminalbridge is requesting any prompt services 874 // Hide all the prompts in case a prompt request was canceled 882 PromptHelper prompt = ((TerminalView) view).bridge.getPromptHelper(); local 884 if (Boolean.class.equals(prompt.promptRequested)) { 886 booleanPrompt.setText(prompt.promptHint); 923 // let them know about our prompt handler services [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 97 * {@link #addAccount} may be called to prompt the user to create an 125 * prompt for credentials, present options, or ask the user to add an account. 196 * the standard password prompt. [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothFacade.java | 274 @RpcParameter(name = "prompt", 275 description = "Prompt the user to confirm changing the Bluetooth state.") 277 Boolean prompt) {
|
/external/toybox/toys/pending/ |
getty.c | 19 -n Don't prompt for login name 203 // Just prompt for login name 241 // Read login name and print prompt and Issue file.
|
/external/vulkan-validation-layers/ |
BUILD.md | 101 - Tell the installer to allow it to be used for "Developer Prompt" as well as "Git Bash". 106 - A windows batch file has been included that will pull and build the correct version. Run it from Developer Command Prompt for VS2013 like so: 121 To build all Windows targets (e.g. in a "Developer Command Prompt for VS2013" window):
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
manual_ja.xml | 88 <prompt>$ </prompt><command>gunzip -c findbugs-2.0.3.tar.gz | tar xvf -</command> 93 <prompt>C:\Software></prompt><command>unzip findbugs-2.0.3.zip</command> 158 <prompt>$ </prompt><command>unzip findbugs-2.0.3-source.zip</command> 198 <prompt>$ </prompt><command>ant <replaceable>target</replaceable></command> 379 <prompt>$ </prompt><command>&FBHome;/bin/findbugs <replaceable>??????</replaceable></command [all...] |
/cts/hostsidetests/theme/app/res/values/ |
strings.xml | 77 <string name="spinner_prompt">Spinner Prompt</string>
|
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
MainActivity.java | 66 // Prompt user to turn on Bluetooth (logic continues in onActivityResult()).
|
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
MainActivity.java | 66 // Prompt user to turn on Bluetooth (logic continues in onActivityResult()).
|
/development/apps/GestureBuilder/res/values/ |
strings.xml | 41 <!-- Label, prompt asking the user to enter the name of the gesture -->
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintHtmlOffScreen.java | 39 * This activity shows a text prompt and when the user chooses the
|
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/ |
MainActivity.java | 66 // Prompt user to turn on Bluetooth (logic continues in onActivityResult()).
|
/development/samples/training/device-management-policy/res/layout/ |
activity_policy_setup.xml | 45 android:prompt="@string/setup_password_quality"
|
/external/e2fsprogs/lib/ss/ |
Makefile.in | 50 execute_cmd.o listen.o parse.o error.o prompt.o \ 56 $(srcdir)/error.c $(srcdir)/prompt.c $(srcdir)/request_tbl.c \ 213 prompt.o: $(srcdir)/prompt.c $(top_builddir)/lib/config.h \
|
/external/google-breakpad/src/client/mac/sender/ |
uploader.h | 33 // prompt the user to send the minidump.
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
README | 52 the DNS or IP address of the VPN gateway. racoonctl will prompt
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
setup.h | 65 __u32 flags; /* bit 0 = load, bit 1 = prompt */
|