Lines Matching refs:input1

502     InputNodeType input1(g, InputNodeBodyType1(input1_count));  in run_one_functype_node_test()  local
507 make_edge(input1, node_to_test); in run_one_functype_node_test()
519 input1.activate(); in run_one_functype_node_test()
526 input1.activate(); in run_one_functype_node_test()
532 int ib1_cnt = tbb::flow::copy_body<InputNodeBodyType1>(input1).count_value(); in run_one_functype_node_test()
553 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputNodeBodyType1>(input1).count_value()),"Reset input … in run_one_functype_node_test()
1324 InputType1 input1(g, InputBodyType1(input1_count)); in execute_test() local
1328 make_edge(input1,tbb::flow::input_port<1>(node_to_test)); in execute_test()
1335 input1.activate(); in execute_test()
1342 input1.activate(); in execute_test()
1348 int ib1_cnt = tbb::flow::copy_body<InputBodyType1>(input1).count_value(); in execute_test()
1385 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputBodyType1>(input1).count_value()),"Reset input fail… in execute_test()
1434 InputType1 input1(g, InputBodyType1(input1_count, 3)); in execute_test() local
1438 make_edge(input1,tbb::flow::input_port<1>(node_to_test)); in execute_test()
1445 input1.activate(); in execute_test()
1452 input1.activate(); in execute_test()
1458 int ib1_cnt = tbb::flow::copy_body<InputBodyType1>(input1).count_value(); in execute_test()
1489 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputBodyType1>(input1).count_value()),"Reset input fail… in execute_test()
1808 InputType1 input1(g, InputBodyType1(input1_count)); in run_one_indexer_node_test() local
1812 make_edge(input1,tbb::flow::input_port<1>(node_to_test)); in run_one_indexer_node_test()
1819 input1.activate(); in run_one_indexer_node_test()
1826 input1.activate(); in run_one_indexer_node_test()
1832 int ib1_cnt = tbb::flow::copy_body<InputBodyType1>(input1).count_value(); in run_one_indexer_node_test()
1863 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputBodyType1>(input1).count_value()),"Reset input fail… in run_one_indexer_node_test()