Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates_test.cpp124 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
133 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
136 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
145 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
179 templates.add_vector("some-name "); in ATF_TEST_CASE_BODY()
181 templates.add_vector("some-name"); in ATF_TEST_CASE_BODY()
211 templates.add_vector("foo"); in ATF_TEST_CASE_BODY()
212 templates.add_vector("bar"); in ATF_TEST_CASE_BODY()
223 templates.add_vector("foo"); in ATF_TEST_CASE_BODY()
254 templates.add_vector("v"); in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates.hpp104 void add_vector(const std::string&);
H A Dtemplates.cpp578 text::templates_def::add_vector(const std::string& name) in add_vector() function in text::templates_def
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp134 templates.add_vector(key_vector); in add_map()
135 templates.add_vector(value_vector); in add_map()
298 _summary_templates.add_vector("broken_test_cases"); in html_hooks()
299 _summary_templates.add_vector("broken_test_cases_file"); in html_hooks()
300 _summary_templates.add_vector("xfail_test_cases"); in html_hooks()
301 _summary_templates.add_vector("xfail_test_cases_file"); in html_hooks()
302 _summary_templates.add_vector("failed_test_cases"); in html_hooks()
303 _summary_templates.add_vector("failed_test_cases_file"); in html_hooks()
304 _summary_templates.add_vector("passed_test_cases"); in html_hooks()
305 _summary_templates.add_vector("passed_test_cases_file"); in html_hooks()
[all …]