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

/freebsd-9.3-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):
51 src_dir, doc_dir,
73 doc_dir = src_dir + "/docs/html/ext/pb_ds"
75 html_f = open(doc_dir + '/' + html_f_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)
149 doc_dir = src_dir + "/docs/html/ext/pb_ds" variable
156 html_f = open(doc_dir + '/' + html_f_name, 'w')
H A Dmake_graph.py553 def main(doc_dir, res_dir, test_infos_f_name, test_name, build_name):
557 png_of_name = doc_dir + '/' + test_name + '_' + build_name + '.png'
572 usg = "make_graph.py <doc_dir> <res_dir> <test_info_file> <test_name> <build_name>\n"

Completed in 163 milliseconds