Home
last modified time | relevance | path

Searched refs:HKEY_LOCAL_MACHINE (Results 1 – 25 of 102) sorted by relevance

12345

/external/deqp/scripts/build/
Dconfig.py180 …10: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.10.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software…
181 …11: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.11.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software…
182 …12: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.12.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software…
183 …14: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.14.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software…
184 …15: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.15.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software…
185 …16: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.16.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software…
/external/mdnsresponder/mDNSWindows/ControlPanel/
DServicesPage.cpp110 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\Services\\SMB", 0, in OnSetActive()
127 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\Power Management", 0, in OnSetActive()
174 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\Services\\SMB", 0, in Commit()
185 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\Power Management", 0, in Commit()
DFourthPage.cpp108 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\Power Management", 0, in OnSetActive()
155 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\Power Management", 0, in Commit()
DRegistrationPage.cpp51 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\DynDNS\\Setup\\Hostnames", 0, in IMPLEMENT_DYNCREATE()
55 …err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\DynDNS\\Setup\\" kServiceDynD… in IMPLEMENT_DYNCREATE()
59 err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\DynDNS\\State\\Hostnames", 0, in IMPLEMENT_DYNCREATE()
DControlPanelExe.cpp190 …{ HKEY_LOCAL_MACHINE, TEXT( "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\… in Register()
236 MyRegDeleteKey( HKEY_LOCAL_MACHINE, keyName ); in Unregister()
DBrowsingPage.cpp133 …err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\DynDNS\\Setup\\" kServiceDynD… in OnSetActive()
219 …err = RegCreateKeyEx( HKEY_LOCAL_MACHINE, kServiceParametersNode L"\\DynDNS\\Setup\\" kServiceDynD… in Commit()
/external/python/cpython2/PCbuild/
Dfind_msbuild.bat34 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /…
35 @if NOT ERRORLEVEL 1 @for /F "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof…
41 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\SxS\VS7" /v 15.0 /reg:32 >nul 2>nul
42 @if NOT ERRORLEVEL 1 @for /F "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof…
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DJDKGenericDumpTestCase.java20 import static com.sun.jna.platform.win32.WinReg.HKEY_LOCAL_MACHINE;
65 …s.addAll(findJavaHomesOnWindows(keyJre, Advapi32Util.registryGetKeys(HKEY_LOCAL_MACHINE, keyJre))); in addAllJavaHomesOnWindows()
106 if (Advapi32Util.registryKeyExists(HKEY_LOCAL_MACHINE, keyJavaHome + "\\" + key)) { in findJavaHomesOnWindows()
107 final String javaHome = Advapi32Util.registryGetStringValue(HKEY_LOCAL_MACHINE, in findJavaHomesOnWindows()
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in6 <LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\@REG_KEY@)</LLVMInstallDir>
7 …<LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow64…
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile29 RUN $oldpath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contr…
31 …Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Mana…
59 RUN $oldpath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contr…
61 …Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Mana…
71 RUN $oldpath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contr…
73 …Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Mana…
/external/python/dateutil/dateutil/tz/
Dwin.py35 handle = winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE)
151 with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle:
218 with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle:
277 with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle:
/external/fmtlib/support/cmake/
DFindSetEnv.cmake4 …PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows;CurrentInstallFolder]/bin…
/external/libwebsockets/lib/plat/windows/
Dwindows-resolv.c48 if ((err = RegOpenKey(HKEY_LOCAL_MACHINE, key, &hKey)) != ERROR_SUCCESS) { in lws_plat_asyncdns_init()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc95 HKEY_LOCAL_MACHINE, reg_key_path, reg_key_name); in grpc_alts_is_running_on_gcp()
/external/ImageMagick/MagickCore/
Dnt-feature.c154 res = RegOpenKeyExA (HKEY_LOCAL_MACHINE, in NTAcquireTypeCache()
162 res = RegOpenKeyExA (HKEY_LOCAL_MACHINE, in NTAcquireTypeCache()
/external/python/cpython3/PCbuild/
Dfind_msbuild.bat43 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /…
44 @if NOT ERRORLEVEL 1 @for /F "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof…
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c521 err = RegCreateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode, &key ); in SetServiceParameters()
566 err = RegCreateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode, &key ); in GetServiceParameters()
673 err = RegCreateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode, &key ); in CheckFirewall()
951 err = RegCreateKey( HKEY_LOCAL_MACHINE, s, &key ); in ServiceSetupEventLogging()
1675 …err = RegOpenKeyEx( HKEY_LOCAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\lanmanserver\\p… in SetupNotifications()
1690 …err = RegCreateKey( HKEY_LOCAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Paramete… in SetupNotifications()
1702 …err = RegCreateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode TEXT("\\DynDNS\\Setup"), &gDdnsKey … in SetupNotifications()
1714 …err = RegCreateKey( HKEY_LOCAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\lanmanserver\\S… in SetupNotifications()
1740 …err = RegCreateKey( HKEY_LOCAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\P… in SetupNotifications()
1758 …err = RegCreateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode TEXT("\\Services"), &gAdvertisedSer… in SetupNotifications()
[all …]
/external/python/cpython2/PC/VS7.1/
Dmake_buildinfo.c33 if (RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\TortoiseSVN", &hTortoise) != ERROR_SUCCESS && in make_buildinfo2()
/external/python/cpython2/PC/VS9.0/
Dmake_buildinfo.c35 if (RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\TortoiseSVN", &hTortoise) != ERROR_SUCCESS && in make_buildinfo2()
/external/python/cpython2/PC/VS8.0/
Dmake_buildinfo.c35 if (RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\TortoiseSVN", &hTortoise) != ERROR_SUCCESS && in make_buildinfo2()
/external/python/cpython2/PC/
Dimport_nt.c61 keyBase = HKEY_LOCAL_MACHINE; in PyWin_FindRegisteredModule()
/external/python/cpython3/Lib/test/
Daudit-tests.py282 from winreg import OpenKey, EnumKey, CloseKey, HKEY_LOCAL_MACHINE
291 k = OpenKey(HKEY_LOCAL_MACHINE, "Software")
Dtest_winreg.py228 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
245 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
407 with OpenKey(HKEY_LOCAL_MACHINE, "Software") as key:
/external/python/cpython2/Lib/test/
Dtest_winreg.py215 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
232 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
386 with OpenKey(HKEY_LOCAL_MACHINE, "Software") as key:
/external/llvm-project/llvm/tools/msbuild/
DLLVM.Cpp.Common.props40 <LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM)</LLVMInstallDir>
41 …<LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow64…

12345