/external/libjpeg-turbo/release/ |
D | installer.nsi.in | 106 …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@"… 122 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@INST_REG_NAME@ @VERSION@"
|
/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/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/include/llvm/ProfileData/ |
D | InstrProf.h | 788 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 790 const uint64_t Version = ProfVersion::CurrentVersion;
|
D | InstrProfData.inc | 232 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 893 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 895 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-7.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 646 unsigned CurrentVersion = 0; in run() local 648 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
D | InstrProfReader.cpp | 645 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 823 unsigned CurrentVersion = 0; in DetermineInsertionPoint() local 825 QueuePhiNode(DFBlocks[i].second, AllocaNum, CurrentVersion); in DetermineInsertionPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 265 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
D | InstrProfReader.cpp | 672 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
|
/external/curl/CMake/ |
D | FindGSS.cmake | 263 …ent(_MIT_VERSION "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MIT\\Kerberos\\SDK\\CurrentVersion;VersionString]…
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 584 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 783 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 525 if (Version > coverage::CovMapVersion::CurrentVersion) in readCoverageMappingData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 561 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 232 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|