Home
last modified time | relevance | path

Searched refs:copy_scripts (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/btl/data/
DCMakeLists.txt2 ADD_CUSTOM_TARGET(copy_scripts) target
9 TARGET copy_scripts
17 TARGET copy_scripts
23 TARGET copy_scripts
32 add_dependencies(main copy_scripts)
/external/python/cpython3/Lib/distutils/command/
Dbuild_scripts.py50 self.copy_scripts()
53 def copy_scripts(self): member in build_scripts
156 def copy_scripts(self): member in build_scripts_2to3
157 outfiles, updated_files = build_scripts.copy_scripts(self)
/external/python/cpython2/Lib/distutils/command/
Dbuild_scripts.py50 self.copy_scripts()
53 def copy_scripts (self): member in build_scripts
/external/python/cpython3/
Dsetup.py2529 def copy_scripts(self): member in PyBuildScripts
2530 outfiles, updated_files = build_scripts.copy_scripts(self)