Home
last modified time | relevance | path

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

/freebsd-12.1/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): argument
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)
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): argument
557 png_of_name = doc_dir + '/' + test_name + '_' + build_name + '.png'