Home
last modified time | relevance | path

Searched refs:CurrentVersion (Results 1 – 17 of 17) sorted by relevance

/external/vulkan-validation-layers/windowsRuntimeInstaller/
DInstallerRT.nsi300 …ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVER…
349 …ReadRegDword $1 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTV…
379 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
380 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
381 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
382 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
383 …WriteRegDword HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVER…
384 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
385 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSI…
386 …WriteRegDword HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVER…
[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@"…
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%
499 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
505 Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
Dpython20.wse197 Key=SOFTWARE\Microsoft\Windows\CurrentVersion
204 Key=SOFTWARE\Microsoft\Windows\CurrentVersion
1490 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1497 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1504 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1511 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1518 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1525 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1532 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
1539 Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
[all …]
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp61 static const unsigned CurrentVersion = 1; variable
173 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
706 Record.push_back(CurrentVersion); in writeIndex()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h788 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
790 const uint64_t Version = ProfVersion::CurrentVersion;
DInstrProfData.inc232 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
/external/fonttools/Windows/
Dfonttools-win-setup.iss41 …indows\CurrentVersion\Explorer\Shell Folders,SendTo}\TTX; Filename: {app}\ttx.exe; WorkingDir: {re…
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp622 unsigned CurrentVersion = 0; in run() local
624 QueuePhiNode(PHIBlocks[i], AllocaNum, CurrentVersion); in run()
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
DInstrProfReader.cpp645 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp823 unsigned CurrentVersion = 0; in DetermineInsertionPoint() local
825 QueuePhiNode(DFBlocks[i].second, AllocaNum, CurrentVersion); in DetermineInsertionPoint()
/external/curl/CMake/
DFindGSS.cmake266 …ent(_MIT_VERSION "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MIT\\Kerberos\\SDK\\CurrentVersion;VersionString]…
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h584 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp525 if (Version > coverage::CovMapVersion::CurrentVersion) in readCoverageMappingData()
/external/compiler-rt/lib/profile/
DInstrProfData.inc232 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))