HomeSort by relevance Sort by last modified time
    Searched full:reinstall (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/installer/gcapi_mac/
gcapi_example_client.mm 18 " --force-reinstall delete Google Chrome from Applications first\n"
29 { "force-reinstall", no_argument, NULL, 'r' },
40 bool reinstall = false;
50 reinstall = true;
68 if (reinstall) {
  /external/chromium_org/tools/cr/cr/commands/
install.py 14 installs it using Installer.Reinstall.
36 cr.Installer.Reinstall(targets, cr.context.remains)
debug.py 39 cr.Installer.Reinstall(targets, [])
run.py 48 cr.Installer.Reinstall(run_targets, [])
  /external/chromium_org/tools/cr/cr/actions/
adb.py 82 def Reinstall(cls, target, arguments):
143 def Reinstall(self, targets, arguments):
145 Adb.Reinstall(target, arguments)
linux.py 49 def Reinstall(self, targets, arguments):
installer.py 34 def Reinstall(self, targets, arguments):
  /external/chromium_org/build/android/
update_verification.py 33 output = device.old_interface.Install(from_apk, reinstall=True)
52 output = device.old_interface.Install(from_apk, reinstall=True)
72 output = device.old_interface.Install(to_apk, reinstall=True)
adb_install_apk.py 86 options.apk, reinstall=options.keep_data)
  /external/chromium_org/build/android/pylib/device/
device_utils.py 204 def Install(self, apk_path, reinstall=False, timeout=None, retries=None):
211 reinstall: A boolean indicating if we should keep any existing app data.
225 if not reinstall:
237 out = self.old_interface.Install(apk_path, reinstall=reinstall)
adb_wrapper.py 238 def Install(self, apk_path, forward_lock=False, reinstall=False,
245 reinstall: (optional) If set reinstalls the app, keeping its data.
254 if reinstall:
  /external/bison/lib/
sigaction.c 30 signal is sent twice in a row before we can reinstall our handler,
98 /* Reinstall the signal handler when required; otherwise update the
104 reinstall the handler will trigger the default handler; oh
sigprocmask.c 194 /* Reinstall the handler, in case the signal occurs multiple times
197 when we reinstall it will trigger the default handler; oh
  /external/chromium_org/chrome/browser/ui/views/
outdated_upgrade_bubble_view.h 64 // reinstall.
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_commands_test.py 329 """The reinstall command should remove, then install, the specified
348 # Reinstall the bundle.
349 self._Run(['reinstall', 'pepper_23'])
361 """The reinstall command should only use the most recent archive if there
365 duplicating archives from different revisions. Make sure that reinstall
383 output = self._Run(['reinstall', 'pepper_23'])
393 """The reinstall command should not update a bundle that has an update."""
412 # Reinstall.
413 self._Run(['reinstall', 'pepper_23'])
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_xbiosevents.c 98 /* Reinstall system vector */
  /external/chromium_org/build/android/gyp/
apk_install.py 88 device.Install(options.apk_path, reinstall=True)
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 38 ENABLE_ON_REINSTALL, // Triggered by Chrome reinstall finding pref.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
test.xml 21 <target name="setup" if="clean" description="Reinstall the test Eclipse installation if specified by user">
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 149 // Need to reinstall the sample app
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 149 // Need to reinstall the sample app
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 149 // Need to reinstall the sample app
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_browsertest.cc 162 // Revisit the inline install site and reinstall the extension. It should
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
build_messages.properties 19 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...]

Completed in 1472 milliseconds

1 2 3 4 5 6