/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_xbiosevents.c | 97 /* Reinstall system vector */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Device.java | 410 public String installPackage(String packageFilePath, boolean reinstall) 414 String result = installRemotePackage(remoteFilePath, reinstall); 463 public String installRemotePackage(String remoteFilePath, boolean reinstall) 467 String cmd = String.format(reinstall ? "pm install -r \"%1$s\"" : "pm install \"%1$s\"",
|
IDevice.java | 323 * @param reinstall set to <code>true</code> if re-install of app should be performed 331 public String installPackage(String packageFilePath, boolean reinstall) 351 * @param reinstall set to <code>true</code> if re-install of app should be performed 358 public String installRemotePackage(String remoteFilePath, boolean reinstall)
|
/sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/ |
RemoteAndroidTestRunnerTest.java | 235 public String installPackage(String packageFilePath, boolean reinstall) 245 boolean reinstall) throws IOException {
|
/external/quake/quake/src/WinQuake/ |
dos_v2.cpp | 211 // find and reinstall previous interrupt
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
build_messages.properties | 15 DX_Jar_Error=Dx.jar is not found inside the plugin. Reinstall ADT\!
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ApkInstallManager.java | 156 // failed to query pm? force reinstall.
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 198 * @param reinstall set to <code>true</code> if re-install of app should be performed 209 * @param reinstall set to <code>true</code> if re-install of app should be performed 223 * @param reinstall set to <code>true</code> if re-install of app should be performed
|
PackageManagerHostTests.java | 597 * uninstall it, and reinstall it onto the SD card. 625 * uninstall it, and reinstall it onto the device. [all...] |
/cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/ |
AppSecurityTests.java | 122 true /* reinstall */);
|
/external/protobuf/python/ |
ez_setup.py | 239 print '(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)'
|
/frameworks/base/docs/html/guide/developing/tools/ |
adt.jd | 118 Java 6 will resolve this issue and you can then reinstall the ADT
|
/bootable/recovery/ |
recovery.c | 95 * -- after this, rebooting will attempt to reinstall the update -- 109 * -- after this, rebooting will attempt to reinstall firmware --
|
/frameworks/base/docs/html/guide/appendix/faq/ |
troubleshooting.jd | 219 <p>To resolve the issue, you need to fully uninstall the preinstalled and then reinstall it using 226 <li>Reinstall the app using the command <code>adb install <path to the ApiDemos.apk></code>. If you are
|
/frameworks/base/docs/html/resources/faq/ |
troubleshooting.jd | 219 <p>To resolve the issue, you need to fully uninstall the preinstalled and then reinstall it using 226 <li>Reinstall the app using the command <code>adb install <path to the ApiDemos.apk></code>. If you are
|
/external/quake/quake/src/WinQuake/kit/ |
3DFX.TXT | 254 1) Download and reinstall OpenGL for Windows 95 from the source
|
/frameworks/base/docs/html/sdk/ |
eclipse-adt.jd | 596 Java 6 will resolve this issue and you can then reinstall the ADT 662 href="#uninstalling">Uninstalling the ADT Plugin</a>, below. To reinstall
|
/system/core/adb/ |
commandline.c | 131 " ('-r' means reinstall the app, keeping its data)\n" [all...] |
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | [all...] |
/frameworks/base/docs/html/guide/appendix/ |
market-filters.jd | 328 suspended, users will not be able to reinstall or update it, even if it appears in their Downloads.</p> </td></tr>
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | [all...] |
/build/core/ |
Makefile | 516 # if we've been run my mm, mmm, etc, don't reinstall this every time [all...] |
/frameworks/base/core/java/android/content/ |
SyncManager.java | [all...] |
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | [all...] |