Searched refs:add_custom (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/kyua/model/
H A Dtest_program_test.cpp124 .add_custom("first", "foo")
125 .add_custom("second", "bar")
128 .add_custom("first", "baz")
145 .add_custom("first", "baz")
146 .add_custom("second", "bar")
350 .add_custom("foo", "bar")
355 .add_custom("second", "baz")
367 .add_custom("second", "baz")
386 .add_custom("foo", "bar")
387 .add_custom("secon
[all...]
H A Dmetadata_test.cpp97 .add_custom("1-custom", "first")
98 .add_custom("2-custom", "second")
310 .add_custom("foo", "bar")
345 .add_custom("foo", "bar")
359 .add_custom("foo", "bar")
364 .add_custom("foo", "bar")
392 .add_custom("foo", "bar")
395 .add_custom("foo", "bar")
396 .add_custom("baz", "foo bar")
H A Dtest_case_test.cpp50 .add_custom("first", "value")
148 .add_custom("foo", "bar")
164 .add_custom("foo", "bar")
197 .add_allowed_platform("foo").add_custom("bar", "baz").build());
H A Dmetadata.hpp104 metadata_builder& add_custom(const std::string&, const std::string&);
/freebsd-current/contrib/kyua/store/
H A Dtransaction_test.cpp119 .add_custom("user1", "value1")
120 .add_custom("user2", "value2")
H A Dwrite_transaction_test.cpp180 .add_custom("var1", "value1")
181 .add_custom("var2", "value2")
/freebsd-current/contrib/kyua/cli/
H A Dcmd_list_test.cpp84 .add_custom("my-property", "value")
/freebsd-current/contrib/kyua/engine/
H A Datf_list_test.cpp84 .add_custom("foo", "value1")
85 .add_custom("bar", "value2")
86 .add_custom("baz-www", "value3")
H A Datf_list.cpp139 mdbuilder.add_custom(name.substr(2), value);
H A Dkyuafile_test.cpp232 .add_custom("a-bool", "true")
233 .add_custom("a-number", "123")

Completed in 141 milliseconds