HomeSort by relevance Sort by last modified time
    Searched refs:UNINSTALL (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/lcov/bin/
install.sh 3 # install.sh [--uninstall] sourcefile targetfile [install options]
7 # Check for uninstall option
8 if test "x$1" == "x--uninstall" ; then
9 UNINSTALL=true
14 UNINSTALL=false
22 echo Usage: install.sh [--uninstall] source target [install options] >&2
56 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
59 echo WARNING: Skipping uninstall for $TARGET - not installed! >&2
65 if $UNINSTALL ; then
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_model_unittest.cc 56 ASSERT_TRUE(menu->IsCommandIdEnabled(ExtensionContextMenuModel::UNINSTALL));
63 ASSERT_FALSE(menu->IsCommandIdEnabled(ExtensionContextMenuModel::UNINSTALL));
extension_context_menu_model.cc 87 } else if (command_id == UNINSTALL) {
123 case UNINSTALL: {
175 AddItem(UNINSTALL, l10n_util::GetStringUTF16(IDS_EXTENSIONS_UNINSTALL));
extension_context_menu_model.h 33 UNINSTALL,
98 // Keeps track of the extension uninstall dialog.
extension_disabled_ui.cc 189 UNINSTALL,
350 // Delay showing the uninstall dialog, so that this function returns
391 user_response_ = UNINSTALL;
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 39 UNINSTALL,
168 UNINSTALL,
220 } else if (command_id == UNINSTALL) {
274 } else if (command_id == UNINSTALL) {
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 61 UNINSTALL = 1 << 1,
enumerate_modules_model_win.cc 49 ModuleEnumerator::UNINSTALL | ModuleEnumerator::SEE_LINK);
    [all...]
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 37 echo You must now UNINSTALL and RE-INSTALL the latest version of Chrome
  /external/chromium_org/chrome/installer/util/
installer_state.h 45 // TODO(erikwright): This is now used a fair bit during uninstall, and
46 // InstallerState::Initialize() contains a lot of code for uninstall. The class
68 UNINSTALL
installer_state.cc 119 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
126 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
163 // Uninstall each product of type |type| listed below based on the
164 // presence or absence of |switch_name| in that product's uninstall
191 VLOG(1) << "Uninstall distribution: "
254 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
262 operation_ = UNINSTALL;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ActionType.java 38 UNINSTALL(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.OK,
AppManagementActivity.java 248 case UNINSTALL:
281 mUninstallManager.uninstall(REQUEST_UNINSTALL);
342 actions.add(ActionType.UNINSTALL.toInitAction(getResources()));
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 392 // We don't want to include Chrome Binaries for uninstall if the machine
397 if (operation != InstallerState::UNINSTALL || !machine_has_other_products)
410 DCHECK(operation != InstallerState::UNINSTALL);
736 InstallerState::UNINSTALL,
757 // Loop over operations: {uninstall, install/update}.
767 // Skip the CF uninstall case due to limitations in
769 if (op_list[i_op] == InstallerState::UNINSTALL)
779 // If uninstall, remove product with bitwise AND; else add with OR.
780 int mach_after = (op_list[i_op] == InstallerState::UNINSTALL) ?
    [all...]
install_worker.cc 154 // Binaries. Only setup.exe is required, and only for uninstall.
216 if (installer_state.operation() == InstallerState::UNINSTALL) {
313 // the operation is an uninstall.
322 DCHECK(installer_state.operation() != InstallerState::UNINSTALL ||
325 DCHECK(installer_state.operation() == InstallerState::UNINSTALL ||
331 if (installer_state.operation() == InstallerState::UNINSTALL) {
430 // uninstall to be managed entirely by the MSI machinery (accessible via the
464 VLOG(1) << "Deleting old uninstall shortcut (if present): "
470 "Failed to delete old uninstall shortcut.");
672 // This method adds work items to create (or update) Chrome uninstall entry i
    [all...]
setup_util.cc 329 bool is_uninstall = installer_state.operation() == InstallerState::UNINSTALL;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 1799 milliseconds