Searched defs:const (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.11.3/unit/atf-src/tools/
H A Dexceptions.cpp38 tools::system_error::system_error(const std::string& who,
39 const std::string& message,
53 const
59 const char*
61 const
52 code(void) const argument
60 what(void) const argument
H A Dexceptions.hpp45 not_found_error(const std::string& message, const T& value) throw();
49 const T& get_value(void) const throw();
54 not_found_error< T >::not_found_error(const std::string& message,
55 const T& value)
71 const T&
73 const
84 system_error(const std::string&, const st
72 get_value(void) const argument
[all...]
H A Datf-config.cpp40 static const char* m_description;
44 void process_option(int, const char*);
45 std::string specific_args(void) const;
46 options_set specific_options(void) const;
48 std::string format_var(const std::string&, const std::string&);
56 const char* atf_config::m_description =
69 atf_config::process_option(int ch, const char* arg ATF_DEFS_ATTRIBUTE_UNUSED)
83 const
90 const
82 specific_args(void) const argument
89 specific_options(void) const argument
[all...]
H A Dauto_array.hpp65 const T* get(void) const throw();
114 const T*
116 const throw()
115 get(void) const argument
H A Dtest-program.hpp55 test_case_result(const std::string& p_state, const int p_value,
56 const std::string& p_reason) :
63 const std::string&
64 state(void) const argument
70 value(void) const argument
75 const std::string&
76 reason(void) const argument
87 void validate_and_insert(const std::string&, const st
[all...]
H A Dtimers.cpp62 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED, siginfo_t* si,
72 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED,
101 impl::timer::timer(const unsigned int seconds) :
156 const int ret = ::timer_delete(m_pimpl->m_timer);
161 const int ret = ::setitimer(ITIMER_REAL, &m_pimpl->m_old_it, NULL);
165 const int ret = ::sigaction(SIGALRM, &m_pimpl->m_old_sa, NULL);
175 const
190 impl::child_timer::child_timer(const unsigned int seconds, const pid_t pid,
205 static const timespe
174 fired(void) const argument
[all...]
H A Dconfig_file.cpp50 static const tools::parser::token_type eof_type = 0;
51 static const tools::parser::token_type nl_type = 1;
52 static const tools::parser::token_type text_type = 2;
53 static const tools::parser::token_type dblquote_type = 3;
54 static const tools::parser::token_type equal_type = 4;
55 static const tools::parser::token_type hash_type = 5;
75 got_var(const std::string& var, const std::string& name)
86 const vars_map&
88 const
87 get_vars(void) const argument
[all...]
H A Dapplication.cpp62 impl::usage_error::usage_error(const char *fmt, ...)
78 const char*
80 const throw()
90 const std::string& a,
91 const std::string& desc) :
99 impl::option::operator<(const impl::option& o) argument
100 const
105 impl::app::app(const std::string& description,
106 const std::string& manpage,
107 const st
79 what(void) const argument
137 specific_args(void) const argument
144 specific_options(void) const argument
[all...]
H A Datf-run.cpp72 static const std::string::size_type max_core_name_length = MAXCOMLEN;
74 static const std::string::size_type max_core_name_length = std::string::npos;
78 static const char* m_description;
82 static vars_map::value_type parse_var(const std::string&);
84 void process_option(int, const char*);
85 std::string specific_args(void) const;
86 options_set specific_options(void) const;
88 void parse_vflag(const std::string&);
90 std::vector< std::string > conf_args(void) const;
92 size_t count_tps(std::vector< std::string >) const;
189 specific_args(void) const argument
196 specific_options(void) const argument
269 get_test_case_result(const std::string& broken_reason, const tools::process::status& s, const tools::fs::path& resfile) const argument
478 count_tps(std::vector< std::string > tps) const argument
[all...]
H A Datffile.cpp55 static const tools::parser::token_type eof_type = 0;
56 static const tools::parser::token_type nl_type = 1;
57 static const tools::parser::token_type text_type = 2;
58 static const tools::parser::token_type colon_type = 3;
59 static const tools::parser::token_type conf_type = 4;
60 static const tools::parser::token_type dblquote_type = 5;
61 static const tools::parser::token_type equal_type = 6;
62 static const tools::parser::token_type hash_type = 7;
63 static const tools::parser::token_type prop_type = 8;
64 static const tool
250 conf(void) const argument
257 props(void) const argument
264 tps(void) const argument
286 tps(void) const argument
293 conf(void) const argument
300 props(void) const argument
[all...]
H A Dio.cpp63 impl::file_handle::file_handle(const file_handle& fh) :
76 impl::file_handle::operator=(const file_handle& fh)
86 const
113 const
227 impl::pistream::pistream(const int fd) :
254 safe_read(const int fd, void* buffer, const size_t nbytes,
255 const bool report_errors)
272 impl::muxer::muxer(const int* fds, const size_
85 is_valid(void) const argument
112 get(void) const argument
[all...]
H A Dparser.cpp54 const char*
56 const throw()
69 const
89 const char*
91 const throw()
105 impl::format_error::format_error(const std::string& w) :
120 const token_type& p_type,
121 const std::string& p_text) :
131 const
136 const imp
55 what(void) const argument
68 operator std::string(void) const argument
90 what(void) const argument
130 lineno(void) const argument
137 type(void) const argument
144 text(void) const argument
150 operator bool(void) const argument
157 operator !(void) const argument
180 name(void) const argument
186 value(void) const argument
192 attrs(void) const argument
198 has_attr(const std::string& n) const argument
204 get_attr(const std::string& n) const argument
[all...]
H A Dparser.hpp56 const char* what(void) const throw();
58 operator std::string(void) const;
74 const char* what(void) const throw();
83 format_error(const std::string&);
106 token(size_t, const token_type&, const std::string& = "");
108 size_t lineno(void) const;
109 const token_typ
186 lineno(void) const argument
397 good(void) const argument
412 has_errors(void) const argument
[all...]
H A Dprocess.cpp58 tools::auto_array< const char* >
59 collection_to_argv(const C& c)
61 tools::auto_array< const char* > argv(new const char*[c.size() + 1]);
77 argv_to_collection(const char* const* argv)
81 for (const char* const* iter = argv; *iter != NULL; iter++)
89 safe_dup(const int oldfd, const in
172 exec_argv(void) const argument
179 size(void) const argument
186 operator [](int idx) const argument
193 begin(void) const argument
200 end(void) const argument
365 exited(void) const argument
373 exitstatus(void) const argument
382 signaled(void) const argument
390 termsig(void) const argument
399 coredump(void) const argument
456 pid(void) const argument
[all...]
H A Datf-report.cpp54 open_outfile(const tools::fs::path& path)
96 virtual void write_info(const std::string&, const std::string&) {}
98 virtual void write_tp_start(const std::string&, size_t) {}
99 virtual void write_tp_end(struct timeval*, const std::string&) {}
100 virtual void write_tc_start(const std::string&) {}
101 virtual void write_tc_stdout_line(const std::string&) {}
102 virtual void write_tc_stderr_line(const std::string&) {}
103 virtual void write_tc_end(const std::string&, struct timeval*,
104 const st
663 specific_options(void) const argument
[all...]
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_app_opts_args.cpp36 static const char* m_description;
38 std::string specific_args(void) const;
39 options_set specific_options(void) const;
40 void process_option(int, const char*);
48 const char* h_app_opts_args::m_description =
59 const
66 const
76 h_app_opts_args::process_option(int ch, const char* arg)
99 main(int argc, char* const* argv)
58 specific_args(void) const argument
65 specific_options(void) const argument
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp61 const T* get(void) const throw();
110 const T*
112 const throw()
111 get(void) const argument
H A Dexceptions.cpp47 atf::system_error::system_error(const std::string& who,
48 const std::string& message,
62 const
68 const char*
70 const
95 const int ecode = atf_libc_error_code(err);
96 const std::string msg = atf_libc_error_msg(err);
127 const char* m_name;
61 code(void) const argument
69 what(void) const argument
H A Dapplication.cpp61 impl::usage_error::usage_error(const char *fmt, ...)
77 const char*
79 const throw()
89 const std::string& a,
90 const std::string& desc) :
98 impl::option::operator<(const impl::option& o) argument
99 const
104 impl::app::app(const std::string& description,
105 const std::string& manpage) :
132 const
78 what(void) const argument
131 specific_args(void) const argument
138 specific_options(void) const argument
[all...]
H A Dprocess.cpp49 atf::auto_array< const char* >
50 collection_to_argv(const C& c)
52 atf::auto_array< const char* > argv(new const char*[c.size() + 1]);
68 argv_to_collection(const char* const* argv)
72 for (const char* const* iter = argv; *iter != NULL; iter++)
87 impl::argv_array::argv_array(const char* arg1, ...)
93 const cha
123 exec_argv(void) const argument
130 size(void) const argument
137 operator [](int idx) const argument
144 begin(void) const argument
151 end(void) const argument
183 get_sb(void) const argument
245 exited(void) const argument
252 exitstatus(void) const argument
259 signaled(void) const argument
266 termsig(void) const argument
273 coredump(void) const argument
315 pid(void) const argument
[all...]
H A Dfs.cpp65 static bool safe_access(const impl::path&, int, int);
76 safe_access(const impl::path& p, int mode, int experr)
108 impl::path::path(const std::string& s)
115 impl::path::path(const path& p)
122 impl::path::path(const atf_fs_path_t *p)
134 const char*
136 const
141 const atf_fs_path_t*
143 const
150 const
135 c_str(void) const argument
142 c_path(void) const argument
149 str(void) const argument
156 is_absolute(void) const argument
163 is_root(void) const argument
170 branch_path(void) const argument
186 leaf_name(void) const argument
202 to_absolute(void) const argument
233 operator ==(const path& p) const argument
240 operator !=(const path& p) const argument
247 operator /(const std::string& p) const argument
260 operator /(const path& p) const argument
274 operator <(const path& p) const argument
315 get_device(void) const argument
322 get_inode(void) const argument
329 get_mode(void) const argument
336 get_size(void) const argument
343 get_type(void) const argument
350 is_owner_readable(void) const argument
357 is_owner_writable(void) const argument
364 is_owner_executable(void) const argument
371 is_group_readable(void) const argument
378 is_group_writable(void) const argument
385 is_group_executable(void) const argument
392 is_other_readable(void) const argument
399 is_other_writable(void) const argument
406 is_other_executable(void) const argument
435 names(void) const argument
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dcheck.cpp46 impl::check_result::check_result(const atf_check_result_t* result)
58 const
65 const
73 const
80 const
86 const std::string
87 impl::check_result::stdout_path(void) const argument
92 const std::string
93 impl::check_result::stderr_path(void) const argument
103 impl::build_c_o(const st
57 exited(void) const argument
64 exitcode(void) const argument
72 signaled(void) const argument
79 termsig(void) const argument
[all...]
H A Dtests.cpp92 detail::atf_tp_writer::start_tc(const std::string& ident)
108 detail::atf_tp_writer::tc_meta_data(const std::string& name,
109 const std::string& value)
123 set_program_name(const char* argv0)
125 const std::string program_name = atf::fs::path(argv0).leaf_name();
136 detail::match(const std::string& regexp, const std::string& str)
146 static std::map< const atf_tc_t*, const impl::tc* > cwraps;
151 tc_impl(const tc_imp
231 has_config_var(const std::string& var) const argument
238 has_md_var(const std::string& var) const argument
245 get_config_var(const std::string& var) const argument
252 get_config_var(const std::string& var, const std::string& defval) const argument
259 get_md_var(const std::string& var) const argument
266 get_md_vars(void) const argument
293 run(const std::string& resfile) const argument
302 run_cleanup(void) const argument
316 cleanup(void) const argument
322 require_prog(const std::string& prog) const argument
[all...]
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp48 fix_plain_name(const char *filename)
50 const atf::fs::path filepath(filename);
59 construct_script(const char* filename)
61 const std::string libexecdir = atf::env::get(
63 const std::string pkgdatadir = atf::env::get(
65 const std::string shell = atf::env::get("ATF_SHELL", ATF_SHELL);
78 const char**
79 construct_argv(const std::string& shell, const int interpreter_argc,
80 const cha
133 specific_options(void) const argument
[all...]
H A Datf-check.cpp73 status_check(const status_check_t& p_type, const bool p_negated,
74 const int p_value) :
96 output_check(const output_check_t& p_type, const bool p_negated,
97 const std::string& p_value) :
110 temp_file(const char* pattern) :
114 const atf::fs::path file = atf::fs::path(
134 } catch (const atf::system_error&) {
139 const at
140 get_path(void) const argument
729 run_output_checks(const atf::check::check_result& r, const std::string& stdxxx) const argument
746 specific_args(void) const argument
753 specific_options(void) const argument
[all...]

Completed in 35 milliseconds

12