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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winreg.py 211 # perform minimal ConnectRegistry test which just invokes it
212 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
218 connect = lambda: ConnectRegistry("abcdefghijkl", HKEY_CURRENT_USER)
229 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
316 remote_key = ConnectRegistry(REMOTE_NAME, HKEY_CURRENT_USER)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 214 # perform minimal ConnectRegistry test which just invokes it
215 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
221 connect = lambda: ConnectRegistry("abcdefghijkl", HKEY_CURRENT_USER)
232 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
354 remote_key = ConnectRegistry(REMOTE_NAME, HKEY_CURRENT_USER)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 214 # perform minimal ConnectRegistry test which just invokes it
215 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
221 connect = lambda: ConnectRegistry("abcdefghijkl", HKEY_CURRENT_USER)
232 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
354 remote_key = ConnectRegistry(REMOTE_NAME, HKEY_CURRENT_USER)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 214 # perform minimal ConnectRegistry test which just invokes it
215 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
221 connect = lambda: ConnectRegistry("abcdefghijkl", HKEY_CURRENT_USER)
232 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
354 remote_key = ConnectRegistry(REMOTE_NAME, HKEY_CURRENT_USER)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 214 # perform minimal ConnectRegistry test which just invokes it
215 h = ConnectRegistry(None, HKEY_LOCAL_MACHINE)
221 connect = lambda: ConnectRegistry("abcdefghijkl", HKEY_CURRENT_USER)
232 with ConnectRegistry(None, HKEY_LOCAL_MACHINE) as h:
354 remote_key = ConnectRegistry(REMOTE_NAME, HKEY_CURRENT_USER)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
resolver.py 430 lm = _winreg.ConnectRegistry(None, _winreg.HKEY_LOCAL_MACHINE)

Completed in 355 milliseconds