Home
last modified time | relevance | path

Searched refs:copy_scripts (Results 1 – 2 of 2) 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/cpython2/Lib/distutils/command/
Dbuild_scripts.py50 self.copy_scripts()
53 def copy_scripts (self): member in build_scripts