HomeSort by relevance Sort by last modified time
    Searched refs:HKEY_CLASSES_ROOT (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/scripts/build/
config.py 139 10: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.10.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software\\Microsoft\\VCExpress\\10.0")],
140 11: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.11.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software\\Microsoft\\VCExpress\\11.0")],
141 12: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.12.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software\\Microsoft\\VCExpress\\12.0")],
  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 100 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
103 temp_key = L"HKEY_CLASSES_ROOT\\a";
104 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
109 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
112 temp_key = L"hkey_CLASSES_ROOT\\a";
113 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
138 temp_key = L"HKEY_CLASSES_ROOT\\moon";
140 L"HKEY_CLASSES_ROOT");
143 temp_key = L"HKEY_CLASSES_ROOT\\moon\\doggy";
145 L"HKEY_CLASSES_ROOT\\moon")
    [all...]
proxydetect.cc 625 LONG result = RegOpenKeyEx(HKEY_CLASSES_ROOT, L"http\\shell\\open\\command",
    [all...]
win32regkey.cc 916 !root_key.compare(L"HKEY_CLASSES_ROOT")) {
917 h_key = HKEY_CLASSES_ROOT;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetypes.py 257 with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetypes.py 257 with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 257 with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 257 with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 57 hkey_mod.HKEY_CLASSES_ROOT)
msvc9compiler.py 38 _winreg.HKEY_CLASSES_ROOT)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 57 hkey_mod.HKEY_CLASSES_ROOT)
msvc9compiler.py 38 _winreg.HKEY_CLASSES_ROOT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 57 hkey_mod.HKEY_CLASSES_ROOT)
msvc9compiler.py 38 _winreg.HKEY_CLASSES_ROOT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 57 hkey_mod.HKEY_CLASSES_ROOT)
msvc9compiler.py 38 _winreg.HKEY_CLASSES_ROOT)
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 146 else if ( !strcmp( root, "HKEY_CLASSES_ROOT" ) )
147 root_key = HKEY_CLASSES_ROOT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 37 #define HKEY_CLASSES_ROOT ((HKEY) (ULONG_PTR)((LONG)0x80000000))
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1321 milliseconds

1 2