Home
last modified time | relevance | path

Searched refs:list2 (Results 1 – 25 of 8234) sorted by relevance

12345678910>>...330

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dslist_test.c51 slist_t list, list2; in test_slist_cmp() local
53 slist_init( &list2 ); in test_slist_cmp()
101 slist_t list, list2; in test_slist_dup() local
103 slist_init( &list2 ); in test_slist_dup()
109 TEST( slist_empty( &list2 ) ); in test_slist_dup()
115 TEST( !slist_empty( &list2 ) ); in test_slist_dup()
128 TEST( !slist_empty( &list2 ) ); in test_slist_dup()
347 slist_t list2; in test_slist_push_list_head() local
348 slist_init( &list2 ); in test_slist_push_list_head()
482 slist_t list2; in test_slist_push_list_tail() local
[all …]
/dports/biology/avida/avida-2.12.4-src/libs/apto/unittests/core/
H A DList.cc168 EXPECT_TRUE(list2 == list2); in TEST()
172 EXPECT_FALSE(list2 != list2); in TEST()
184 list2 += list2; in TEST()
203 list2 = list2 + list2; in TEST()
341 EXPECT_TRUE(list2 == list2); in TEST()
345 EXPECT_FALSE(list2 != list2); in TEST()
357 list2 += list2; in TEST()
376 list2 = list2 + list2; in TEST()
514 EXPECT_TRUE(list2 == list2); in TEST()
530 list2 += list2; in TEST()
[all …]
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/tests/
H A Dtest_smart_list.py89 del list2[2]
91 del list2[-3]
94 del list2[100]
96 del list2[-6]
98 del list2[3:6]
100 del list2[-2:]
102 del list2[:2]
105 del list2[2:8:2]
176 for ch in list2:
187 gen2 = iter(list2)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; in test01() local
35 list2.push_back(10 - i); in test01()
39 list2.sort(); in test01()
44 list2.splice(list2.begin(), list1, node_of_interest); in test01()
46 list1.merge(list2); in test01()
48 list2.splice(list2.begin(), list1, node_of_interest); in test01()
53 std::list<int> list2; in test01() local
58 list2.push_back(10 - i); in test01()
62 list2.sort(); in test01()
67 list2.splice(list2.begin(), list1, node_of_interest); in test01()
[all …]
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestSList.cpp167 slist<int> list2; in TestSList() local
172 list2.swap(list1); in TestSList()
218 slist<int> list2; in TestSList() local
385 slist<int> list2; in TestSList() local
439 slist<int> list2; in TestSList() local
503 list1.insert_after(list1.begin(), list2.begin(), list2.end()); in TestSList()
661 list1.splice(list1.begin(), list2, list2.begin()); in TestSList()
665 list1.splice(list1.begin(), list2, list2.begin()); in TestSList()
669 list1.splice(list1.begin(), list2, list2.begin()); in TestSList()
673 list1.splice(list1.begin(), list2, list2.begin()); in TestSList()
[all …]

12345678910>>...330