OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HKCU
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py
134
HKCU
= _winreg.HKEY_CURRENT_USER
135
keys = Reg.read_keys(
HKCU
, 'xxxx')
138
keys = Reg.read_keys(
HKCU
, r'Control Panel')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py
134
HKCU
= _winreg.HKEY_CURRENT_USER
135
keys = Reg.read_keys(
HKCU
, 'xxxx')
138
keys = Reg.read_keys(
HKCU
, r'Control Panel')
/external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc
32
L"SOFTWARE\\Chromium Unit Tests\\
HKCU
Override";
123
// for
HKCU
. A test's calls to the registry are redirected by Windows to these
167
// the sandboxed
HKCU
and HKLM hives, respectively.
185
// Create the subkeys to hold the overridden HKLM and
HKCU
328
TEST_P(ConfigurationPolicyProviderWinTest,
HKCU
) {
Completed in 167 milliseconds