Home
last modified time | relevance | path

Searched refs:test_it (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/devel/boost-docs/boost_1_72_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/range/test/algorithm_test/
H A Dmerge.cpp42 iterator_t test_it in test() local
47 std::distance<iterator_t>(test_target.begin(), test_it) in test()
55 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
60 std::distance<iterator_t>(test_target.begin(), test_it) in test()
73 std::distance<iterator_t>(test_target.begin(), test_it) in test()
81 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
126 iterator_t test_it in test_pred() local
131 std::distance(test_target.begin(), test_it) in test_pred()
144 std::distance(test_target.begin(), test_it) in test_pred()
157 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/devel/p5-Test-Cmd/Test-Cmd-1.09/t/
H A Dexit.t51 sub test_it {
129 $ret = test_it('pass', 0);
131 $ret = test_it('fail', 0);
141 $ret = test_it('pass', 1);
143 $ret = test_it('fail', 1);
153 $ret = test_it('pass', 1);
155 $ret = test_it('fail', 0);
165 $ret = test_it('pass', 0);
167 $ret = test_it('fail', 1);
177 $ret = test_it('pass', 0);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/range/test/algorithm_test/
H A Dmerge.cpp41 iterator_t test_it in test() local
46 std::distance<iterator_t>(test_target.begin(), test_it) in test()
54 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
59 std::distance<iterator_t>(test_target.begin(), test_it) in test()
72 std::distance<iterator_t>(test_target.begin(), test_it) in test()
80 test_it = boost::merge(boost::make_iterator_range(cont1), in test()
125 iterator_t test_it in test_pred() local
130 std::distance(test_target.begin(), test_it) in test_pred()
143 std::distance(test_target.begin(), test_it) in test_pred()
156 std::distance(test_target.begin(), test_it) in test_pred()
[all …]
H A Dtransform.cpp47 iterator_t test_it in test_transform_impl1() local
50 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
54 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont), target.begin(), fn) ); in test_transform_impl1()
61 test_it = boost::transform(ccont, target.begin(), fn); in test_transform_impl1()
63 BOOST_CHECK( test_it == target.end() ); in test_transform_impl1()
66 … BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(ccont), target.begin(), fn) ); in test_transform_impl1()
109 iterator_t test_it in test_transform_impl2() local
112 BOOST_CHECK( test_it == target.end() ); in test_transform_impl2()
124 BOOST_CHECK( test_it == boost::transform(boost::make_iterator_range(cont1), in test_transform_impl2()
134 test_it = boost::transform(ccont1, ccont2, target.begin(), fn); in test_transform_impl2()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/tools/
H A Drewrite_vsl_strings.cxx56 …std::vector<char>::const_iterator test_begin = test.begin(), test_it=test_begin, test_end=test.end… in main2() local
74 if (*file_it == *test_it) in main2()
76 ++test_it; in main2()
77 if (test_it == test_end) // found whole string. in main2()
83 … std::copy(test_begin, test_it, out_it); // skip this match - write any stuff already found - in main2()
84 test_it=test_begin; in main2()
91 std::copy(test_begin, test_it, out_it); // write any stuff already found in main2()
93 test_it=test_begin; in main2()
/dports/japanese/p5-Encode-JP-Mobile/Encode-JP-Mobile-0.30/t/
H A Dkddi-jis.t8 sub test_it {
24 test_it("\e\$B\x75\x41\e(B", "\x{E488}", "\x{EF60}", "pictogram");
26 test_it "a", decode('utf8', 'a'), decode('utf8', 'a'), 'alphabet';
27 test_it "\e\$B\x24\x57\e\(B", "\x{3077}", "\x{3077}", 'kanji(tora)';
32 test_it "\e\$B\x75\x41\e(B", "\x{E488}", "\x{EF60}", 'pictogram';
33 test_it "\e\$B\x75\x41\x76\x76\e(B", "\x{e488}\x{e51b}", "\x{EF60}\x{EFF4}", 'pictogram';
34 test_it encode('iso-2022-jp', decode("utf8", "お")), decode('utf8', "お"), decode('utf8', "お"), 'o';
35 test_it encode('iso-2022-jp', decode("utf8", "おいおい。山岡くん。kanbenしてくれよ!表示。")), decode('utf8', "おいおい。山岡…
36 test_it "\e\(I\x54\x2F\x4E\x5F\e(B", decode('utf8', "ヤッポ"), decode('utf8', "ヤッポ"), 'half width ka…
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c32 void test_it(TestCaseState_t *tcs, unsigned sbct);
39 test_it(tcs, 1); in testcase_run()
40 test_it(tcs, 0); in testcase_run()
41 test_it(tcs, 1024); in testcase_run()
42 test_it(tcs, 10240); in testcase_run()
55 test_it(TestCaseState_t *tcs, unsigned sbct) in test_it() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c32 void test_it(TestCaseState_t *tcs, unsigned sbct);
39 test_it(tcs, 1); in testcase_run()
40 test_it(tcs, 0); in testcase_run()
41 test_it(tcs, 1024); in testcase_run()
42 test_it(tcs, 10240); in testcase_run()
55 test_it(TestCaseState_t *tcs, unsigned sbct) in test_it() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c32 void test_it(TestCaseState_t *tcs, unsigned sbct);
39 test_it(tcs, 1); in testcase_run()
40 test_it(tcs, 0); in testcase_run()
41 test_it(tcs, 1024); in testcase_run()
42 test_it(tcs, 10240); in testcase_run()
55 test_it(TestCaseState_t *tcs, unsigned sbct) in test_it() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c32 void test_it(TestCaseState_t *tcs, unsigned sbct);
39 test_it(tcs, 1); in testcase_run()
40 test_it(tcs, 0); in testcase_run()
41 test_it(tcs, 1024); in testcase_run()
42 test_it(tcs, 10240); in testcase_run()
55 test_it(TestCaseState_t *tcs, unsigned sbct) in test_it() function

12345678910>>...24