/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/chrome/browser/extensions/ |
webstore_reinstaller.h | 14 // they want to reinstall (using the verbase "Repair", since this is our action 16 // the extension and reinstall it directly from the webstore. 24 // Begin the reinstall process. |callback| (from the constructor) will be
|
webstore_inline_installer_browsertest.cc | 162 // Revisit the inline install site and reinstall the extension. It should
|
webstore_reinstaller_browsertest.cc | 117 // The reinstall should have succeeded, and the extension should have been
|
/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):
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
StatusFragment.java | 106 // Need to reinstall the sample app 111 // Need to reinstall the sample app
|
MainActivity.java | 45 // Need to reinstall the sample app
|
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
StatusFragment.java | 106 // Need to reinstall the sample app 111 // Need to reinstall the sample app
|
MainActivity.java | 45 // Need to reinstall the sample app
|
/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/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">
|
/external/chromium_org/build/android/pylib/device/ |
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:
|