Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/windowsRuntimeInstaller/
DInstallerRT.nsi54 !define errorMessage1un "Uninstall of ${PRODUCTNAME} failed!$\r$\n"
202 WriteUninstaller "$%TEMP%\Uninstall${PRODUCTNAME}.exe"
216 UninstallCaption "\${PRODUCTNAME} ${PRODUCTVERSION} Uninstall"
217 …ll uninstall ${PRODUCTNAME} ${PRODUCTVERSION} from your computer. Click Uninstall to start the uni…
300 …ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVER…
341 File "Uninstall${PRODUCTNAME}.exe"
349 …ReadRegDword $1 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTV…
366 CopyFiles /SILENT "$INSTDIR\Uninstall${PRODUCTNAME}.exe" "$INSTDIR\Instance_$IC"
369 CopyFiles /SILENT "$INSTDIR\Uninstall${PRODUCTNAME}.exe" "$INSTDIR\Instance_$IC"
379 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
[all …]
DREADME.txt107 HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\
145 HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT<version>\UninstallString
/external/libjpeg-turbo/release/
Dlibjpeg-turbo.nsi.in93 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@" "…
94 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@" "…
95 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@"…
96 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@"…
100 Section "Uninstall" section
109 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/libmojo/third_party/catapult/devil/devil/android/sdk/
Dadb_wrapper_devicetest.py88 self._adb.Uninstall('some.nonexistant.package')
Dadb_wrapper.py662 def Uninstall(self, package, keep_data=False, timeout=DEFAULT_TIMEOUT, member in AdbWrapper
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper_devicetest.py91 self._adb.Uninstall('some.nonexistant.package')
Dadb_wrapper.py747 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/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py703 self.Uninstall(package_name)
731 def Uninstall(self, package_name, keep_data=False, timeout=None, member in DeviceUtils
752 self.adb.Uninstall(package_name, keep_data)
Ddevice_utils_test.py656 self.call.device.Uninstall('test.package'),
774 self.call.adb.Uninstall('test.package', True)):
775 self.device.Uninstall('test.package', True)
780 self.device.Uninstall('test.package', True)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py775 self.Uninstall(package_name)
803 def Uninstall(self, package_name, keep_data=False, timeout=None, member in DeviceUtils
824 self.adb.Uninstall(package_name, keep_data)
Ddevice_utils_test.py693 self.call.device.Uninstall('test.package'),
842 self.call.adb.Uninstall('test.package', True)):
843 self.device.Uninstall('test.package', True)
848 self.device.Uninstall('test.package', True)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py248 device.Uninstall(package)
/external/fonttools/Windows/
Dfonttools-win-setup.iss40 Name: {group}\Uninstall TTX; Filename: {uninstallexe}; IconIndex: 0
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md223 ### AdbWrapper.Uninstall
Ddevice_utils.md279 ### DeviceUtils.Uninstall
/external/devlib/doc/
Dtarget.rst407 Uninstall the specified executable from the target
/external/python/cpython2/Misc/
DHISTORY9694 Release 1.5.2c1. Add IDLE and Uninstall to program group.