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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 114 _winreg.CloseKey(hkey)
131 _winreg.CloseKey(hkey)
  /external/deqp/scripts/build/
config.py 93 _winreg.CloseKey(key)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 78 CloseKey(hkey)
104 CloseKey(sub_key)
107 self.fail("It appears the CloseKey() function does "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 78 CloseKey(hkey)
104 CloseKey(sub_key)
107 self.fail("It appears the CloseKey() function does "
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 125 virtual HRESULT WINAPI CloseKey(METADATA_HANDLE hMDHandle) = 0;
163 HRESULT (WINAPI *CloseKey)(IMSAdminBaseW *This,METADATA_HANDLE hMDHandle);
203 #define IMSAdminBaseW_CloseKey(This,hMDHandle) (This)->lpVtbl->CloseKey(This,hMDHandle)
319 HRESULT (WINAPI *CloseKey)(IMSAdminBase2W *This,METADATA_HANDLE hMDHandle);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 601 RegCloseKey = _winreg.CloseKey
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 601 RegCloseKey = _winreg.CloseKey
    [all...]

Completed in 738 milliseconds