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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.hpp49 not_found_error(const std::string& message, const T& value) throw();
53 const T& get_value(void) const throw();
58 not_found_error< T >::not_found_error(const std::string& message,
59 const T& value)
75 const T&
77 const
88 system_error(const std::string&, const st
76 get_value(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 Dexceptions.cpp50 atf::system_error::system_error(const std::string& who,
51 const std::string& message,
65 const
71 const char*
73 const
98 const int ecode = atf_libc_error_code(err);
99 const std::string msg = atf_libc_error_msg(err);
130 const char* m_name;
64 code(void) const argument
72 what(void) const argument
H A Dapplication.cpp65 impl::usage_error::usage_error(const char *fmt, ...)
81 const char*
83 const throw()
93 const std::string& a,
94 const std::string& desc) :
102 impl::option::operator<(const impl::option& o) argument
103 const
108 impl::app::app(const std::string& description,
109 const std::string& manpage,
110 const st
82 what(void) const argument
144 specific_args(void) const argument
151 specific_options(void) const argument
[all...]
H A Dprocess.cpp53 atf::auto_array< const char* >
54 collection_to_argv(const C& c)
56 atf::auto_array< const char* > argv(new const char*[c.size() + 1]);
72 argv_to_collection(const char* const* argv)
76 for (const char* const* iter = argv; *iter != NULL; iter++)
91 impl::argv_array::argv_array(const char* arg1, ...)
97 const cha
127 exec_argv(void) const argument
134 size(void) const argument
141 operator [](int idx) const argument
148 begin(void) const argument
155 end(void) const argument
187 get_sb(void) const argument
249 exited(void) const argument
256 exitstatus(void) const argument
263 signaled(void) const argument
270 termsig(void) const argument
277 coredump(void) const argument
319 pid(void) const argument
[all...]
H A Dfs.cpp69 static bool safe_access(const impl::path&, int, int);
80 safe_access(const impl::path& p, int mode, int experr)
112 impl::path::path(const std::string& s)
119 impl::path::path(const path& p)
126 impl::path::path(const atf_fs_path_t *p)
138 const char*
140 const
145 const atf_fs_path_t*
147 const
154 const
139 c_str(void) const argument
146 c_path(void) const argument
153 str(void) const argument
160 is_absolute(void) const argument
167 is_root(void) const argument
174 branch_path(void) const argument
190 leaf_name(void) const argument
206 to_absolute(void) const argument
237 operator ==(const path& p) const argument
244 operator !=(const path& p) const argument
251 operator /(const std::string& p) const argument
264 operator /(const path& p) const argument
278 operator <(const path& p) const argument
319 get_device(void) const argument
326 get_inode(void) const argument
333 get_mode(void) const argument
340 get_size(void) const argument
347 get_type(void) const argument
354 is_owner_readable(void) const argument
361 is_owner_writable(void) const argument
368 is_owner_executable(void) const argument
375 is_group_readable(void) const argument
382 is_group_writable(void) const argument
389 is_group_executable(void) const argument
396 is_other_readable(void) const argument
403 is_other_writable(void) const argument
410 is_other_executable(void) const argument
439 names(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...]
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_app_opts_args.cpp37 static const char* m_description;
39 std::string specific_args(void) const;
40 options_set specific_options(void) const;
41 void process_option(int, const char*);
49 const char* h_app_opts_args::m_description =
60 const
67 const
77 h_app_opts_args::process_option(int ch, const char* arg)
100 main(int argc, char* const* argv)
59 specific_args(void) const argument
66 specific_options(void) const argument
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Datf-config.cpp45 static const char* m_description;
49 void process_option(int, const char*);
50 std::string specific_args(void) const;
51 options_set specific_options(void) const;
53 std::string format_var(const std::string&, const std::string&);
61 const char* atf_config::m_description =
74 atf_config::process_option(int ch, const char* arg ATF_DEFS_ATTRIBUTE_UNUSED)
88 const
95 const
87 specific_args(void) const argument
94 specific_options(void) const argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.cpp50 impl::check_result::check_result(const atf_check_result_t* result)
62 const
69 const
77 const
84 const
90 const std::string
91 impl::check_result::stdout_path(void) const argument
96 const std::string
97 impl::check_result::stderr_path(void) const argument
107 impl::build_c_o(const st
61 exited(void) const argument
68 exitcode(void) const argument
76 signaled(void) const argument
83 termsig(void) const argument
[all...]
H A Dtests.cpp91 detail::atf_tp_writer::start_tc(const std::string& ident)
107 detail::atf_tp_writer::tc_meta_data(const std::string& name,
108 const std::string& value)
120 detail::match(const std::string& regexp, const std::string& str)
130 static std::map< const atf_tc_t*, const impl::tc* > cwraps;
137 tc_impl(const std::string& ident, const bool has_cleanup) :
152 wrap_body(const atf_tc_
216 has_config_var(const std::string& var) const argument
223 has_md_var(const std::string& var) const argument
230 get_config_var(const std::string& var) const argument
237 get_config_var(const std::string& var, const std::string& defval) const argument
244 get_md_var(const std::string& var) const argument
251 get_md_vars(void) const argument
278 run(const std::string& resfile) const argument
287 run_cleanup(void) const argument
301 cleanup(void) const argument
307 require_prog(const std::string& prog) const argument
457 specific_args(void) const argument
464 specific_options(void) const argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp61 static void cleanup_aux(const atf::fs::path&, dev_t, bool);
62 static void cleanup_aux_dir(const atf::fs::path&, const atf::fs::file_info&,
64 static void do_unmount(const atf::fs::path&);
76 static const int max_retries = 5;
77 static const int retry_delay_in_seconds = 1;
86 cleanup_aux(const atf::fs::path& p, dev_t parent_device, bool erase)
103 } catch (const atf::system_error& e) {
111 cleanup_aux_dir(const atf::fs::path& p, const at
220 get_path(void) const argument
[all...]
H A Dtest-program.hpp53 test_case_result(const std::string& p_state, const int p_value,
54 const std::string& p_reason) :
61 const std::string&
62 state(void) const argument
68 value(void) const argument
73 const std::string&
74 reason(void) const argument
85 void validate_and_insert(const std::string&, const st
[all...]
H A Dtimer.cpp66 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED, siginfo_t* si,
76 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED,
105 impl::timer::timer(const unsigned int seconds) :
160 const int ret = ::timer_delete(m_pimpl->m_timer);
165 const int ret = ::setitimer(ITIMER_REAL, &m_pimpl->m_old_it, NULL);
169 const int ret = ::sigaction(SIGALRM, &m_pimpl->m_old_sa, NULL);
179 const
194 impl::child_timer::child_timer(const unsigned int seconds, const pid_t pid,
209 static const timespe
178 fired(void) const argument
[all...]
H A Dconfig.cpp51 static const atf::parser::token_type eof_type = 0;
52 static const atf::parser::token_type nl_type = 1;
53 static const atf::parser::token_type text_type = 2;
54 static const atf::parser::token_type dblquote_type = 3;
55 static const atf::parser::token_type equal_type = 4;
56 static const atf::parser::token_type hash_type = 5;
76 got_var(const std::string& var, const std::string& name)
87 const atf::tests::vars_map&
89 const
88 get_vars(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 atf::tests::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;
185 specific_args(void) const argument
192 specific_options(void) const argument
266 get_test_case_result(const std::string& broken_reason, const atf::process::status& s, const atf::fs::path& resfile) const argument
473 count_tps(std::vector< std::string > tps) const argument
[all...]
H A Datffile.cpp50 static const atf::parser::token_type eof_type = 0;
51 static const atf::parser::token_type nl_type = 1;
52 static const atf::parser::token_type text_type = 2;
53 static const atf::parser::token_type colon_type = 3;
54 static const atf::parser::token_type conf_type = 4;
55 static const atf::parser::token_type dblquote_type = 5;
56 static const atf::parser::token_type equal_type = 6;
57 static const atf::parser::token_type hash_type = 7;
58 static const atf::parser::token_type prop_type = 8;
59 static const at
245 conf(void) const argument
252 props(void) const argument
259 tps(void) const argument
281 tps(void) const argument
288 conf(void) const argument
295 props(void) const argument
[all...]
H A Dio.cpp68 impl::file_handle::file_handle(const file_handle& fh) :
81 impl::file_handle::operator=(const file_handle& fh)
91 const
118 const
232 impl::pistream::pistream(const int fd) :
259 safe_read(const int fd, void* buffer, const size_t nbytes,
260 const bool report_errors)
277 impl::muxer::muxer(const int* fds, const size_
90 is_valid(void) const argument
117 get(void) const argument
[all...]
H A Dtest-program.cpp84 static const atf::parser::token_type eof_type = 0;
85 static const atf::parser::token_type nl_type = 1;
86 static const atf::parser::token_type text_type = 2;
87 static const atf::parser::token_type colon_type = 3;
88 static const atf::parser::token_type dblquote_type = 4;
106 void got_tc(const std::string& ident, const atf::tests::vars_map& props)
126 const impl::test_cases_map&
128 const
135 const at
127 get_tcs(void) const argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp57 open_outfile(const atf::fs::path& path)
99 virtual void write_info(const std::string&, const std::string&) {}
101 virtual void write_tp_start(const std::string&, size_t) {}
102 virtual void write_tp_end(struct timeval*, const std::string&) {}
103 virtual void write_tc_start(const std::string&) {}
104 virtual void write_tc_stdout_line(const std::string&) {}
105 virtual void write_tc_stderr_line(const std::string&) {}
106 virtual void write_tc_end(const std::string&, struct timeval*,
107 const st
666 specific_options(void) const argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp78 status_check(const status_check_t& p_type, const bool p_negated,
79 const int p_value) :
101 output_check(const output_check_t& p_type, const bool p_negated,
102 const std::string& p_value) :
115 temp_file(const atf::fs::path& p) :
136 } catch (const atf::system_error&) {
141 const atf::fs::path&
142 get_path(void) const argument
730 run_output_checks(const atf::check::check_result& r, const std::string& stdxxx) const argument
747 specific_args(void) const argument
754 specific_options(void) const argument
[all...]

Completed in 50 milliseconds