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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 190 def _parse_makefile(filename, vars=None): function
292 _parse_makefile(makefile, vars)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 185 def _parse_makefile(filename, vars=None): function
282 _parse_makefile(makefile, vars)
  /external/python/cpython2/Lib/
sysconfig.py 195 def _parse_makefile(filename, vars=None): function
297 _parse_makefile(makefile, vars)
  /external/python/cpython3/Lib/
sysconfig.py 209 def _parse_makefile(filename, vars=None): function
362 _parse_makefile(makefile, vars)
  /external/python/cpython3/Lib/test/
test_sysconfig.py 435 vars = sysconfig._parse_makefile(TESTFN)

Completed in 326 milliseconds