Home
last modified time | relevance | path

Searched +refs:test +refs:list (Results 1 – 25 of 127073) sorted by relevance

12345678910>>...5083

/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/101/
H A Dtest.sld33 (test (cons (list 'a) (list 'b 'c 'd))
45 (test (list 'a)
51 (test (list 'b 'c 'd)
64 (test-assert (list? (list 'a 'b 'c)))
69 (test (list 'a 7 'c)
71 (test '() (list))
86 (test (list 'a (list 'b) (list 'c))
95 (test (list (list 'e (list 'f)) 'd (list 'b 'c) 'a)
99 (test (list 'c 'd)
121 (test (list 5 7 9)
[all …]
/dports/lang/fth/fth-1.4.1/tests/
H A Dlist-test.fs33 : list-test ( -- )
49 nil list? not "nil list?" test-expr
50 '() list? not "'() list?" test-expr
51 0 list? "0 list?" test-expr
65 0 make-list '() list<> "0 make-list" test-expr
113 l1 l1 list<> "l1 l1 list<>" test-expr
114 l1 l2 list<> "l1 l2 list<>" test-expr
115 l1 l3 list= "l1 l3 list=" test-expr
136 l1 l2 list= "list-copy list=?" test-expr
225 *fth-test-count* 0 [do] list-test [loop]
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dlist-test.c55 KUNIT_EXPECT_PTR_EQ(test, list.next, &b); in list_test_list_add()
56 KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); in list_test_list_add()
69 KUNIT_EXPECT_PTR_EQ(test, list.next, &a); in list_test_list_add_tail()
70 KUNIT_EXPECT_PTR_EQ(test, a.prev, &list); in list_test_list_add_tail()
86 KUNIT_EXPECT_PTR_EQ(test, list.next, &b); in list_test_list_del()
87 KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); in list_test_list_del()
137 KUNIT_EXPECT_PTR_EQ(test, &b, list.next); in list_test_list_swap()
138 KUNIT_EXPECT_PTR_EQ(test, &a, list.prev); in list_test_list_swap()
141 KUNIT_EXPECT_PTR_EQ(test, &list, b.prev); in list_test_list_swap()
143 KUNIT_EXPECT_PTR_EQ(test, &list, a.next); in list_test_list_swap()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dlist-test.c55 KUNIT_EXPECT_PTR_EQ(test, list.next, &b); in list_test_list_add()
56 KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); in list_test_list_add()
69 KUNIT_EXPECT_PTR_EQ(test, list.next, &a); in list_test_list_add_tail()
70 KUNIT_EXPECT_PTR_EQ(test, a.prev, &list); in list_test_list_add_tail()
86 KUNIT_EXPECT_PTR_EQ(test, list.next, &b); in list_test_list_del()
87 KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); in list_test_list_del()
137 KUNIT_EXPECT_PTR_EQ(test, &b, list.next); in list_test_list_swap()
138 KUNIT_EXPECT_PTR_EQ(test, &a, list.prev); in list_test_list_swap()
141 KUNIT_EXPECT_PTR_EQ(test, &list, b.prev); in list_test_list_swap()
143 KUNIT_EXPECT_PTR_EQ(test, &list, a.next); in list_test_list_swap()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dlist-test.c55 KUNIT_EXPECT_PTR_EQ(test, list.next, &b); in list_test_list_add()
56 KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); in list_test_list_add()
69 KUNIT_EXPECT_PTR_EQ(test, list.next, &a); in list_test_list_add_tail()
70 KUNIT_EXPECT_PTR_EQ(test, a.prev, &list); in list_test_list_add_tail()
86 KUNIT_EXPECT_PTR_EQ(test, list.next, &b); in list_test_list_del()
87 KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); in list_test_list_del()
137 KUNIT_EXPECT_PTR_EQ(test, &b, list.next); in list_test_list_swap()
138 KUNIT_EXPECT_PTR_EQ(test, &a, list.prev); in list_test_list_swap()
141 KUNIT_EXPECT_PTR_EQ(test, &list, b.prev); in list_test_list_swap()
143 KUNIT_EXPECT_PTR_EQ(test, &list, a.next); in list_test_list_swap()
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/117/
H A Dtest.sld16 (test '(1 2 3) (list-queue-list x))
19 (test '(1 2 3 4 5) (list-queue-list z))
20 (test '(1 2 3 4 5) (list-queue-list z2))
24 (test '(5) (list-queue-list y))
37 (test '(0 1 2 3) (list-queue-list z)))
42 (test '(1 2 3) (list-queue-list b))
44 (test '(1 2 3) (list-queue-list a))
45 (test 4 (length (list-queue-list b)))
55 (test '(2 3 4) (list-queue-list r))
68 (test '(1 2) (list-queue-list n))
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/121/
H A Dtest.sld14 (test '() (generator->list (generator)))
15 (test '(1 2 3) (generator->list (generator 1 2 3)))
27 (test '(1 2 3 4 5) (generator->list (list->generator '(1 2 3 4 5))))
38 (test '(0 2 4 6 8 10) (generator->list
53 (test '() (generator->list (gappend)))
60 (test '(1 3 5 7 9) (generator->list (gfilter
63 (test '(2 4 6 8 10) (generator->list (gremove
67 (test '(1 2 3) (generator->list (gtake g 3)))
68 (test '(4) (generator->list g)))
114 (test '(4) (generator->list g)))
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/158/
H A Dtest.sld29 (test '() (generator->list (generator)))
38 (test '(0 1 2) (generator->list g))
39 (test '(1 2 3 4 5) (generator->list (list->generator '(1 2 3 4 5))))
48 (test '(5 4 3 2 1) (generator->list
51 (test '(0 2 4 6 8 10) (generator->list
63 (test '() (generator->list (gappend)))
73 (test '(4) (generator->list g))
87 (test '(a c e) (generator->list (gindex (list->generator '(a b c d e f))
89 (test '(a d e) (generator->list (gselect (list->generator '(a b c d e f))
167 (test '(4) (generator->list g))
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/
H A Dsublist.cf50 "The test list is $(test)";
64 #@ R: The test list is 1
65 #@ R: The test list is 2
66 #@ R: The test list is 3
67 #@ R: The test list is one
68 #@ R: The test list is two
69 #@ R: The test list is three
70 #@ R: The test list is long string
71 #@ R: The test list is four
72 #@ R: The test list is fix
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/
H A Dsublist.cf50 "The test list is $(test)";
64 #@ R: The test list is 1
65 #@ R: The test list is 2
66 #@ R: The test list is 3
67 #@ R: The test list is one
68 #@ R: The test list is two
69 #@ R: The test list is three
70 #@ R: The test list is long string
71 #@ R: The test list is four
72 #@ R: The test list is fix
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/
H A Dsublist.cf50 "The test list is $(test)";
64 #@ R: The test list is 1
65 #@ R: The test list is 2
66 #@ R: The test list is 3
67 #@ R: The test list is one
68 #@ R: The test list is two
69 #@ R: The test list is three
70 #@ R: The test list is long string
71 #@ R: The test list is four
72 #@ R: The test list is fix
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dsublist.cf50 "The test list is $(test)";
64 #@ R: The test list is 1
65 #@ R: The test list is 2
66 #@ R: The test list is 3
67 #@ R: The test list is one
68 #@ R: The test list is two
69 #@ R: The test list is three
70 #@ R: The test list is long string
71 #@ R: The test list is four
72 #@ R: The test list is fix
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Dsublist.cf50 "The test list is $(test)";
64 #@ R: The test list is 1
65 #@ R: The test list is 2
66 #@ R: The test list is 3
67 #@ R: The test list is one
68 #@ R: The test list is two
69 #@ R: The test list is three
70 #@ R: The test list is long string
71 #@ R: The test list is four
72 #@ R: The test list is fix
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/
H A Dsublist.cf50 "The test list is $(test)";
64 #@ R: The test list is 1
65 #@ R: The test list is 2
66 #@ R: The test list is 3
67 #@ R: The test list is one
68 #@ R: The test list is two
69 #@ R: The test list is three
70 #@ R: The test list is long string
71 #@ R: The test list is four
72 #@ R: The test list is fix
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/fileutil/
H A Dfiletype.test41 test fileType-1.2 {test file directory} {
48 test fileType-1.3 {test file empty} {
55 test fileType-1.4 {test simple binary} {
69 test fileType-1.6 {test simple text} {
76 test fileType-1.7 {test script file} {
83 test fileType-1.8 {test html text} {
90 test fileType-1.9 {test xml text} {
104 test fileType-1.11 {test PGP message} {
139 test fileType-1.16 {test binary pdf} {
146 test fileType-1.17 {test text ps} {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/fileutil/
H A Dfiletype.test41 test fileType-1.2 {test file directory} {
48 test fileType-1.3 {test file empty} {
55 test fileType-1.4 {test simple binary} {
69 test fileType-1.6 {test simple text} {
76 test fileType-1.7 {test script file} {
83 test fileType-1.8 {test html text} {
90 test fileType-1.9 {test xml text} {
104 test fileType-1.11 {test PGP message} {
139 test fileType-1.16 {test binary pdf} {
146 test fileType-1.17 {test text ps} {
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dlist_test.cpp77 typedef list< ValueType
116 const list<int> testConstructorAllocator(il, list<int>::allocator_type()); in test_support_for_initializer_list()
172 if (test::list_test<list<int, std::allocator<int> >, true>()) in main()
174 if (test::list_test<list<int>, true>()) in main()
176 if (test::list_test<list<int, adaptive_pool<int> >, true>()) in main()
178 if (test::list_test<list<test::movable_int>, true>()) in main()
180 if (test::list_test<list<test::movable_and_copyable_int>, true>()) in main()
182 if (test::list_test<list<test::copyable_int>, true>()) in main()
190 if(!boost::container::test::test_emplace<list<test::EmplaceInt>, Options>()) in main()
223 auto test = boost::container::list(gold.begin(), gold.end()); in main() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dlist_test.cpp77 typedef list< ValueType
116 const list<int> testConstructorAllocator(il, list<int>::allocator_type()); in test_support_for_initializer_list()
172 if (test::list_test<list<int, std::allocator<int> >, true>()) in main()
174 if (test::list_test<list<int>, true>()) in main()
176 if (test::list_test<list<int, adaptive_pool<int> >, true>()) in main()
178 if (test::list_test<list<test::movable_int>, true>()) in main()
180 if (test::list_test<list<test::movable_and_copyable_int>, true>()) in main()
182 if (test::list_test<list<test::copyable_int>, true>()) in main()
190 if(!boost::container::test::test_emplace<list<test::EmplaceInt>, Options>()) in main()
223 auto test = boost::container::list(gold.begin(), gold.end()); in main() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dlist_test.cpp77 typedef list< ValueType
116 const list<int> testConstructorAllocator(il, list<int>::allocator_type()); in test_support_for_initializer_list()
172 if (test::list_test<list<int, std::allocator<int> >, true>()) in main()
174 if (test::list_test<list<int>, true>()) in main()
176 if (test::list_test<list<int, adaptive_pool<int> >, true>()) in main()
178 if (test::list_test<list<test::movable_int>, true>()) in main()
180 if (test::list_test<list<test::movable_and_copyable_int>, true>()) in main()
182 if (test::list_test<list<test::copyable_int>, true>()) in main()
190 if(!boost::container::test::test_emplace<list<test::EmplaceInt>, Options>()) in main()
223 auto test = boost::container::list(gold.begin(), gold.end()); in main() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dlist_test.cpp80 typedef list< ValueType
119 const list<int> testConstructorAllocator(il, list<int>::allocator_type()); in test_support_for_initializer_list()
175 if (test::list_test<list<int, std::allocator<int> >, true>()) in main()
177 if (test::list_test<list<int>, true>()) in main()
179 if (test::list_test<list<int, adaptive_pool<int> >, true>()) in main()
181 if (test::list_test<list<test::movable_int>, true>()) in main()
183 if (test::list_test<list<test::movable_and_copyable_int>, true>()) in main()
185 if (test::list_test<list<test::copyable_int>, true>()) in main()
193 if(!boost::container::test::test_emplace<list<test::EmplaceInt>, Options>()) in main()
226 auto test = boost::container::list(gold.begin(), gold.end()); in main() local
[all …]
/dports/science/jstrack/jstrack/extlib/fileutil/
H A Dfiletype.test42 test fileType-1.2 {test file directory} {
48 test fileType-1.3 {test file empty} {
54 test fileType-1.4 {test simple binary} {
66 test fileType-1.6 {test simple text} {
72 test fileType-1.7 {test script file} {
78 test fileType-1.8 {test html text} {
84 test fileType-1.9 {test xml text} {
96 test fileType-1.11 {test PGP message} {
126 test fileType-1.16 {test binary pdf} {
132 test fileType-1.17 {test text ps} {
[all …]
/dports/lang/jimtcl/jimtcl-0.81/tests/
H A Dlist.test20 test list-1.1 {basic tests} {list a b c} {a b c}
21 test list-1.2 {basic tests} {list {a b} c} {{a b} c}
22 test list-1.3 {basic tests} {list \{a b c} {\{a b c}
27 test list-1.8 {basic tests} {list g\; h\\} {{g;} h\\}
42 test list-1.23 {basic tests} {list \{} "\\{"
43 test list-1.24 {basic tests} {list} {}
44 test list-1.25 {basic tests} {list #} {{#}}
45 test list-1.26 {basic tests} {list #abc} {{#abc}}
51 test list-2.1 {placeholder} {
113 test list-4.1 {lreverse} {
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dlist.test21 test list-1.1 {basic tests} {list a b c} {a b c}
22 test list-1.2 {basic tests} {list {a b} c} {{a b} c}
23 test list-1.3 {basic tests} {list \{a b c} {\{a b c}
25 test list-1.5 {basic tests} {list a\[ b\] } "{a\[} b\\]"
26 test list-1.6 {basic tests} {list c\ d\t } "{c } {d\t}"
28 test list-1.8 {basic tests} {list g\; h\\} {{g;} h\\}
33 test list-1.13 {basic tests} {list a {{}} b} {a {{}} b}
43 test list-1.23 {basic tests} {list \{} "\\{"
44 test list-1.24 {basic tests} {list} {}
45 test list-1.25 {basic tests} {list # #} {{#} #}
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dlist.test21 test list-1.1 {basic tests} {list a b c} {a b c}
22 test list-1.2 {basic tests} {list {a b} c} {{a b} c}
23 test list-1.3 {basic tests} {list \{a b c} {\{a b c}
25 test list-1.5 {basic tests} {list a\[ b\] } "{a\[} b\\]"
26 test list-1.6 {basic tests} {list c\ d\t } "{c } {d\t}"
28 test list-1.8 {basic tests} {list g\; h\\} {{g;} h\\}
33 test list-1.13 {basic tests} {list a {{}} b} {a {{}} b}
43 test list-1.23 {basic tests} {list \{} "\\{"
44 test list-1.24 {basic tests} {list} {}
45 test list-1.25 {basic tests} {list # #} {{#} #}
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/41/
H A Dtest.sld105 (test-error (list->stream "four")) ; "list->stream: non-list argument"
106 (test '() (stream->list (list->stream '())))
107 (test '(1 2 3) (stream->list (list->stream '(1 2 3))))
113 (test "; Copyright" (list->string (stream->list 11 s)) )
117 (test '() (stream->list (stream)))
118 (test '(1) (stream->list (stream 1)))
122 (test-error (stream->list '())) ; "stream->list: non-stream argument"
123 (test-error (stream->list "four" strm123)) ; "stream->list: non-integer count"
124 (test-error (stream->list -1 strm123)) ; "stream->list: negative count"
125 (test '() (stream->list (stream)))
[all …]

12345678910>>...5083