Home
last modified time | relevance | path

Searched refs:set_string (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/engine/
Dmetadata_test.cpp233 .set_string("allowed_architectures", "a1 a2") in ATF_TEST_CASE_BODY()
234 .set_string("allowed_platforms", "p1 p2") in ATF_TEST_CASE_BODY()
235 .set_string("custom.user-defined", "the-value") in ATF_TEST_CASE_BODY()
236 .set_string("description", "Another long text") in ATF_TEST_CASE_BODY()
237 .set_string("has_cleanup", "true") in ATF_TEST_CASE_BODY()
238 .set_string("required_configs", "config-var") in ATF_TEST_CASE_BODY()
239 .set_string("required_files", "plain /absolute/path") in ATF_TEST_CASE_BODY()
240 .set_string("required_memory", "1M") in ATF_TEST_CASE_BODY()
241 .set_string("required_programs", "program /absolute/prog") in ATF_TEST_CASE_BODY()
242 .set_string("required_user", "unprivileged") in ATF_TEST_CASE_BODY()
[all …]
Dtest_case_test.cpp154 _user_config.set_string("architecture", "mock-architecture"); in atf_helper()
155 _user_config.set_string("platform", "mock-platform"); in atf_helper()
178 _user_config.set_string(F("test_suites.the-suite.%s") % variable, in set_config()
190 _mdbuilder.set_string(variable, F("%s") % value); in set_metadata()
699 helper.config().set_string("architecture", "powerpc"); in ATF_TEST_CASE_BODY()
700 helper.config().set_string("platform", ""); in ATF_TEST_CASE_BODY()
716 helper.config().set_string("architecture", ""); in ATF_TEST_CASE_BODY()
717 helper.config().set_string("platform", "macppc"); in ATF_TEST_CASE_BODY()
Dmetadata.cpp122 set_string(const std::string& raw_value) in set_string() function in __anon5505359f0111::delta_node
808 _pimpl->props.set_string(F("custom.%s") % key, value); in add_custom()
902 _pimpl->props.set_string(F("custom.%s") % (*iter).first, in set_custom()
1022 engine::metadata_builder::set_string(const std::string& key, in set_string() function in engine::metadata_builder
1026 _pimpl->props.set_string(key, value); in set_string()
Dconfig.hpp50 void set_string(const std::string&);
Dmetadata.hpp134 metadata_builder& set_string(const std::string&, const std::string&);
Dconfig.cpp166 engine::user_node::set_string(const std::string& raw_value) in set_string() function in engine::user_node
Dtest_program.cpp101 mdbuilder.set_string(property, value); in lua_test_case()
Dkyuafile.cpp437 mdbuilder.set_string(property, value); in lua_generic_test_program()
/netbsd/src/external/bsd/kyua-cli/dist/utils/config/
Dtree_test.cpp110 set_string(const std::string& raw_value) in set_string() function in __anon91ddf86d0111::wrapped_int_node
386 tree.set_string("dynamic.first", "foo"); in ATF_TEST_CASE_BODY()
494 tree.set_string("foo.bar.1", "42"); in ATF_TEST_CASE_BODY()
495 tree.set_string("foo.bar.2", "hello"); in ATF_TEST_CASE_BODY()
496 tree.set_string("sub.tree.2", "15"); in ATF_TEST_CASE_BODY()
497 tree.set_string("sub.tree.3.4", "bye"); in ATF_TEST_CASE_BODY()
511 ATF_REQUIRE_THROW(config::invalid_key_error, tree.set_string(".", "foo")); in ATF_TEST_CASE_BODY()
523 tree.set_string("a.b.c", "123"); in ATF_TEST_CASE_BODY()
524 tree.set_string("a.d.3", "foo"); in ATF_TEST_CASE_BODY()
526 ATF_REQUIRE_THROW(config::unknown_key_error, tree.set_string("abc", "2")); in ATF_TEST_CASE_BODY()
[all …]
Dnodes_test.cpp162 node.set_string("false"); in ATF_TEST_CASE_BODY()
164 node.set_string("true"); in ATF_TEST_CASE_BODY()
173 ATF_REQUIRE_THROW(config::value_error, node.set_string("12345")); in ATF_TEST_CASE_BODY()
272 node.set_string("178"); in ATF_TEST_CASE_BODY()
274 node.set_string("-123"); in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_THROW(config::value_error, node.set_string(" 23")); in ATF_TEST_CASE_BODY()
382 node.set_string("abcd efgh"); in ATF_TEST_CASE_BODY()
384 node.set_string(" 1234 "); in ATF_TEST_CASE_BODY()
457 node.set_string("abcd efgh"); in ATF_TEST_CASE_BODY()
464 node.set_string(" 1234 "); in ATF_TEST_CASE_BODY()
[all …]
Dnodes.hpp125 virtual void set_string(const std::string& raw_value) = 0;
196 void set_string(const std::string&);
273 void set_string(const std::string&);
Dtree.cpp207 config::tree::set_string(const std::string& dotted_key, in set_string() function in config::tree
215 child.set_string(raw_value); in set_string()
Dtree.hpp114 void set_string(const std::string&, const std::string&);
Dlua_module_test.cpp102 set_string(const std::string& UTILS_UNUSED_PARAM(raw_value)) in set_string() function in __anond43ef0640111::custom_node
Dnodes.ipp230 config::native_leaf_node< ValueType >::set_string(const std::string& raw_value)
332 config::base_set_node< ValueType >::set_string(const std::string& raw_value)
/netbsd/src/external/bsd/kyua-cli/dist/cli/
Dcmd_config_test.cpp62 user_config.set_string("architecture", "the-architecture"); in fake_config()
63 user_config.set_string("platform", "the-platform"); in fake_config()
65 user_config.set_string("test_suites.foo.bar", "first"); in fake_config()
66 user_config.set_string("test_suites.foo.baz", "second"); in fake_config()
Dconfig.cpp155 user_config.set_string((*iter).first, (*iter).second); in load_required_config()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dx509_time_test.c31 int set_string; member
357 if (x509_format_tests[idx].set_string) { in test_x509_time()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlocation.h102 void set_string (std::string &&string) in set_string() function
Dlinespec.c2021 explicit_loc->set_string (explicit_loc->to_linespec ()); in canonicalize_linespec()
/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction.cpp115 builder.set_string(name, value); in get_metadata()