Home
last modified time | relevance | path

Searched refs:test_list (Results 1 – 25 of 2348) sorted by relevance

12345678910>>...94

/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/test/
H A Ddeprecated_transform_test.cpp1635 test_list<void, test_list<double, bool, test_list<>>, int>,
1636 test_list<void, test_list<double, bool, test_list<>>, int>,
1683 test_list<void, test_list<double, bool, test_list<>>, int>,
1684 test_list<void, test_list<double, bool, test_list<>>, int>,
1731 test_list<void, test_list<double, bool, test_list<>>, int>,
1732 test_list<void, test_list<double, bool, test_list<>>, int>,
1779 test_list<void, test_list<double, bool, test_list<>>, int>,
1780 test_list<void, test_list<double, bool, test_list<>>, int>,
1827 test_list<void, test_list<double, bool, test_list<>>, int>,
1828 test_list<void, test_list<double, bool, test_list<>>, int>,
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dlist_test.cpp32 CHECK_FALSE( test_list.begin() == test_list.end() );
36 CHECK( test_list.begin() == test_list.end() );
461 test_list.insert( test_list.end(), {1, 3, 5, 7, 9} );
484 test_list.splice( test_list.end(), test_list_2 );
720 test_list.insert( test_list.end(), 10000, 15 );
832 test_list.insert( test_list.begin(), 50, 50000 );
1049 test_list.reorder( test_list.begin(), it1 );
1055 test_list.reorder( test_list.end(), it2 );
1092 test_list.reorder( test_list.end(), it1, it2 );
1115 test_list.reorder( test_list.begin(), it1, it2 );
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dlist_test.cpp32 CHECK_FALSE( test_list.begin() == test_list.end() );
36 CHECK( test_list.begin() == test_list.end() );
461 test_list.insert( test_list.end(), {1, 3, 5, 7, 9} );
484 test_list.splice( test_list.end(), test_list_2 );
720 test_list.insert( test_list.end(), 10000, 15 );
832 test_list.insert( test_list.begin(), 50, 50000 );
1049 test_list.reorder( test_list.begin(), it1 );
1055 test_list.reorder( test_list.end(), it2 );
1092 test_list.reorder( test_list.end(), it1, it2 );
1115 test_list.reorder( test_list.begin(), it1, it2 );
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/test/
H A Dtest_manifest.py157 assert len(test_list) > 0
174 assert len(test_list) == 4
191 assert len(test_list) == 1
199 assert len(test_list) == 1
207 assert len(test_list) == 1
228 assert len(test_list) == 1
249 assert len(test_list) == 1
269 assert len(test_list) == 1
290 assert len(test_list) == 1
303 assert len(test_list) == 1
[all …]
/dports/www/firefox/firefox-99.0/testing/raptor/test/
H A Dtest_manifest.py154 assert len(test_list) > 0
171 assert len(test_list) == 4
188 assert len(test_list) == 1
196 assert len(test_list) == 1
204 assert len(test_list) == 1
225 assert len(test_list) == 1
246 assert len(test_list) == 1
266 assert len(test_list) == 1
287 assert len(test_list) == 1
300 assert len(test_list) == 1
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/test/
H A Dtest_manifest.py157 assert len(test_list) > 0
174 assert len(test_list) == 4
191 assert len(test_list) == 1
199 assert len(test_list) == 1
207 assert len(test_list) == 1
228 assert len(test_list) == 1
249 assert len(test_list) == 1
269 assert len(test_list) == 1
290 assert len(test_list) == 1
303 assert len(test_list) == 1
[all …]
/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestlist.vala190 test_list.get (0);
202 test_list.get (1);
210 test_list.get (-1);
223 test_list.clear ();
227 test_list.get (0);
434 assert (test_list.first () == test_list.get (0));
440 assert (test_list.first () == test_list.get (0));
443 test_list.clear ();
462 test_list.last ();
470 assert (test_list.last () == test_list.get (test_list.size - 1));
[all …]
H A Dtestlinkedlist.vala73 test_list.add ("one");
74 test_list.add ("two");
75 test_list.add ("three");
76 test_list.add ("four");
77 test_list.add ("five");
78 test_list.add ("six");
79 test_list.add ("seven");
80 test_list.add ("eight");
81 test_list.add ("nine");
82 test_list.add ("ten");
[all …]
H A Dtestlist.c233 GeeList* test_list; in list_tests_test_iterator_is_ordered() local
268 test_list = _tmp1_; in list_tests_test_iterator_is_ordered()
329 GeeList* test_list; in list_tests_test_list_iterator() local
451 test_list = _tmp1_; in list_tests_test_list_iterator()
647 GeeList* test_list; in list_tests_real_test_duplicates_are_retained() local
674 test_list = _tmp1_; in list_tests_real_test_duplicates_are_retained()
731 GeeList* test_list; in list_tests_test_get() local
759 test_list = _tmp1_; in list_tests_test_get()
760 _tmp2_ = test_list; in list_tests_test_get()
774 _tmp7_ = test_list; in list_tests_test_get()
[all …]
H A Dtestarraylist.vala78 test_list.add ("one");
79 test_list.add ("two");
80 test_list.add ("three");
81 test_list.add ("four");
82 test_list.add ("five");
83 test_list.add ("six");
84 test_list.add ("seven");
85 test_list.add ("eight");
86 test_list.add ("nine");
87 test_list.add ("ten");
[all …]
H A Dtestlinkedlist.c203 GeeLinkedList* test_list; in linked_list_tests_test_selected_functions() local
210 test_list = _tmp1_; in linked_list_tests_test_selected_functions()
212 _tmp2_ = gee_linked_list_get_equal_func (test_list); in linked_list_tests_test_selected_functions()
216 _g_object_unref0 (test_list); in linked_list_tests_test_selected_functions()
223 GeeLinkedList* test_list; in linked_list_tests_test_gobject_properties() local
233 test_list = _tmp1_; in linked_list_tests_test_gobject_properties()
246 _g_object_unref0 (test_list); in linked_list_tests_test_gobject_properties()
253 GeeLinkedList* test_list; in linked_list_tests_test_sort() local
281 test_list = _tmp1_; in linked_list_tests_test_sort()
295 gee_list_sort ((GeeList*) test_list, NULL); in linked_list_tests_test_sort()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/test/
H A Dtest_manifest.py148 assert len(test_list) > 0
165 assert len(test_list) == 4
180 assert len(test_list) == 1
190 assert len(test_list) == 1
200 assert len(test_list) == 1
217 assert len(test_list) == 1
234 assert len(test_list) == 1
251 assert len(test_list) == 1
265 assert len(test_list) == 1
277 assert len(test_list) == 1
[all …]
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestlist.vala167 test_list.get (0);
179 test_list.get (1);
187 test_list.get (-1);
201 test_list.clear ();
205 test_list.get (0);
447 assert (test_list.first () == test_list.get (0));
453 assert (test_list.first () == test_list.get (0));
456 test_list.clear ();
475 test_list.last ();
483 assert (test_list.last () == test_list.get (test_list.size - 1));
[all …]
H A Dtestlinkedlist.vala48 test_list.add ("one");
49 test_list.add ("two");
50 test_list.add ("three");
51 test_list.add ("four");
52 test_list.add ("five");
53 test_list.add ("six");
54 test_list.add ("seven");
55 test_list.add ("eight");
56 test_list.add ("nine");
57 test_list.add ("ten");
[all …]
H A Dtestunrolledlinkedlist.vala48 test_list.add ("one");
49 test_list.add ("two");
50 test_list.add ("three");
51 test_list.add ("four");
52 test_list.add ("five");
53 test_list.add ("six");
54 test_list.add ("seven");
55 test_list.add ("eight");
56 test_list.add ("nine");
57 test_list.add ("ten");
[all …]
H A Dtestlist.c291 test_list = _tmp1_; in list_tests_test_iterator_is_ordered()
292 _tmp2_ = test_list; in list_tests_test_iterator_is_ordered()
294 _tmp3_ = test_list; in list_tests_test_iterator_is_ordered()
472 test_list = _tmp1_; in list_tests_test_list_iterator()
571 test_list = _tmp1_; in list_tests_real_test_duplicates_are_retained()
646 test_list = _tmp1_; in list_tests_test_get()
655 _tmp6_ = test_list; in list_tests_test_get()
817 test_list = _tmp1_; in list_tests_test_set()
818 _tmp2_ = test_list; in list_tests_test_set()
820 _tmp3_ = test_list; in list_tests_test_set()
[all …]
H A Dtestarraylist.vala61 test_list.add ("one");
62 test_list.add ("two");
63 test_list.add ("three");
64 test_list.add ("four");
65 test_list.add ("five");
66 test_list.add ("six");
67 test_list.add ("seven");
68 test_list.add ("eight");
69 test_list.add ("nine");
70 test_list.add ("ten");
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/parameters/demos/
H A Dparams_demo.sce17 test_list = init_param();
19 test_list = add_param(test_list, "min");
20 test_list = add_param(test_list, "max");
24 printf(" is_param(test_list, ''min'') = %f\n", 1.0*is_param(test_list, "min"));
25 printf(" is_param(test_list, ''max'') = %f\n", 1.0*is_param(test_list, "max"));
31 test_list = set_param(test_list, "min", [0 0 0]);
32 test_list = set_param(test_list, "max", [1 1 1]);
35 printf(" get_param(test_list, ''min'') = "); disp(get_param(test_list, "min"));
43 printf("\n test_list = remove_param(test_list, ''min'');\n")
44 test_list = remove_param(test_list, "min");
[all …]
/dports/games/openomf/openomf-c36c421/testing/
H A Dtest_list.c6 list test_list; variable
11 list_create(&test_list); in test_list_create()
12 CU_ASSERT(test_list.size == 0); in test_list_create()
13 CU_ASSERT(test_list.first == NULL); in test_list_create()
14 CU_ASSERT(test_list.last == NULL); in test_list_create()
18 list_free(&test_list); in test_list_free()
19 CU_ASSERT(test_list.size == 0); in test_list_free()
24 CU_ASSERT(test_list.size == 1); in test_list_append()
27 CU_ASSERT(test_list.last == test_list.first); in test_list_append()
32 CU_ASSERT(test_list.size == 2); in test_list_prepend()
[all …]
/dports/security/olm/olm-3.2.6/tests/
H A Dtest_list.cpp24 olm::List<int, 4> test_list; in main() local
29 test_list.insert(test_list.end(), i); in main()
35 for (auto item : test_list) { in main()
41 test_list.insert(test_list.end(), 4); in main()
51 olm::List<int, 4> test_list; in main() local
56 test_list.insert(test_list.begin(), i); in main()
62 for (auto item : test_list) { in main()
72 olm::List<int, 4> test_list; in main() local
76 test_list.insert(test_list.end(), i); in main()
80 test_list.erase(test_list.begin()); in main()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/
H A Dopengl.py358 with profile.test_list.group_manager(
445 profile.test_list[grouptools.join(
448 with profile.test_list.group_manager(
470 with profile.test_list.group_manager(
491 with profile.test_list.group_manager(
497 with profile.test_list.group_manager(
505 with profile.test_list.group_manager(
513 with profile.test_list.group_manager(
521 with profile.test_list.group_manager(
527 with profile.test_list.group_manager(
[all …]
H A Dquick_gl.py26 with profile.test_list.group_manager(
29 with profile.test_list.allow_reassignment:
39 with profile.test_list.group_manager(
42 with profile.test_list.allow_reassignment:
46 with profile.test_list.group_manager(
49 with profile.test_list.allow_reassignment:
53 with profile.test_list.group_manager(
56 with profile.test_list.allow_reassignment:
60 with profile.test_list.group_manager(
63 with profile.test_list.allow_reassignment:
[all …]
/dports/databases/py-lmdb/lmdb-0.97/tests/
H A Diteration_test.py91 test_list = []
93 test_list.append(self.c.item())
133 test_list = list(self.c.iternext())
134 self.assertEqual(test_list, ITEMS)
178 test_list = []
219 test_list = []
221 test_list.append(i)
230 test_list = []
233 test_list.append(i)
242 test_list = []
[all …]
/dports/lang/py-textX/textX-2.3.0/tests/functional/regressions/
H A Dtest_issue78.py17 test_list = []
19 'TestObj': lambda o: test_list.append(o.name),
27 assert ['t2a', 't2b'] == test_list
41 test_list = []
64 test_list = []
73 assert ['Special_S1'] == test_list
88 test_list = []
97 assert ['Base_S1', 'Base_S2'] == test_list
141 test_list = []
143 'A': lambda o: test_list.append(o.name),
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/tests/resmokelib/
H A Dtest_selector.py171 self.assertEqual(roots, test_list.get_tests())
199 self.assertEqual([], test_list.get_tests())
217 test_list.exclude_files(["dir/subdir2/*.js"])
240 test_list.include_any_pattern(["dir/*3/a/*"])
244 test_list.include_any_pattern(["dir/*4/a/*"])
245 self.assertEqual([], test_list.get_tests())
253 self.assertEqual([], test_list.get_tests())
259 test_list.get_tests())
266 self.assertEqual([], test_list.get_tests())
279 test_list.include_files([])
[all …]

12345678910>>...94