Searched refs:python_script (Results 1 – 3 of 3) sorted by relevance
| /external/mesa3d/python-build/ |
| D | meson_android.py | 590 wrapped_args, python_script, python_script_target_name, deps argument 594 wrapped_args, python_script, python_script_target_name 602 python_path += '`dirname $(location %s)`' % python_script 653 python_script = '' 656 python_script = program.command 660 python_script = arg 663 if python_script != '': 665 target_name + '_' + os.path.basename(python_script) 667 srcs = [python_script] + impl.get_list_of_relative_inputs(depend_files) 670 impl.fprint(' main: "%s",' % python_script) [all …]
|
| D | meson_fuchsia.py | 629 wrapped_args, python_script, python_script_target_name, deps argument 633 wrapped_args, python_script, python_script_target_name 677 python_script = '' 680 python_script = program.command 684 python_script = arg 687 if python_script != '': 689 target_name + '_' + os.path.basename(python_script) 691 srcs = [python_script] + impl.get_list_of_relative_inputs(depend_files) 694 impl.fprint(' main = "%s",' % python_script) 713 if python_script != '' and not python_script in relative_inputs: [all …]
|
| D | meson_impl.py | 711 args, python_script, python_script_target_name argument 715 pattern = '(.*?)(' + python_script + ')'
|