Home
last modified time | relevance | path

Searched defs:test_runner (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/xpressive/test/
Dtest.hpp129 struct test_runner struct
131 typedef xpr_test_case<BidiIter> argument_type;
132 typedef void result_type;
134 void operator ()(xpr_test_case<BidiIter> const &test) const in operator ()()
/third_party/wayland_standard/tests/
Dmeson.build1 test_runner = static_library( variable
/third_party/weston/tests/
Divi-layout-test-client.c54 struct weston_test_runner *test_runner; member
59 runner_finished_handler(void *data, struct weston_test_runner *test_runner) in runner_finished_handler()
/third_party/boost/libs/unordered/test/helpers/
Dexception_test.hpp164 template <class Test> class test_runner class
173 test_runner(Test const& t) : test_(t), exception_in_check_(false) {} in test_runner() function in test::test_runner
/third_party/cef/tests/cefclient/browser/
Droot_window_gtk.cc499 scoped_ptr<window_test::WindowTestRunnerGtk> test_runner( in OnSetFullscreen() local
Droot_window_win.cc1035 scoped_ptr<window_test::WindowTestRunnerWin> test_runner( in OnSetFullscreen() local
Dtest_runner.cc35 namespace test_runner { namespace