Home
last modified time | relevance | path

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

12

/external/libwebsockets/win32port/
Dlibwebsockets.nsi69 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "DisplayName"…
70 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "UninstallStr…
71 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "QuietUninsta…
72 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "HelpLink" "h…
73 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "URLInfoAbout…
74 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "DisplayVersi…
75 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "NoModify" …
76 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "NoRepair" …
111 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets"
/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/grpc-grpc/src/csharp/Grpc.Core/
DVersionInfo.cs41 public const string CurrentVersion = "1.16.0-dev"; field in Grpc.Core.VersionInfo
DVersion.cs23 [assembly: AssemblyInformationalVersion(Grpc.Core.VersionInfo.CurrentVersion)]
DChannel.cs334 userAgentString += string.Format("grpc-csharp/{0}", VersionInfo.CurrentVersion); in EnsureUserAgentChannelOption()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h226 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; }
229 PackedVersion getCurrentVersion() const { return CurrentVersion; }
399 PackedVersion CurrentVersion;
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h228 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; }
231 PackedVersion getCurrentVersion() const { return CurrentVersion; }
415 PackedVersion CurrentVersion;
/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStub.cpp443 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
626 File->setCurrentVersion(CurrentVersion); in denormalize()
738 PackedVersion CurrentVersion; member
816 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
921 File->setCurrentVersion(CurrentVersion); in denormalize()
985 PackedVersion CurrentVersion; member
1034 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1063 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp438 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
623 File->setCurrentVersion(CurrentVersion); in denormalize()
735 PackedVersion CurrentVersion; member
813 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
918 File->setCurrentVersion(CurrentVersion); in denormalize()
981 PackedVersion CurrentVersion; member
1030 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1059 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DUserAgentStringTest.cs55 … Assert.AreEqual(string.Format("grpc-csharp/{0}", VersionInfo.CurrentVersion), parts[0]); in DefaultUserAgentString()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/
DVersionInfo.cs.template43 public const string CurrentVersion = "${settings.csharp_version}";
/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-project/clang/lib/Serialization/
DGlobalModuleIndex.cpp63 static const unsigned CurrentVersion = 1; variable
190 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
789 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;
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp622 unsigned CurrentVersion = 0; in run() local
624 QueuePhiNode(PHIBlocks[i], AllocaNum, CurrentVersion); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h978 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
980 const uint64_t Version = ProfVersion::CurrentVersion;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp624 unsigned CurrentVersion = 0; in run() local
626 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h987 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
989 const uint64_t Version = ProfVersion::CurrentVersion;
/external/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp637 unsigned CurrentVersion = 0; in run() local
639 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/external/curl/CMake/
DFindGSS.cmake288 …ent(_MIT_VERSION "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MIT\\Kerberos\\SDK\\CurrentVersion;VersionString]…
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfWriter.cpp305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp304 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h584 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator

12