HomeSort by relevance Sort by last modified time
    Searched refs:HKEY_LOCAL_MACHINE (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 158 if (LoadUserDataDirPolicyFromRegistry(HKEY_LOCAL_MACHINE, key_name,
  /external/chromium_org/chrome/installer/util/
product.cc 120 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
delete_after_reboot_helper.cc 272 base::win::RegKey session_manager_key(HKEY_LOCAL_MACHINE, kSessionManagerKey,
378 base::win::RegKey session_manager_key(HKEY_LOCAL_MACHINE, kSessionManagerKey,
delete_after_reboot_helper_unittest.cc 46 HKEY_LOCAL_MACHINE, kSessionManagerKey,
google_update_util.cc 48 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
installation_state.cc 51 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
  /external/chromium_org/remoting/host/win/
rdp_client.cc 137 base::win::RegKey key(HKEY_LOCAL_MACHINE, kRdpPortKeyName, KEY_READ);
  /external/chromium_org/rlz/win/lib/
rlz_lib_win.cc 89 if (hklm_key.Create(HKEY_LOCAL_MACHINE,
  /external/chromium_org/third_party/npapi/npspy/windows/
profilew.cpp 48 LONG res = RegCreateKeyEx(HKEY_LOCAL_MACHINE,
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 84 const HKEY root = is_per_user ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
  /external/qemu/
tap-win32.c 195 HKEY_LOCAL_MACHINE,
236 HKEY_LOCAL_MACHINE,
295 HKEY_LOCAL_MACHINE,
337 HKEY_LOCAL_MACHINE,
  /external/chromium_org/base/win/
win_util.cc 130 base::win::RegKey key(HKEY_LOCAL_MACHINE,
251 base::win::RegKey key(HKEY_LOCAL_MACHINE,
  /external/chromium_org/components/policy/core/common/
policy_loader_win_unittest.cc 318 ASSERT_HRESULT_SUCCEEDED(RegOverridePredefKey(HKEY_LOCAL_MACHINE,
325 ASSERT_HRESULT_SUCCEEDED(RegOverridePredefKey(HKEY_LOCAL_MACHINE, 0));
454 return new RegistryTestHarness(HKEY_LOCAL_MACHINE, POLICY_SCOPE_MACHINE);
787 RegKey hklm_key(HKEY_LOCAL_MACHINE, kTestPolicyKey, KEY_ALL_ACCESS);
831 EXPECT_TRUE(InstallValue(policy, HKEY_LOCAL_MACHINE,
840 EXPECT_TRUE(InstallValue(policy, HKEY_LOCAL_MACHINE,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 585 from win32con import HKEY_LOCAL_MACHINE, VER_PLATFORM_WIN32_NT, \
602 HKEY_LOCAL_MACHINE = _winreg.HKEY_LOCAL_MACHINE
657 key = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
692 keyCurVer = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 585 from win32con import HKEY_LOCAL_MACHINE, VER_PLATFORM_WIN32_NT, \
602 HKEY_LOCAL_MACHINE = _winreg.HKEY_LOCAL_MACHINE
657 key = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
692 keyCurVer = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
    [all...]
  /external/chromium_org/net/dns/
dns_config_service_win.cc 74 key_.Open(HKEY_LOCAL_MACHINE, key, KEY_QUERY_VALUE);
213 base::win::RegistryKeyIterator nrpt_rules(HKEY_LOCAL_MACHINE, kNRPTPath);
304 if (key_.Open(HKEY_LOCAL_MACHINE, key, KEY_NOTIFY) != ERROR_SUCCESS)
  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 494 key.Open(HKEY_LOCAL_MACHINE, kKeyPoliciesExt,
546 setter_.AddDWORDValue(HKEY_LOCAL_MACHINE, kKeyPoliciesExt,
  /sdk/find_java/
find_java_lib.cpp 156 HKEY_LOCAL_MACHINE, // hKey
201 // Let's visit HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment [CurrentVersion]
210 // We want to read HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.7 [JavaHome]
233 HKEY_LOCAL_MACHINE, // hKey
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 223 HKEY reg_root = user_install ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
  /external/chromium_org/chrome_frame/
chrome_frame_helper_main.cc 252 RegistryWatcher registry_watcher(HKEY_LOCAL_MACHINE, kBHORegistrationPath,
chrome_launcher.cc 148 HKEY_LOCAL_MACHINE,
policy_settings.cc 22 HKEY_LOCAL_MACHINE,
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 19 return HKEY_LOCAL_MACHINE;
  /external/clang/lib/Driver/
WindowsToolChain.cpp 80 /// I.e. "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\$VERSION".
99 } else if (strncmp(keyPath, "HKEY_LOCAL_MACHINE\\", 19) == 0) {
100 hRootKey = HKEY_LOCAL_MACHINE;
191 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\$VERSION",
219 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\$VERSION",
222 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VCExpress\\$VERSION",
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 21 #define WPA_KEY_ROOT HKEY_LOCAL_MACHINE

Completed in 1526 milliseconds

1 23 4 5 6