/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | requirements.hpp | 2 // Automated Testing Framework (atf) 33 #include "atf-c++/tests.hpp" 35 namespace atf { namespace 38 std::string check_requirements(const atf::tests::vars_map&, 39 const atf::tests::vars_map&); 40 std::pair< int, int > get_required_user(const atf::tests::vars_map&, 41 const atf::tests::vars_map&); 44 } // namespace atf
|
H A D | user.hpp | 2 // Automated Testing Framework (atf) 39 namespace atf { namespace 50 } // namespace atf
|
H A D | config.hpp | 2 // Automated Testing Framework (atf) 33 #include "atf-c++/tests.hpp" 35 namespace atf { namespace 56 atf::tests::vars_map merge_configs(const atf::tests::vars_map&, 57 const atf::tests::vars_map&); 58 atf::tests::vars_map read_config_files(const std::string&); 61 } // namespace atf
|
H A D | fs.hpp | 2 // Automated Testing Framework (atf) 35 #include "atf-c++/detail/fs.hpp" 37 namespace atf { namespace 41 std::auto_ptr< atf::fs::path > m_path; 44 temp_dir(const atf::fs::path&); 47 const atf::fs::path& get_path(void) const; 50 atf::fs::path change_directory(const atf::fs::path&); 51 void cleanup(const atf::fs::path&); 52 atf [all...] |
H A D | atffile.hpp | 2 // Automated Testing Framework (atf) 36 #include "atf-c++/tests.hpp" 38 #include "atf-c++/detail/fs.hpp" 40 namespace atf { namespace 72 atf::tests::vars_map m_conf; 74 atf::tests::vars_map m_props; 77 atffile(const atf::tests::vars_map&, 79 const atf::tests::vars_map&); 81 const atf::tests::vars_map& conf(void) const; 83 const atf [all...] |
H A D | timer.hpp | 2 // Automated Testing Framework (atf) 39 #include "atf-c++/noncopyable.hpp" 41 namespace atf { namespace 79 } // namespace atf
|
H A D | io.hpp | 2 // Automated Testing Framework (atf) 39 #include "../atf-c++/detail/auto_array.hpp" 40 #include "../atf-c++/noncopyable.hpp" 42 namespace atf { namespace 257 class systembuf : public std::streambuf, atf::noncopyable 408 atf::auto_array< std::string > m_buffers; 424 } // namespace atf
|
H A D | signals.hpp | 2 // Automated Testing Framework (atf) 37 namespace atf { namespace 90 } // namespace atf
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.hpp | 2 // Automated Testing Framework (atf) 35 namespace atf { namespace 55 } // namespace atf
|
H A D | config.hpp | 2 // Automated Testing Framework (atf) 36 namespace atf { namespace 73 } // namespace atf
|
H A D | check.hpp | 2 // Automated Testing Framework (atf) 34 #include <atf-c/check.h> 42 #include <atf-c++/noncopyable.hpp> 44 namespace atf { namespace 76 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&); 120 const atf::process::argv_array&); 122 const atf::process::argv_array&); 124 const atf::process::argv_array&); 125 std::auto_ptr< check_result > exec(const atf::process::argv_array&); 131 } // namespace atf [all...] |
H A D | noncopyable.hpp | 2 // Automated Testing Framework (atf) 33 namespace atf { namespace 54 } // namespace atf
|
H A D | utils.hpp | 2 // Automated Testing Framework (atf) 39 namespace atf { namespace 66 } // namespace atf
|
H A D | config.cpp | 2 // Automated Testing Framework (atf) 33 #include "atf-c/config.h" 75 atf::config::get(const std::string& varname) 85 atf::config::get_all(void) 94 atf::config::has(const std::string& varname) 106 namespace atf { namespace 123 } // namespace atf
|
H A D | tests.hpp | 2 // Automated Testing Framework (atf) 38 #include <atf-c/defs.h> 41 #include <atf-c++/noncopyable.hpp> 43 namespace atf { namespace 125 } // namespace atf
|
H A D | build_test.cpp | 2 // Automated Testing Framework (atf) 33 #include "../atf-c/h_build.h" 47 namespace atf { namespace 79 atf::env::set(var, val); 84 equal_argvs(const atf::process::argv_array& aa, const char* const* array) 88 atf::process::argv_array::size_type i = 0; 104 check_equal_argvs(const atf::process::argv_array& aa, const char* const* array) 128 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array)); 135 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array)); 142 ATF_REQUIRE(!equal_argvs(atf [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | env.hpp | 2 // Automated Testing Framework (atf) 35 namespace atf { namespace 82 } // namespace atf
|
H A D | ui.hpp | 2 // Automated Testing Framework (atf) 35 namespace atf { namespace 103 } // namespace atf
|
H A D | expand.hpp | 2 // Automated Testing Framework (atf) 36 namespace atf { namespace 80 } // namespace atf
|
H A D | exceptions.hpp | 2 // Automated Testing Framework (atf) 40 namespace atf { namespace 97 } // namespace atf
|
H A D | text.hpp | 2 // Automated Testing Framework (atf) 42 namespace atf { namespace 151 } // namespace atf
|
H A D | application.hpp | 2 // Automated Testing Framework (atf) 38 namespace atf { namespace 113 } // namespace atf
|
H A D | auto_array.hpp | 2 // Automated Testing Framework (atf) 35 namespace atf { namespace 177 } // namespace atf
|
H A D | fs.hpp | 2 // Automated Testing Framework (atf) 45 #include "../../atf-c/detail/fs.h" 48 namespace atf { namespace 389 } // namespace atf
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.hpp | 2 // Automated Testing Framework (atf) 40 #include <atf-c++/tests.hpp> 42 namespace atf { namespace 89 } // namespace atf
|