Home
last modified time | relevance | path

Searched refs:Uninstall (Results 1 – 23 of 23) 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/chromium-trace/catapult/devil/devil/android/tools/
Dwebview_app.py143 device.Uninstall(package_name)
162 device.Uninstall(package_name)
Dsystem_app_devicetest.py49 self._device.Uninstall(self.PACKAGE)
Dsystem_app.py200 device.Uninstall(apk_helper.GetPackageName(apk))
Dprovision_devices.py252 device.Uninstall(package)
/external/eigen/cmake/
DEigenUninstall.cmake1 ################ CMake Uninstall Template #######################
/external/toybox/scripts/
Dinstall.sh18 [ "$1" == "--uninstall" ] && UNINSTALL=Uninstall
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper_devicetest.py91 self._adb.Uninstall('some.nonexistant.package')
Dadb_wrapper.py817 def Uninstall(self, package, keep_data=False, timeout=DEFAULT_TIMEOUT, member in AdbWrapper
/external/expat/win32/
Dexpat.iss24 UninstallFilesDir={app}\Uninstall
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py805 self.call.device.Uninstall('test.package'),
817 self.call.device.Uninstall('test.package'),
976 self.call.device.Uninstall('test.package'),
1026 self.call.adb.Uninstall('test.package', True)):
1027 self.device.Uninstall('test.package', True)
1032 self.device.Uninstall('test.package', True)
Ddevice_utils.py1020 self.Uninstall(package_name)
1062 def Uninstall(self, package_name, keep_data=False, timeout=None, member in DeviceUtils
1086 self.adb.Uninstall(package_name, keep_data)
/external/libevent/
DCMakeLists.txt1498 configure_file(${PROJECT_SOURCE_DIR}/cmake/Uninstall.cmake.in
1499 ${PROJECT_BINARY_DIR}/Uninstall.cmake
1503 COMMAND ${CMAKE_COMMAND} -P ${PROJECT_BINARY_DIR}/Uninstall.cmake)
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md223 ### AdbWrapper.Uninstall
Ddevice_utils.md311 ### DeviceUtils.Uninstall
/external/python/cpython3/Doc/using/
Dwindows.rst275 choose "Uninstall/Change" to open the installer in maintenance mode.
285 "Uninstall" will remove Python entirely, with the exception of the
332 Python in Start and right-click to select Uninstall. Uninstalling will
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst826 Ensure separate Modify and Uninstall buttons are displayed.
/external/python/cpython3/Tools/msi/
DREADME.txt516 Repair, Modify and Uninstall
/external/vulkan-validation-layers/
DBUILD.md564 #### 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.