Searched refs:detail (Results 1 - 25 of 28) sorted by relevance

12

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A DMakefile.am.inc26 libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
27 atf-c++/detail/application.hpp \
28 atf-c++/detail/auto_array.hpp \
29 atf-c++/detail/env.cpp \
30 atf-c++/detail/env.hpp \
31 atf-c++/detail/exceptions.cpp \
32 atf-c++/detail/exceptions.hpp \
33 atf-c++/detail/fs.cpp \
34 atf-c++/detail/fs.hpp \
35 atf-c++/detail/proces
[all...]
H A Dsanity.hpp30 #include <atf-c/detail/sanity.h>
H A Dprocess.hpp32 #include <atf-c/detail/process.h>
39 #include <atf-c++/detail/auto_array.hpp>
40 #include <atf-c++/detail/exceptions.hpp>
41 #include <atf-c++/detail/fs.hpp>
221 namespace detail { namespace in namespace:atf::process
223 } // namespace detail
234 detail::flush_streams();
251 detail::flush_streams();
H A Dtest_helpers.hpp39 #include <atf-c++/detail/process.hpp>
H A Dprocess.cpp26 #include "atf-c++/detail/process.hpp"
31 #include "atf-c/detail/process.h"
37 #include "atf-c++/detail/exceptions.hpp"
38 #include "atf-c++/detail/sanity.hpp"
40 namespace detail = atf::process::detail;
338 detail::flush_streams(void)
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A DMakefile.am.inc26 libatf_c_la_SOURCES += atf-c/detail/dynstr.c \
27 atf-c/detail/dynstr.h \
28 atf-c/detail/env.c \
29 atf-c/detail/env.h \
30 atf-c/detail/fs.c \
31 atf-c/detail/fs.h \
32 atf-c/detail/list.c \
33 atf-c/detail/list.h \
34 atf-c/detail/map.c \
35 atf-c/detail/ma
[all...]
H A Dtext.h32 #include <atf-c/detail/list.h>
H A Dprocess.h33 #include <atf-c/detail/fs.h>
34 #include <atf-c/detail/list.h>
H A Dmap.h32 #include <atf-c/detail/list.h>
H A Dfs.h35 #include <atf-c/detail/dynstr.h>
/bind-9.11.3/unit/atf-src/tools/
H A Dtest_program_test.cpp41 namespace detail = tools::test_program::detail;
123 class tp_reader : protected detail::atf_tp_reader {
147 detail::atf_tp_reader(is)
824 detail::parse_test_case_result("expected_death: foo bar"));
827 detail::parse_test_case_result("expected_death"));
829 detail::parse_test_case_result("expected_death(3): foo"));
835 detail::parse_test_case_result("expected_exit: foo bar"));
837 detail::parse_test_case_result("expected_exit(): foo bar"));
839 detail
[all...]
H A Dconfig_file.hpp40 namespace detail { namespace in namespace:tools::config_file
56 } // namespace detail
H A Datffile.cpp41 namespace detail = tools::detail;
90 detail::atf_atffile_reader::atf_atffile_reader(std::istream& is) :
95 detail::atf_atffile_reader::~atf_atffile_reader(void)
100 detail::atf_atffile_reader::got_conf(
107 detail::atf_atffile_reader::got_prop(
114 detail::atf_atffile_reader::got_tp(
121 detail::atf_atffile_reader::got_eof(void)
126 detail::atf_atffile_reader::read(void)
205 class reader : public detail
[all...]
H A Dconfig_file.cpp42 namespace detail = tools::config_file::detail;
71 class config_reader : public detail::atf_config_reader {
130 detail::atf_config_reader::atf_config_reader(std::istream& is) :
135 detail::atf_config_reader::~atf_config_reader(void)
140 detail::atf_config_reader::got_var(
147 detail::atf_config_reader::got_eof(void)
152 detail::atf_config_reader::read(void)
H A Dconfig_file_test.cpp38 namespace detail = tools::config_file::detail;
58 class config_reader : protected detail::atf_config_reader {
73 detail::atf_config_reader(is)
H A Datffile.hpp45 namespace detail { namespace in namespace:tools
63 } // namespace detail
H A Dprocess.cpp49 namespace detail = tools::process::detail;
112 detail::do_exec(void *v)
479 detail::flush_streams(void)
H A Dprocess.hpp249 namespace detail { namespace in namespace:tools::process
259 } // namespace detail
267 detail::flush_streams();
299 struct detail::exec_args ea = { prog, argv, prehook };
300 child c = fork(detail::do_exec, outsb, errsb, &ea);
H A Datffile_test.cpp45 namespace detail = tools::detail;
89 class atffile_reader : protected detail::atf_atffile_reader {
117 detail::atf_atffile_reader(is)
H A Dtest-program.cpp62 namespace detail = tools::test_program::detail;
103 class metadata_reader : public detail::atf_tp_reader {
122 detail::atf_tp_reader(is)
409 detail::atf_tp_reader::atf_tp_reader(std::istream& is) :
414 detail::atf_tp_reader::~atf_tp_reader(void)
419 detail::atf_tp_reader::got_tc(
426 detail::atf_tp_reader::got_eof(void)
431 detail::atf_tp_reader::validate_and_insert(const std::string& name,
486 detail
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests_test.cpp42 #include "atf-c++/detail/text.hpp"
98 atf::tests::detail::atf_tp_writer w(ss);
106 atf::tests::detail::atf_tp_writer w(ss);
121 atf::tests::detail::atf_tp_writer w(ss);
143 atf::tests::detail::atf_tp_writer w(ss);
H A Dtests.cpp60 #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-c++/detail/sanity.hpp"
66 #include "atf-c++/detail/text.hpp"
75 namespace detail = atf::tests::detail;
84 detail
[all...]
H A Dtests.hpp40 namespace detail { namespace in namespace:atf::tests
H A Dpkg_config_test.sh42 ver1=$($(atf_get_srcdir)/detail/version_helper)
/bind-9.11.3/unit/atf-src/atf-c/
H A Dpkg_config_test.sh42 ver1=$($(atf_get_srcdir)/detail/version_helper)

Completed in 124 milliseconds

12