Searched refs:add_keyword (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.cpp | 100 add_keyword("tps-count", tps_count_type); 101 add_keyword("tp-start", tp_start_type); 102 add_keyword("tp-end", tp_end_type); 103 add_keyword("tc-start", tc_start_type); 104 add_keyword("tc-so", tc_so_type); 105 add_keyword("tc-se", tc_se_type); 106 add_keyword("tc-end", tc_end_type); 107 add_keyword("passed", passed_type); 108 add_keyword("failed", failed_type); 109 add_keyword("skippe [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atffile.cpp | 72 add_keyword("conf", conf_type); 73 add_keyword("prop", prop_type); 74 add_keyword("tp", tp_type); 75 add_keyword("tp-glob", tp_glob_type);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.hpp | 160 void add_keyword(const std::string&, const token_type&); 202 tokenizer< IS >::add_keyword(const std::string& keyword, function in class:atf::parser::tokenizer
|
H A D | parser_test.cpp | 183 add_keyword("var", var_type); 184 add_keyword("loop", loop_type); 185 add_keyword("endloop", endloop_type);
|
Completed in 276 milliseconds