Home
last modified time | relevance | path

Searched refs:Uninstall (Results 1 – 22 of 22) sorted by relevance

/external/libjpeg-turbo/release/
Dinstaller.nsi.in106 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@" "…
107 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@" "…
108 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@"…
109 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@"…
113 Section "Uninstall" section
122 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@"
/external/python/cpython2/PC/VS7.1/
DUninstal.wse445 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
452 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
465 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
472 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
484 Icon Name=Uninstall %APPTITLE%
499 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
505 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
Dpython20.wse2844 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2851 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2858 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2865 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2872 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2881 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2888 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2895 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2902 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
2909 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
[all …]
/external/eigen/cmake/
DEigenUninstall.cmake1 ################ CMake Uninstall Template #######################
/external/toybox/scripts/
Dinstall.sh18 [ "$1" == "--uninstall" ] && UNINSTALL=Uninstall
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app_devicetest.py49 self._device.Uninstall(self.PACKAGE)
Dsystem_app.py145 device.Uninstall(apk_helper.GetPackageName(apk))
Dprovision_devices.py252 device.Uninstall(package)
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper_devicetest.py91 self._adb.Uninstall('some.nonexistant.package')
Dadb_wrapper.py796 def Uninstall(self, package, keep_data=False, timeout=DEFAULT_TIMEOUT, member in AdbWrapper
/external/swiftshader/third_party/LLVM/
DMakefile.rules1085 $(Echo) Uninstall circumvented with NO_INSTALL
1162 $(Echo) Uninstall circumvented with NO_INSTALL
1236 $(Echo) Uninstall circumvented with NO_INSTALL
1288 $(Echo) Uninstall circumvented with NO_INSTALL
1294 $(Echo) Uninstall circumvented with NO_INSTALL
1436 $(Echo) Uninstall circumvented with NO_INSTALL
2120 $(Echo) Uninstall circumvented with NO_INSTALL
/external/expat/win32/
Dexpat.iss24 UninstallFilesDir={app}\Uninstall
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py952 self.Uninstall(package_name)
981 def Uninstall(self, package_name, keep_data=False, timeout=None, member in DeviceUtils
1002 self.adb.Uninstall(package_name, keep_data)
Ddevice_utils_test.py777 self.call.device.Uninstall('test.package'),
926 self.call.adb.Uninstall('test.package', True)):
927 self.device.Uninstall('test.package', True)
932 self.device.Uninstall('test.package', True)
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md223 ### AdbWrapper.Uninstall
Ddevice_utils.md311 ### DeviceUtils.Uninstall
/external/python/cpython3/Doc/using/
Dwindows.rst273 choose "Uninstall/Change" to open the installer in maintenance mode.
283 "Uninstall" will remove Python entirely, with the exception of the
330 Python in Start and right-click to select Uninstall. Uninstalling will
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst829 Ensure separate Modify and Uninstall buttons are displayed.
/external/python/cpython3/Tools/msi/
DREADME.txt518 Repair, Modify and Uninstall
/external/vulkan-validation-layers/
DBUILD.md531 #### Linux Uninstall
/external/python/cpython2/Misc/
DHISTORY9694 Release 1.5.2c1. Add IDLE and Uninstall to program group.
/external/python/cpython3/Misc/
DHISTORY27073 Release 1.5.2c1. Add IDLE and Uninstall to program group.