Home
last modified time | relevance | path

Searched defs:reg_key (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/os/
H A Dregistry_util_unittest.cc342 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
357 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
380 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
400 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
420 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
437 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
452 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
469 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, kRegistryKeyPath, in TEST() local
583 base::win::RegKey reg_key(HKEY_CURRENT_USER, kRegistryKeyPath, in TEST() local
602 base::win::RegKey reg_key(HKEY_CURRENT_USER, kRegistryKeyPath, in TEST() local
[all …]
H A Dregistry_util.cc257 bool ReadRegistryValue(const base::win::RegKey& reg_key, in ReadRegistryValue()
360 base::win::RegKey reg_key; in ReadRegistryValue() local
374 base::win::RegKey* reg_key) { in WriteRegistryValue()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-win32dep.c38 HKEY reg_key = NULL; in _reg_open_key() local
66 static gboolean _reg_read(HKEY reg_key, const char *valname, LPDWORD type, LPBYTE data, LPDWORD dat… in _reg_read()
97 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_expand_string() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/importer/
H A Dfirefox_importer_utils_win.cc37 base::win::RegKey reg_key(kFireFoxRegistryPath, kFirefoxPath, KEY_READ); in GetCurrentFirefoxMajorVersionFromRegistry() local
53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(), in GetFirefoxInstallPathFromRegistry() local
H A Dimporter_test_registry_overrider_win.cc54 base::win::RegKey reg_key(HKEY_CURRENT_USER, temporary_key_.c_str(), in ~ImporterTestRegistryOverrider() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/importer/
H A Dfirefox_importer_utils_win.cc37 base::win::RegKey reg_key(kFireFoxRegistryPath, kFirefoxPath, KEY_READ); in GetCurrentFirefoxMajorVersionFromRegistry() local
53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(), in GetFirefoxInstallPathFromRegistry() local
H A Dimporter_test_registry_overrider_win.cc54 base::win::RegKey reg_key(HKEY_CURRENT_USER, temporary_key_.c_str(), in ~ImporterTestRegistryOverrider() local
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/win32/
H A Dwin32dep.c211 HKEY reg_key; in wpurple_write_reg_string() local
249 HKEY reg_key = NULL; in _reg_open_key() local
271 static gboolean _reg_read(HKEY reg_key, const char *valname, LPDWORD type, LPBYTE data, LPDWORD dat… in _reg_read()
294 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_dword() local
310 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_string() local
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/win32/
H A Dwin32dep.c211 HKEY reg_key; in wpurple_write_reg_string() local
249 HKEY reg_key = NULL; in _reg_open_key() local
271 static gboolean _reg_read(HKEY reg_key, const char *valname, LPDWORD type, LPBYTE data, LPDWORD dat… in _reg_read()
294 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_dword() local
310 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_string() local
/dports/net-im/finch/pidgin-2.14.8/libpurple/win32/
H A Dwin32dep.c211 HKEY reg_key; in wpurple_write_reg_string() local
249 HKEY reg_key = NULL; in _reg_open_key() local
271 static gboolean _reg_read(HKEY reg_key, const char *valname, LPDWORD type, LPBYTE data, LPDWORD dat… in _reg_read()
294 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_dword() local
310 HKEY reg_key = _reg_open_key(rootkey, subkey, KEY_QUERY_VALUE); in wpurple_read_reg_string() local
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-win32-defaults.c229 static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE; in _e_win32_register_addressbook_impl() local
364 static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE; in _e_win32_register_mailer_impl() local
479 static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE; in _e_win32_set_default_mailer_impl() local
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_region.ps1133 Function Test-RegistryProperty($reg_key, $property) { in Test-RegistryProperty()
154 $reg_key = 'HKCU:\Control Panel\International' in Set-UserLocale() variable
201 if (Test-RegistryProperty -reg_key $reg_key -property 'sShortTime') { in Set-UserLocale() variable
208 if (Test-RegistryProperty -reg_key $reg_key -property $property.Name) { in Set-UserLocale() variable
214 Set-ItemProperty -Path $reg_key -Name $name -Value $new_value -WhatIf:$check_mode in Set-UserLocale() variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_region.ps1195 Function Test-RegistryProperty($reg_key, $property) { in Test-RegistryProperty()
216 $reg_key = 'HKCU:\Control Panel\International' in Set-UserLocale() variable
263 if (Test-RegistryProperty -reg_key $reg_key -property 'sShortTime') { in Set-UserLocale() variable
270 if (Test-RegistryProperty -reg_key $reg_key -property $property.Name) { in Set-UserLocale() variable
276 … Set-ItemProperty -LiteralPath $reg_key -Name $name -Value $new_value -WhatIf:$check_mode in Set-UserLocale() variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc111 base::string16 reg_key = GetApKeyPath(); in CreateApKey() local
127 base::string16 reg_key(google_update::kRegPathClientState); in GetApKeyPath() local
137 base::string16 reg_key = GetApKeyPath(); in ReadApKeyValue() local
327 base::string16 reg_key = GetApKeyPath(); in TEST_F() local
923 const base::string16& reg_key) { in ApplySetting()
956 const base::string16 reg_key = in TEST_P() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dgcp_crash_reporting_utils.cc45 base::win::RegKey reg_key( in GetSystemTempFolder() local
/dports/security/dirmngr/dirmngr-1.1.0/jnlib/
H A Dw32-reg.c154 HKEY root_key, reg_key; in write_w32_registry_string() local
/dports/security/gpa/gpa-0.10.0/src/
H A Dw32reg.c168 HKEY reg_key; in write_w32_registry_string() local
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Dw32reg.c152 HKEY root_key, reg_key; in write_w32_registry_string() local
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dnt-feature.c127 reg_key = (HKEY) INVALID_HANDLE_VALUE; in NTAcquireTypeCache() local
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dnt-feature.c127 reg_key = (HKEY) INVALID_HANDLE_VALUE; in NTAcquireTypeCache() local
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dnt-feature.c129 reg_key = (HKEY) INVALID_HANDLE_VALUE; in NTAcquireTypeCache() local
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dnt-feature.c129 reg_key = (HKEY) INVALID_HANDLE_VALUE; in NTAcquireTypeCache() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstaller_crash_reporting.cc50 base::win::RegKey reg_key( in GetSystemTemp() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/pup_data/
H A Dpup_data_unittest.cc441 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, k42RegistryKeyPath, in TEST_F() local
459 base::win::RegKey reg_key; in TEST_F() local
477 base::win::RegKey reg_key; in TEST_F() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprefix.c86 static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE; variable

12345678