Searched refs:root_ (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/kyua/model/
H A Dtest_program.cpp76 /// \param binary_ The name of the test program binary relative to root_.
77 /// \param root_ The root of the test suite containing the test program.
83 const fs::path& root_, const std::string& test_suite_name_,
87 root(root_),
124 /// \param binary_ The name of the test program binary relative to root_.
125 /// \param root_ The root of the test suite containing the test program.
131 const fs::path& root_,
135 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_,
356 /// \param binary_ The name of the test program binary relative to root_.
357 /// \param root_ Th
82 impl(const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_, const model::metadata& md_, const model::test_cases_map& test_cases_) argument
129 test_program(const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_, const model::metadata& md_, const model::test_cases_map& test_cases_) argument
359 test_program_builder( const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_) argument
[all...]
H A Dtest_program_test.cpp79 /// \param binary_ The name of the test program binary relative to root_.
80 /// \param root_ The root of the test suite containing the test program.
86 const utils::fs::path& root_,
90 test_program(interface_name_, binary_, root_, test_suite_name_,
84 lazy_test_program(const std::string& interface_name_, const utils::fs::path& binary_, const utils::fs::path& root_, const std::string& test_suite_name_, const model::metadata& metadata_, const model::test_cases_map& test_cases_) argument
/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.c93 if (cl == cbqp->ifnp.root_)
94 cbqp->ifnp.root_ = NULL;
145 if (cl == cbqp->ifnp.root_)
146 cbqp->ifnp.root_ = NULL;
261 if (cbqp->ifnp.root_)
262 cbq_class_destroy(cbqp, cbqp->ifnp.root_);
331 if (cbqp->ifnp.root_)
356 cl = cbqp->ifnp.root_;
406 if (cl == cbqp->ifnp.root_)
407 cbqp->ifnp.root_
[all...]
H A Daltq_rmclass.h213 rm_class_t *root_; /* Root Link class. */ member in struct:rm_ifdat
H A Daltq_rmclass.c627 rmc_depth_recompute(ifd->root_);
725 if ((ifd->root_ = rmc_newclass(0, ifd,
733 ifd->root_->depth_ = 0;
1043 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
1161 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp555 /// \param binary_ The name of the test program binary relative to root_.
556 /// \param root_ The root of the test suite containing the test program.
564 const fs::path& root_,
569 test_program(interface_name_, binary_, root_, test_suite_name_, md_,
561 lazy_test_program( const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_, const model::metadata& md_, const config::tree& user_config_, scheduler::scheduler_handle& scheduler_handle_) argument

Completed in 123 milliseconds