Searched refs:tests_info_xml_f_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/scripts/
H A Dmake_graphs.py49 def make_png(src_dir, doc_dir, res_dir, tests_info_xml_f_name, build_name, test_name):
53 tests_info_xml_f_name,
72 def process_html(html_f_name, src_dir, build_dir, htmls_xml_f_name, tests_info_xml_f_name, build_name, compiler_name):
112 make_png(src_dir, doc_dir, res_dir, tests_info_xml_f_name, build_name, test_name)
117 # content += make_graph.legend(doc_dir, res_dir, tests_info_xml_f_name, test_name, build_name)
137 usg = "make_graph.py <src_dir> <build_dir> <htmls_xml_f_name> <tests_info_xml_f_name> <build_name> <compiler_name>\n"
146 tests_info_xml_f_name = sys.argv[4] variable
154 new_soup = process_html(html_f_name, src_dir, build_dir, htmls_xml_f_name, tests_info_xml_f_name, build_name, compiler_name)

Completed in 27 milliseconds