Home
last modified time | relevance | path

Searched refs:p_id (Results 1 – 25 of 45) sorted by relevance

12

/third_party/boost/libs/test/test/test-organization-ts/
Dtest_unit-order-test.cpp42 m_order.push_back( tu.p_id ); in test_unit_start()
57 ut::framework::finalize_setup_phase( master->p_id ); in run_tree()
111 ut::test_unit_id order[] = {master->p_id, tc1->p_id, tc2->p_id, tc3->p_id}; in BOOST_FIXTURE_TEST_CASE()
123 ut::test_unit_id order[] = {master->p_id, tc2->p_id, tc3->p_id, tc1->p_id}; in BOOST_FIXTURE_TEST_CASE()
136 ut::test_unit_id order[] = {master->p_id, tc3->p_id, tc2->p_id, tc1->p_id}; in BOOST_FIXTURE_TEST_CASE()
150 BOOST_CHECK_THROW( ut::framework::finalize_setup_phase( master->p_id ), in BOOST_FIXTURE_TEST_CASE()
163 BOOST_CHECK_THROW( ut::framework::finalize_setup_phase( master->p_id ), in BOOST_FIXTURE_TEST_CASE()
218 ut::test_unit_id order[] = { master->p_id, in BOOST_FIXTURE_TEST_CASE()
219 s1->p_id, tc1->p_id, tc2->p_id, in BOOST_FIXTURE_TEST_CASE()
220 s2->p_id, tc3->p_id, tc4->p_id }; in BOOST_FIXTURE_TEST_CASE()
[all …]
Dtest_case_template-test.cpp87 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
89 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
110 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
112 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
133 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
135 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
154 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
156 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
Dparameterized_test-test.cpp53 ut::framework::finalize_setup_phase( master_tu->p_id ); in setup_tree()
83 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
103 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
123 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
143 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
163 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
184 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
204 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
224 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
Dtest-tree-management-test.cpp113 BOOST_TEST( tc1->p_id != INV_TEST_UNIT_ID ); in BOOST_AUTO_TEST_CASE()
123 BOOST_TEST( &framework::get<test_case>( tc1->p_id ) == tc1 ); in BOOST_AUTO_TEST_CASE()
124 BOOST_TEST( &framework::get( tc1->p_id, TUT_CASE ) == tc1 ); in BOOST_AUTO_TEST_CASE()
126 BOOST_CHECK_THROW( framework::get( tc1->p_id, TUT_SUITE ), framework::internal_error ); in BOOST_AUTO_TEST_CASE()
143 BOOST_TEST( ts1->p_id != INV_TEST_UNIT_ID ); in BOOST_AUTO_TEST_CASE()
162 BOOST_TEST( &framework::get<test_suite>( ts1->p_id ) == ts1 ); in BOOST_AUTO_TEST_CASE()
163 BOOST_TEST( &framework::get( ts1->p_id, TUT_SUITE ) == ts1 ); in BOOST_AUTO_TEST_CASE()
200 BOOST_TEST( ts1->get( "empty1" ) == tc1->p_id ); in BOOST_AUTO_TEST_CASE()
201 BOOST_TEST( ts1->get( "empty2" ) == tc2->p_id ); in BOOST_AUTO_TEST_CASE()
202 BOOST_TEST( ts1->get( "TestSuite2" ) == ts2->p_id ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtest_case_template-with-variadic-typelist.cpp65 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
67 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
97 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
99 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
136 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
138 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
Dtest_case_template-with-tuples-test.cpp55 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
57 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
87 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
89 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
126 ut::framework::finalize_setup_phase( test->p_id ); in BOOST_AUTO_TEST_CASE()
128 ut::test_results const& tr = ut::results_collector.results( test->p_id ); in BOOST_AUTO_TEST_CASE()
Dtest_unit-report-clashing-names.cpp33 BOOST_CHECK_THROW(framework::finalize_setup_phase( master_ts->p_id ), in BOOST_AUTO_TEST_CASE()
48 BOOST_CHECK_THROW(framework::finalize_setup_phase( master_ts->p_id ), in BOOST_AUTO_TEST_CASE()
72 BOOST_CHECK_NO_THROW(framework::finalize_setup_phase( master_ts->p_id )); in BOOST_AUTO_TEST_CASE()
75 BOOST_CHECK_THROW(framework::finalize_setup_phase( master_ts->p_id ), in BOOST_AUTO_TEST_CASE()
95 BOOST_CHECK_THROW(framework::finalize_setup_phase( master_ts->p_id ), in BOOST_AUTO_TEST_CASE()
Dtest_unit-sanitize-names.cpp54 BOOST_TEST( master_ts->get("my_whateve_r test case") == tc1->p_id ); in BOOST_AUTO_TEST_CASE()
60 BOOST_TEST( master_ts->get("my_whateve_r test case 2") == tc2->p_id ); in BOOST_AUTO_TEST_CASE()
66 BOOST_TEST( master_ts->get("some_type < bla_ blabla>") == tc3->p_id ); in BOOST_AUTO_TEST_CASE()
Dtest_unit-nested-suite-dependency.cpp72 framework::finalize_setup_phase( master_ts->p_id ); in BOOST_AUTO_TEST_CASE()
82 traverse_test_tree( master_ts->p_id, tcc ); in BOOST_AUTO_TEST_CASE()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dmotioncells_wrapper.cpp91 char *p_datafile, bool p_changed_datafile, int p_thickness, int p_id) in perform_detection_motion_cells() argument
94 idx = searchIdx (p_id); in perform_detection_motion_cells()
108 setPrevFrame (cv::Mat p_prevFrame, int p_id) in setPrevFrame() argument
111 idx = searchIdx (p_id); in setPrevFrame()
117 getMotionCellsIdx (int p_id) in getMotionCellsIdx() argument
120 idx = searchIdx (p_id); in getMotionCellsIdx()
128 getMotionCellsIdxCnt (int p_id) in getMotionCellsIdxCnt() argument
131 idx = searchIdx (p_id); in getMotionCellsIdxCnt()
139 getChangedDataFile (int p_id) in getChangedDataFile() argument
142 idx = searchIdx (p_id); in getChangedDataFile()
[all …]
Dmotioncells_wrapper.h58 int searchIdx (int p_id);
71 bool p_changed_datafile, int p_thickness, int p_id);
72 void setPrevFrame (cv::Mat p_prevFrame, int p_id);
73 void motion_cells_free (int p_id);
74 void motion_cells_free_resources (int p_id);
75 char *getMotionCellsIdx (int p_id);
76 int getMotionCellsIdxCnt (int p_id);
77 bool getChangedDataFile (int p_id);
78 char *getInitDataFileFailed (int p_id);
79 char *getSaveDataFileFailed (int p_id);
[all …]
/third_party/boost/libs/test/test/framework-ts/
Dlog-formatter-test.cpp126 check( output, OF_CLF, ts->p_id ); in check()
127 check( output, OF_XML, ts->p_id ); in check()
128 check( output, OF_JUNIT, ts->p_id, log_successful_tests ); in check()
129 …check( output, OF_JUNIT, ts->p_id, log_cpp_exception_errors ); // should branch to the log log_all… in check()
317 check( test_output, OF_JUNIT, ts_main->p_id, log_successful_tests ); in BOOST_AUTO_TEST_CASE()
324 check( test_output, OF_JUNIT, ts_timeout->p_id, log_successful_tests ); in BOOST_AUTO_TEST_CASE()
338 check( test_output, OF_JUNIT, ts_account_failures->p_id, log_messages ); in BOOST_AUTO_TEST_CASE()
369 check( test_output, OF_CLF, ts_1->p_id, log_successful_tests ); in BOOST_AUTO_TEST_CASE()
370 check( test_output, OF_CLF, ts_1->p_id, log_cpp_exception_errors ); in BOOST_AUTO_TEST_CASE()
371 check( test_output, OF_CLF, ts_1->p_id, log_successful_tests, OF_JUNIT ); in BOOST_AUTO_TEST_CASE()
[all …]
Dresult-report-test.cpp106 framework::finalize_setup_phase( ts->p_id ); in check()
109 check( output, OF_CLF, ts->p_id ); in check()
110 check( output, OF_XML, ts->p_id ); in check()
243 framework::finalize_setup_phase( ts->p_id ); in check2()
250 framework::finalize_setup_phase( ts->p_id ); in check2()
257 framework::finalize_setup_phase( ts->p_id ); in check2()
264 framework::finalize_setup_phase( ts->p_id ); in check2()
272 framework::finalize_setup_phase( ts->p_id ); in check2()
279 framework::finalize_setup_phase( ts->p_id ); in check2()
286 framework::finalize_setup_phase( ts->p_id ); in check2()
[all …]
Dmessage-in-datatestcase-test.cpp85 check_pattern_loggers( output, OF_CLF, ts->p_id, bt_module_failed ); in check_pattern_loggers()
86 check_pattern_loggers( output, OF_XML, ts->p_id, bt_module_failed ); in check_pattern_loggers()
87 check_pattern_loggers( output, OF_JUNIT, ts->p_id, bt_module_failed, log_successful_tests ); in check_pattern_loggers()
88 …check_pattern_loggers( output, OF_JUNIT, ts->p_id, bt_module_failed, log_cpp_exception_errors ); /… in check_pattern_loggers()
Dlog-count-skipped-test.cpp98 check( output, OF_CLF, ts->p_id ); in check()
99 check( output, OF_XML, ts->p_id ); in check()
100 check( output, OF_JUNIT, ts->p_id, log_successful_tests ); in check()
101 check( output, OF_JUNIT, ts->p_id, log_cpp_exception_errors ); in check()
Drun-by-name-or-label-test.cpp48 utf::traverse_test_tree( master_ts->p_id, tcc ); in test_count()
73 utf::framework::finalize_setup_phase( master_ts->p_id ); in BOOST_AUTO_TEST_CASE()
77 utf::traverse_test_tree( master_ts->p_id, tcc ); in BOOST_AUTO_TEST_CASE()
329 utf::framework::finalize_setup_phase( master_ts->p_id ); in BOOST_AUTO_TEST_CASE()
420 utf::framework::finalize_setup_phase( master_ts->p_id ); in BOOST_AUTO_TEST_CASE()
Dtest-macro-global-fixture.cpp128 …check_global_fixture<global_fixture_t>( output, OF_CLF, ts->p_id, bt_module_failed, has_setup_erro… in check_global_fixture()
129 …check_global_fixture<global_fixture_t>( output, OF_XML, ts->p_id, bt_module_failed, has_setup_erro… in check_global_fixture()
130 …check_global_fixture<global_fixture_t>( output, OF_JUNIT, ts->p_id, bt_module_failed, has_setup_er… in check_global_fixture()
131 …check_global_fixture<global_fixture_t>( output, OF_JUNIT, ts->p_id, bt_module_failed, has_setup_er… in check_global_fixture()
/third_party/boost/boost/test/impl/
Dresults_collector.ipp159 iterator found = m_store.m_results_store.find(tu.p_id);
191 test_results& tr = s_rc_impl().m_results_store[tu.p_id];
206 test_results const& tr = results_collector.results( tc.p_id );
230 if( m_ts.p_id == ts.p_id )
233 m_tr += results_collector.results( ts.p_id );
236 if( results_collector.results( ts.p_id ).p_timed_out )
252 test_results & tr = s_rc_impl().m_results_store[tu.p_id];
274 test_results& tr = s_rc_impl().m_results_store[tu.p_id];
292 test_results& tr = s_rc_impl().m_results_store[tu.p_id];
331 s_rc_impl().m_results_store[tu.p_id].p_aborted.value = true;
Djunit_log_formatter.ipp186 assert(m_map_test.count(tu.p_id) == 0 || results_collector.results( tu.p_id ).p_skipped);
190 test_unit_id id(tu.p_id);
191 while( id != m_ts.p_id && id != INV_TEST_UNIT_ID) {
214 while( id != m_ts.p_id && id != INV_TEST_UNIT_ID ) {
235 if(tu.p_id == m_ts.p_id ) {
315 if( tu->p_id == m_ts.p_id ) {
403 test_results const& tr = results_collector.results( tc.p_id );
404 junit_log_formatter::map_trace_t::const_iterator it_find = m_map_test.find(tc.p_id);
417 test_results const& tr = results_collector.results( ts.p_id );
420 if( m_ts.p_id == ts.p_id ) {
[all …]
Dunit_test_main.ipp101 m_os << "tu" << tu.p_id;
127 m_os << "tu" << tu.p_parent_id << " -> " << "tu" << tu.p_id << ";\n";
132 …m_os << "tu" << tu.p_id << " -> " << "tu" << dep.p_id << "[color=red,style=dotted,constraint=false…
226 traverse_test_tree( framework::master_test_suite().p_id, reporter, true );
231 traverse_test_tree( framework::master_test_suite().p_id, reporter, true );
240 traverse_test_tree( framework::master_test_suite().p_id, collector, true );
254 … : results_collector.results( framework::master_test_suite().p_id ).result_code();
Dtest_tree.ipp54 , p_id( INV_TEST_UNIT_ID )
71 , p_id( INV_TEST_UNIT_ID )
94 BOOST_TEST_SETUP_ASSERT( p_id != framework::master_test_suite().p_id,
97 p_dependencies.value.push_back( tu->p_id );
137 test_tools::assertion_result res = precondition( p_id );
166 if( p_parent_id == INV_TEST_UNIT_ID || p_parent_id == framework::master_test_suite().p_id )
244 m_children.push_back( tu->p_id );
245 tu->p_parent_id.value = p_id;
489 BOOST_ASSERT( ts->p_parent_id == framework::current_auto_test_suite().p_id );
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify11.c59 pthread_t p_id; in test01() local
78 SAFE_PTHREAD_CREATE(&p_id, NULL, thread_create_file, NULL); in test01()
92 SAFE_PTHREAD_JOIN(p_id, NULL); in test01()
/third_party/boost/libs/math/test/
Dtest_nc_beta.hpp24 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
26 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
37 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
39 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
Dtest_nc_f.cpp45 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
47 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
58 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
60 …sults_collector.results( boost::unit_test::framework::current_test_case().p_id ).p_assertions_fail…
/third_party/boost/libs/test/test/execution_monitor-ts/
Dboost_exception-test.cpp55 framework::finalize_setup_phase( ts_main->p_id ); in BOOST_AUTO_TEST_CASE()
56 …framework::run( ts_main->p_id, false ); // do not continue the test tree to have the test_log_star… in BOOST_AUTO_TEST_CASE()

12