HomeSort by relevance Sort by last modified time
    Searched refs:HKEY_USERS (Results 1 - 24 of 24) sorted by null

  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
95 temp_key = L"HKEY_USERS\\a";
96 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
win32regkey.cc 913 !root_key.compare(L"HKEY_USERS")) {
914 h_key = HKEY_USERS;
947 return (root_key == HKEY_USERS) ? found_subkey : true;
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 65 USERS = Key(syscall.HKEY_USERS)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
key.go 65 USERS = Key(syscall.HKEY_USERS)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /external/python/cpython2/Lib/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /external/python/cpython3/Lib/distutils/
msvccompiler.py 50 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 34 HKEYS = (winreg.HKEY_USERS,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /external/python/cpython3/PC/
winreg.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 40 #define HKEY_USERS ((HKEY) (ULONG_PTR)((LONG)0x80000003))
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 948 HKEY_USERS
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 948 HKEY_USERS
  /external/python/cpython2/PC/
_winreg.c     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 1274 milliseconds