HomeSort by relevance Sort by last modified time
    Searched full:_winreg (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 545 # On Python 2.0 and later, emulate using _winreg
546 import _winreg namespace
547 RegQueryValueEx = _winreg.QueryValueEx
595 # Emulation using _winreg (added in Python 2.0) and
597 import _winreg namespace
599 RegQueryValueEx = _winreg.QueryValueEx
600 RegOpenKeyEx = _winreg.OpenKeyEx
601 RegCloseKey = _winreg.CloseKey
602 HKEY_LOCAL_MACHINE = _winreg.HKEY_LOCAL_MACHINE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 545 # On Python 2.0 and later, emulate using _winreg
546 import _winreg namespace
547 RegQueryValueEx = _winreg.QueryValueEx
595 # Emulation using _winreg (added in Python 2.0) and
597 import _winreg namespace
599 RegQueryValueEx = _winreg.QueryValueEx
600 RegOpenKeyEx = _winreg.OpenKeyEx
601 RegCloseKey = _winreg.CloseKey
602 HKEY_LOCAL_MACHINE = _winreg.HKEY_LOCAL_MACHINE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 11 test_support.import_module('_winreg')
13 from _winreg import *
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 11 test_support.import_module('_winreg')
13 from _winreg import *
  /external/chromium_org/tools/valgrind/
common.py 217 _winreg to get the root Cygwin directory from the registry key:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 277 'win32api', 'ce', '_winreg', 'nturl2path', 'sitecustomize',
    [all...]

Completed in 170 milliseconds

12