/external/valgrind/tests/ |
check_makefile_consistency | 8 parse_makefile() { function 73 parsed_makefile="$(parse_makefile Makefile.am)" 97 for f in $(parse_makefile Makefile.am | sed -n 's/^ *EXTRA_DIST *=//p') 105 for f in $(parse_makefile Makefile.am | sed -n 's/^ *dist_noinst_SCRIPTS *=//p')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_sysconfig.py | 58 d = sysconfig.parse_makefile(self.makefile)
70 d = sysconfig.parse_makefile(self.makefile)
|
/external/python/cpython2/Lib/distutils/tests/ |
test_sysconfig.py | 61 d = sysconfig.parse_makefile(self.makefile) 73 d = sysconfig.parse_makefile(self.makefile)
|
/external/python/cpython3/Lib/distutils/ |
extension.py | 143 from distutils.sysconfig import (parse_makefile, expand_makefile_vars, 150 vars = parse_makefile(filename)
|
sysconfig.py | 285 def parse_makefile(fn, g=None): function 396 variable expansions; if 'vars' is the output of 'parse_makefile()', 403 # 'parse_makefile()', which takes care of such expansions eagerly,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 64 d = sysconfig.parse_makefile(self.makefile) 76 d = sysconfig.parse_makefile(self.makefile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 64 d = sysconfig.parse_makefile(self.makefile) 76 d = sysconfig.parse_makefile(self.makefile)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
extension.py | 141 parse_makefile, expand_makefile_vars, _variable_rx
146 vars = parse_makefile(filename)
|
sysconfig.py | 248 def parse_makefile(fn, g=None):
function 336 variable expansions; if 'vars' is the output of 'parse_makefile()',
343 # 'parse_makefile()', which takes care of such expansions eagerly,
364 parse_makefile(filename, g)
|
/external/python/cpython2/Lib/distutils/ |
extension.py | 141 parse_makefile, expand_makefile_vars, _variable_rx 146 vars = parse_makefile(filename)
|
sysconfig.py | 285 def parse_makefile(fn, g=None): function 373 variable expansions; if 'vars' is the output of 'parse_makefile()', 380 # 'parse_makefile()', which takes care of such expansions eagerly,
|
/external/python/cpython3/Lib/distutils/tests/ |
test_sysconfig.py | 102 d = sysconfig.parse_makefile(self.makefile) 114 d = sysconfig.parse_makefile(self.makefile)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
extension.py | 141 parse_makefile, expand_makefile_vars, _variable_rx 146 vars = parse_makefile(filename)
|
sysconfig.py | 291 def parse_makefile(fn, g=None): function 379 variable expansions; if 'vars' is the output of 'parse_makefile()', 386 # 'parse_makefile()', which takes care of such expansions eagerly,
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
extension.py | 141 parse_makefile, expand_makefile_vars, _variable_rx 146 vars = parse_makefile(filename)
|
sysconfig.py | 291 def parse_makefile(fn, g=None): function 379 variable expansions; if 'vars' is the output of 'parse_makefile()', 386 # 'parse_makefile()', which takes care of such expansions eagerly,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 141 parse_makefile, expand_makefile_vars, _variable_rx 146 vars = parse_makefile(filename)
|
sysconfig.py | 291 def parse_makefile(fn, g=None): function 379 variable expansions; if 'vars' is the output of 'parse_makefile()', 386 # 'parse_makefile()', which takes care of such expansions eagerly,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 141 parse_makefile, expand_makefile_vars, _variable_rx 146 vars = parse_makefile(filename)
|
sysconfig.py | 291 def parse_makefile(fn, g=None): function 379 variable expansions; if 'vars' is the output of 'parse_makefile()', 386 # 'parse_makefile()', which takes care of such expansions eagerly,
|