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

  /external/python/setuptools/setuptools/tests/
test_msvc.py 44 def read_values(cls, base, key): function in function:mock_reg
53 read_keys=read_keys, read_values=read_values)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 77 def read_values(base, key): function
115 d = read_values(base, path)
145 d = read_values(base, r"%s\%s" % (p, key))
621 d = read_values(base, key)
631 if read_values(base, r"%s\6.0" % self.__root) is not None:
msvc9compiler.py 70 d = cls.read_values(base, path)
94 def read_values(cls, base, key): member in class:Reg
114 read_values = classmethod(read_values) variable in class:Reg
  /external/python/cpython2/Lib/distutils/
msvccompiler.py 77 def read_values(base, key): function
115 d = read_values(base, path)
145 d = read_values(base, r"%s\%s" % (p, key))
621 d = read_values(base, key)
631 if read_values(base, r"%s\6.0" % self.__root) is not None:
msvc9compiler.py 70 d = cls.read_values(base, path)
94 def read_values(cls, base, key): member in class:Reg
114 read_values = classmethod(read_values) variable in class:Reg
  /external/python/cpython3/Lib/distutils/
msvccompiler.py 72 def read_values(base, key): function
109 d = read_values(base, path)
139 d = read_values(base, r"%s\%s" % (p, key))
605 d = read_values(base, key)
615 if read_values(base, r"%s\6.0" % self.__root) is not None:
msvc9compiler.py 66 d = cls.read_values(base, path)
90 def read_values(cls, base, key): member in class:Reg
110 read_values = classmethod(read_values) variable in class:Reg

Completed in 174 milliseconds