Home
last modified time | relevance | path

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

/third_party/jerryscript/tools/
Dsrcgenerator.py33 def run_commands(*cmds, **kwargs): function
75 run_commands(cmd_jerry_c_gen, cmd_jerry_h_gen, verbose=verbose)
104 run_commands(cmd_port_c_gen, cmd_port_h_gen, verbose=verbose)
115 run_commands(cmd_libm_c_gen, verbose=verbose)
/third_party/python/Lib/distutils/tests/
Dtest_build_py.py87 dist.run_commands()
153 dist.run_commands()
/third_party/python/Lib/distutils/
Dcore.py148 dist.run_commands()
Ddist.py960 def run_commands(self): member in Distribution