/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 35 NEVER, ALWAYS, PROMPT;
|
JUnitLaunchConfigDelegate.java | 43 * org.junit.* classes in the android.jar so it does not prompt the user to add
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 60 * Set the display prompt. If true run()/start() first ask the user if he/she wants
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
RenamePackageAction.java | 89 // Prompt for refactoring on the selected project
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorApplication.java | 149 // if nothing else works, prompt the user
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/ |
telnet.py | 40 prompt=">")
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
telnet.py | 46 prompt="")
|
/external/autotest/site_utils/rpm_control_system/ |
rpm_controller.py | 439 # Wait for the password prompt [all...] |
/external/e2fsprogs/e2fsck/ |
dict.c | 1283 static int prompt = 0; variable 1294 "p turn prompt on\n" 1304 if (prompt) 1316 prompt = 1; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
smtplib.py | 840 def prompt(prompt): function 841 sys.stdout.write(prompt + ": ") 844 fromaddr = prompt("From") 845 toaddrs = prompt("To").split(',')
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
smtplib.py | 840 def prompt(prompt): function 841 sys.stdout.write(prompt + ": ") 844 fromaddr = prompt("From") 845 toaddrs = prompt("To").split(',')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtplib.py | 840 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/ |
smtplib.py | 840 def prompt(prompt): function 841 sys.stdout.write(prompt + ": ") 844 fromaddr = prompt("From") 845 toaddrs = prompt("To").split(',')
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
manual.xml | 111 <prompt>$ </prompt><command>gunzip -c findbugs-2.0.3.tar.gz | tar xvf -</command> 118 <prompt>C:\Software></prompt><command>unzip findbugs-2.0.3.zip</command> 221 <prompt>$ </prompt><command>unzip findbugs-2.0.3-source.zip</command> 290 <prompt>$ </prompt><command>ant <replaceable>target</replaceable></command> 552 <prompt>$ </prompt><command>&FBHome;/bin/findbugs <replaceable>options...</replaceable></command [all...] |
/external/libedit/src/ |
Makefile.in | 133 keymacro.c map.c chartype.c parse.c prompt.c read.c refresh.c \ 136 hist.h histedit.h keymacro.h map.h chartype.h parse.h prompt.h \ 146 keymacro.lo map.lo chartype.lo parse.lo prompt.lo read.lo \ 349 map.c chartype.c parse.c prompt.c read.c refresh.c search.c \ 352 histedit.h keymacro.h map.h chartype.h parse.h prompt.h read.h \ 457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prompt.Plo@am__quote@
|
/external/mksh/src/ |
lex.c | 1382 pprompt(prompt, 0); [all...] |
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
MainActivity.java | 139 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 200 * If the permission has been denied previously, a SnackBar will prompt the user to grant the
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
MainActivity.java | 139 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 200 * If the permission has been denied previously, a SnackBar will prompt the user to grant the
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
MainActivity.java | 139 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 200 * If the permission has been denied previously, a SnackBar will prompt the user to grant the
|
/docs/source.android.com/src/source/ |
developing.jd | 134 <p>This will list the changes you have committed and prompt you to select which branches to upload to the review server. If there is only one branch, you will see a simple <code>y/n</code> prompt.</p>
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
config.py | 238 -a Prompt for Google Cloud Storage access key and secret (the older 248 -e Prompt for service account credentials. This option requires that 673 def _PromptForProxyConfigVarAndMaybeSaveToBotoConfig(self, varname, prompt, 679 prompt: The prompt to output to the user. 682 value = raw_input(prompt) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 380 static char *tdb_getline(const char *prompt) 384 fputs(prompt, stdout);
|
/external/google-breakpad/src/client/mac/Framework/ |
Breakpad.h | 36 // 2. Prompt the user (using CFUserNotification) 245 // crash_sender should prompt the user, or the filesystem location for
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
TestFmwk.java | 519 * and run the returned target. After the last test returns, if prompt is 520 * set, prompt and wait for input from stdin. Finally, exit with number of 535 boolean prompt = false; 539 if (arg.equals("-p") || arg.equals("-prompt")) { 540 prompt = true; 592 if (prompt) { 1158 public boolean prompt; field in class:TestFmwk.TestParams [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestFmwk.java | 518 * and run the returned target. After the last test returns, if prompt is 519 * set, prompt and wait for input from stdin. Finally, exit with number of 534 boolean prompt = false; 538 if (arg.equals("-p") || arg.equals("-prompt")) { 539 prompt = true; 591 if (prompt) { 1157 public boolean prompt; field in class:TestFmwk.TestParams [all...] |