Searched defs:atf (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dbuild.hpp31 namespace atf { namespace
51 } // namespace atf
H A Dcheck.hpp30 #include <atf-c/check.h>
38 namespace atf { namespace
74 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
118 const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
123 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
129 } // namespace atf
H A Dutils.hpp35 namespace atf { namespace
62 } // namespace atf
H A Dtests.hpp34 #include <atf-c/defs.h>
37 namespace atf { namespace
123 } // namespace atf
H A Dtests.cpp26 #include "atf-c++/tests.hpp"
55 #include "atf-c/error.h"
56 #include "atf-c/tc.h"
57 #include "atf-c/utils.h"
60 #include "atf-c++/detail/application.hpp"
61 #include "atf-c++/detail/auto_array.hpp"
62 #include "atf-c++/detail/env.hpp"
63 #include "atf-c++/detail/exceptions.hpp"
64 #include "atf-c++/detail/fs.hpp"
65 #include "atf
640 namespace atf { namespace
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Denv.hpp31 namespace atf { namespace
83 } // namespace atf
H A Dexceptions.hpp36 namespace atf { namespace
52 } // namespace atf
H A Dapplication.hpp34 namespace atf { namespace
105 } // namespace atf
H A Dtest_helpers.hpp37 #include <atf-c++.hpp>
39 #include <atf-c++/detail/process.hpp>
65 namespace atf { namespace
73 bool build_check_cxx_o_srcdir(const atf::tests::tc&, const char*);
74 atf::fs::path get_process_helpers_path(const atf::tests::tc&, bool);
77 const atf::tests::vars_map& m_config;
79 run_h_tc_data(const atf::tests::vars_map& config) :
97 run_h_tc(atf::tests::vars_map config = atf argument
[all...]
H A Dtext.hpp38 namespace atf { namespace
147 } // namespace atf
H A Dauto_array.hpp31 namespace atf { namespace
173 } // namespace atf
H A Dfs.hpp41 #include "atf-c/detail/fs.h"
44 namespace atf { namespace
385 } // namespace atf
H A Dprocess.hpp32 #include <atf-c/detail/process.h>
33 #include <atf-c/error.h>
39 #include <atf-c++/detail/auto_array.hpp>
40 #include <atf-c++/detail/exceptions.hpp>
41 #include <atf-c++/detail/fs.hpp>
43 namespace atf { namespace
114 status exec(const atf::fs::path&, const argv_array&,
126 status exec(const atf::fs::path&, const argv_array&,
138 status exec(const atf::fs::path&, const argv_array&,
150 status exec(const atf
[all...]

Completed in 19 milliseconds