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

/bind-9.11.3/unit/atf-src/tools/
H A Datffile_test.cpp41 #include "atffile.hpp"
62 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
86 // Tests cases for the "atffile" parser.
134 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
154 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
180 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
222 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
264 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
317 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
345 "Content-Type: application/X-atf-atffile; versio
536 const tools::atffile atffile = tools::read_atffile( local
567 const tools::atffile atffile = tools::read_atffile( local
[all...]
H A Datffile.hpp66 // The "atffile" class.
69 class atffile { class in namespace:tools
75 atffile(const std::map< std::string, std::string >&,
88 atffile read_atffile(const tools::fs::path&);
H A Datffile.cpp34 #include "atffile.hpp"
134 "application/X-atf-atffile", 1);
272 // The "atffile" class.
275 impl::atffile::atffile(const vars_map& config_vars, function in class:impl::atffile
286 impl::atffile::tps(void)
293 impl::atffile::conf(void)
300 impl::atffile::props(void)
312 impl::atffile
315 // Scan the directory where the atffile live
[all...]
H A DMakefile.am.inc36 tools/atffile.cpp \
37 tools/atffile.hpp \
H A Datf-report_test.sh45 Content-Type: application/X-atf-atffile; version="1"
56 Content-Type: application/X-atf-atffile; version="1"
110 Content-Type: application/X-atf-atffile; version="1"
387 Content-Type: application/X-atf-atffile; version="1"
H A Datf-run.cpp53 #include "atffile.hpp"
248 tools::atffile af = tools::read_atffile(tp / "Atffile");
489 tools::atffile af = tools::read_atffile(tp / "Atffile");
526 tools::atffile af = tools::read_atffile(tools::fs::path("Atffile"));
H A Datf-run_test.sh35 Content-Type: application/X-atf-atffile; version="1"
243 atf_test_case atffile
1098 atf_add_test_case atffile

Completed in 42 milliseconds