/external/libwebsockets/win32port/ |
D | libwebsockets.nsi | 69 …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/ |
D | Uninstal.wse | 445 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%
|
D | python20.wse | 197 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/ |
D | VersionInfo.cs | 41 public const string CurrentVersion = "1.16.0-dev"; field in Grpc.Core.VersionInfo
|
D | Version.cs | 23 [assembly: AssemblyInformationalVersion(Grpc.Core.VersionInfo.CurrentVersion)]
|
D | Channel.cs | 334 userAgentString += string.Format("grpc-csharp/{0}", VersionInfo.CurrentVersion); in EnsureUserAgentChannelOption()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | InterfaceFile.h | 226 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } 229 PackedVersion getCurrentVersion() const { return CurrentVersion; } 399 PackedVersion CurrentVersion;
|
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/ |
D | InterfaceFile.h | 228 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } 231 PackedVersion getCurrentVersion() const { return CurrentVersion; } 415 PackedVersion CurrentVersion;
|
/external/llvm-project/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 443 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/ |
D | TextStub.cpp | 438 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/ |
D | UserAgentStringTest.cs | 55 … Assert.AreEqual(string.Format("grpc-csharp/{0}", VersionInfo.CurrentVersion), parts[0]); in DefaultUserAgentString()
|
/external/grpc-grpc/templates/src/csharp/Grpc.Core/ |
D | VersionInfo.cs.template | 43 public const string CurrentVersion = "${settings.csharp_version}";
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 61 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/ |
D | GlobalModuleIndex.cpp | 63 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/ |
D | InstrProf.h | 788 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 790 const uint64_t Version = ProfVersion::CurrentVersion;
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 622 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/ |
D | InstrProf.h | 978 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 980 const uint64_t Version = ProfVersion::CurrentVersion;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 624 unsigned CurrentVersion = 0; in run() local 626 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 987 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 989 const uint64_t Version = ProfVersion::CurrentVersion;
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 637 unsigned CurrentVersion = 0; in run() local 639 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
/external/curl/CMake/ |
D | FindGSS.cmake | 288 …ent(_MIT_VERSION "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MIT\\Kerberos\\SDK\\CurrentVersion;VersionString]…
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 304 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 584 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
|