/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/ui/views/ |
outdated_upgrade_bubble_view.h | 60 // reinstall. 63 // Identifies if the reinstall button was hit before closing the bubble.
|
outdated_upgrade_bubble_view.cc | 194 content::UserMetricsAction("OutdatedUpgradeBubble.Reinstall"));
|
/external/chromium_org/build/android/ |
run_update_verification.py | 32 output = adb.Install(from_apk, reinstall=True) 50 output = adb.Install(from_apk, reinstall=True) 68 output = adb.Install(to_apk, reinstall=True)
|
/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/native_client_sdk/src/build_tools/tests/ |
sdktools_commands_test.py | 309 """The reinstall command should remove, then install, the specified 328 # Reinstall the bundle. 329 self._Run(['reinstall', 'pepper_23']) 341 """The reinstall command should only use the most recent archive if there 345 duplicating archives from different revisions. Make sure that reinstall 363 output = self._Run(['reinstall', 'pepper_23']) 373 """The reinstall command should not update a bundle that has an update.""" 392 # Reinstall. 393 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 | 82 device.Install(options.apk_path, reinstall=True)
|
/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/chrome/common/extensions/docs/templates/articles/ |
app_lifecycle.html | 173 so that if users reinstall your app,
|
/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...] |
/external/chromium/chrome/browser/extensions/ |
extension_management_browsertest.cc | 381 << "External reinstall of a killed extension shouldn't work."; 383 << "External reinstall of a killed extension should leave it killed.";
|
/external/chromium_org/chrome/common/extensions/ |
extension.h | 66 // An external extension that the user uninstalled. We should not reinstall 97 REINSTALL,
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
update.py | 244 def Reinstall(delegate, local_manifest, bundle_names): 251 logging.warn('No bundles to reinstall.')
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_main.py | 255 Note that if there is an update to a given bundle, reinstall will not 269 command.update.Reinstall(delegate, local_manifest, args)
|
/external/chromium/chrome/browser/ |
browser_main_posix.cc | 39 // Reinstall the default handler. We had one shot at graceful shutdown.
|
/external/valgrind/main/docs/internals/ |
BIG_APP_NOTES.txt | 124 # having to endlessly reinstall. It also creates 'ooenv' in
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | [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.
|
/external/chromium/build/ |
install-build-deps.sh | 256 # We initially run "apt-get" with the --reinstall option and parse its output. 265 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)" 385 --yes --download-only --force-yes --reinstall install \
|
/external/chromium_org/build/ |
install-build-deps.sh | 262 # We initially run "apt-get" with the --reinstall option and parse its output. 271 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)" 380 --yes --download-only --force-yes --reinstall install \
|
/external/chromium_org/build/android/pylib/ |
android_commands.py | 384 def Install(self, package_file_path, reinstall=False): 389 reinstall: Reinstall an existing apk, keeping the data. 399 if reinstall: 415 doesn't reinstall if the apk md5sums match. 439 install_status = self.Install(apk_path, reinstall=keep_data) [all...] |