Searched refs:second (Results 1 - 19 of 19) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dseveral_tcs_helper.c41 ATF_TC_WITH_CLEANUP(second); variable
42 ATF_TC_HEAD(second, tc)
48 ATF_TC_BODY(second, tc)
51 ATF_TC_CLEANUP(second, tc)
63 ATF_TP_ADD_TC(tp, second);
H A Dtest_program_test.cpp63 ATF_REQUIRE_EQ(value, (*iter).second);
130 call += (*iter).first + '=' + (*iter).second;
557 w.info("baz", "second info");
558 expss << "info: baz, second info\n";
745 w.info("baz", "second value");
746 expss << "info: baz, second value\n";
786 ATF_REQUIRE_EQ(4, (*iter).second.size());
787 check_property((*iter).second, "descr", "Description 1");
788 check_property((*iter).second, "has.cleanup", "false");
789 check_property((*iter).second, "iden
[all...]
H A Duser.cpp58 if (::setgid(ids.second) == -1)
H A Drequirements.cpp241 const std::string& unprivileged_user = (*iter).second;
268 const std::string& value = (*iter).second;
304 if ((*user).second == "unprivileged") {
309 return impl::get_user_ids((*iter).second);
H A Datf-run.cpp251 test_suite_vars = impl::read_config_files((*iter).second);
402 const atf::tests::vars_map& tcmd = (*iter).second;
426 (*tcmd.find("has.cleanup")).second);
430 if (user.first != -1 && user.second != -1) {
432 user.second) == -1) {
443 if (s.second.signaled() && s.second.coredump())
444 dump_stacktrace(tp, s.second, workdir.get_path(), w);
452 s.second, resfile);
539 test_suite_vars = impl::read_config_files((*iter).second);
[all...]
H A Datffile_test.cpp539 ATF_REQUIRE_EQ("value1", atffile.conf().find("var1")->second);
540 ATF_REQUIRE_EQ("value2", atffile.conf().find("var2")->second);
546 ATF_REQUIRE_EQ("foo", atffile.props().find("test-suite")->second);
547 ATF_REQUIRE_EQ("propvalue1", atffile.props().find("prop1")->second);
H A Dconfig.cpp102 dest[(*iter).first] = (*iter).second;
160 atf::parser::validate_content_type(hml.second,
H A Datffile.cpp128 atf::parser::validate_content_type(hml.second,
317 const fs::file_info& fi = (*iter).second;
H A Dtest-program.cpp238 args.push_back("-v" + (*iter).first + "=" + (*iter).second);
308 if (user.first != -1 && user.second != -1)
493 atf::parser::validate_content_type(hml.second,
521 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));
753 atf::text::to_type< unsigned int >((*iter).second);
786 " " + (timeout == 1 ? "second" : "seconds");
/bind-9.6-ESV-R11/lib/dns/
H A Dtime.c135 int year, month, day, hour, minute, second; local
157 &year, &month, &day, &hour, &minute, &second) != 6)
166 RANGE(0, 60, second); /* 60 == leap second. */
172 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp60 oss << "LONELY PARSE ERROR: " << first << ": " << second; local
71 return atf::text::to_string(first) + ": " + second;
208 return (*iter).second;
287 PRE((*iter).second.find('\"') == std::string::npos);
288 line += "; " + (*iter).first + "=\"" + (*iter).second + "\"";
353 header::write(os, (*ct).second);
357 header::write(os, (*iter).second);
372 const header_entry& he = (*iter).second;
H A Dtest_helpers.hpp144 atf::text::to_string(pe.first) + ": " + pe.second);
163 test_helpers_detail::check_equal(exp_errors, actual.second);
H A Dfs_test.cpp307 const file_info& fi = (*iter).second;
314 const file_info& fi = (*iter).second;
H A Dparser.hpp271 t = token(m_lineno, (*idelim).second,
293 t = token(m_lineno, (*ikw).second, text);
H A Dparser_test.cpp744 atf::parser::validate_content_type(hml.second,
973 "a-b: foo; var=\"a\"; second\n"
974 "a-b: foo; var=\"a\"; second=\n"
975 "a-b: foo; var=\"a\"; second=\"b\n"
976 "a-b: foo; var=\"a\"; second=b\"\n"
977 "a-b: foo; var=\"a\"; second=\"b\"\n"
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp148 (*iter).second->head();
158 (*iter).second->body();
160 (*iter).second->fail("Caught unhandled exception: " + std::string(
163 (*iter).second->fail("Caught unknown exception");
173 (*iter).second->cleanup();
200 *(ptr + 1) = (*iter).second.c_str();
588 writer.start_tc((*iter2).second);
595 writer.tc_meta_data(key, (*iter2).second);
656 switch (fields.second) {
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Datf-config.cpp124 std::cout << format_var((*iter).first, (*iter).second) << "\n";
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp315 const std::string& reason = (*iter).second;
690 atf::fs::path p = (*iter).second;
696 paths.insert((*iter).second);
703 cnv.add_output((*iter).first, (*iter).second);
H A Dreader.cpp401 atf::parser::validate_content_type(hml.second, "application/X-atf-tps", 3);

Completed in 37 milliseconds