Home
last modified time | relevance | path

Searched defs:test (Results 201 – 225 of 57124) sorted by relevance

12345678910>>...2285

/dports/graphics/geos/geos-3.9.1/tests/unit/geom/prep/
H A DPreparedGeometryFactoryTest.cpp58 void object::test<1> in test() function in tut::object
68 void object::test<2> in test() function in tut::object
87 void object::test<3> in test() function in tut::object
107 void object::test<4> in test() function in tut::object
122 void object::test<5> in test() function in tut::object
138 void object::test<6> in test() function in tut::object
153 void object::test<7> in test() function in tut::object
169 void object::test<8> in test() function in tut::object
184 void object::test<9> in test() function in tut::object
199 void object::test<10> in test() function in tut::object
[all …]
/dports/graphics/geos/geos-3.9.1/tests/unit/geom/
H A DPointTest.cpp72 void object::test<1> in test() function in tut::object
82 void object::test<2> in test() function in tut::object
104 void object::test<3> in test() function in tut::object
134 void object::test<4> in test() function in tut::object
144 void object::test<5> in test() function in tut::object
153 void object::test<6> in test() function in tut::object
162 void object::test<7> in test() function in tut::object
171 void object::test<8> in test() function in tut::object
182 void object::test<9> in test() function in tut::object
193 void object::test<10> in test() function in tut::object
[all …]
H A DMultiPointTest.cpp70 void object::test<1> in test() function in tut::object
87 void object::test<2> in test() function in tut::object
105 void object::test<3> in test() function in tut::object
123 void object::test<4> in test() function in tut::object
132 void object::test<5> in test() function in tut::object
141 void object::test<6> in test() function in tut::object
150 void object::test<7> in test() function in tut::object
161 void object::test<8> in test() function in tut::object
172 void object::test<9> in test() function in tut::object
183 void object::test<10> in test() function in tut::object
[all …]
H A DLinearRingTest.cpp83 void object::test<1> in test() function in tut::object
121 void object::test<2> in test() function in tut::object
132 void object::test<3> in test() function in tut::object
141 void object::test<4> in test() function in tut::object
150 void object::test<5> in test() function in tut::object
159 void object::test<6> in test() function in tut::object
168 void object::test<7> in test() function in tut::object
178 void object::test<8> in test() function in tut::object
189 void object::test<9> in test() function in tut::object
200 void object::test<10> in test() function in tut::object
[all …]
/dports/graphics/box/box-0.4.0/tests/
H A Dstructure.py9 test = tests.new_test(title="structures with immediate values: (Int, Int)") variable
14 test = tests.new_test(title="structures with immediate values: (Real, Real)") variable
19 test = tests.new_test(title="structures with immediate values: (Int, Real)") variable
29 test = tests.new_test(title="structures with variables as members") variable
38 test = tests.new_test(title="structures with registers as members") variable
48 test = tests.new_test(title="testing structures with mixed members") variable
56 test = tests.new_test(title="'Point': conversion structure --> Point") variable
66 test = tests.new_test(title="'Point': operations") variable
75 test = tests.new_test(title="Implicit members of structs 1") variable
85 test = tests.new_test(title="Implicit members of structs 2") variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& c, in test() argument
34 test(const value_compare& comp, container_type&& c, in test() function
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_rcont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
40 test(const value_compare& comp, const test_allocator<int>& a) in test() function
42 test(const value_compare& comp, const container_type& c, in test() function
45 test(const value_compare& comp, container_type&& c, in test() function
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& c, in test() function
34 test(const value_compare& comp, container_type&& c, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_rcont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
40 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
42 test(const value_compare& comp, const container_type& c, in test() function
45 test(const value_compare& comp, container_type&& c, in test() argument
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& container, in test() argument
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& container, in test() argument
34 test(const value_compare& comp, container_type&& container, in test() function
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& container, in test() function
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_rcont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
40 test(const value_compare& compare, const test_allocator<int>& a) in test() argument
42 test(const value_compare& compare, const container_type& container, in test() argument
45 test(const value_compare& compare, container_type&& container, in test() function
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& container, in test() function
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& container, in test() argument
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/libc++/libcxx-10.0.1.src/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& c, in test() function
34 test(const value_compare& comp, container_type&& c, in test() function
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& container, in test() function
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& c, in test() function
34 test(const value_compare& comp, container_type&& c, in test() function
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& container, in test() argument
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/net/tigervnc-viewer/tigervnc-1.12.0/tests/unit/
H A Dgesturehandler.cxx48 TestClass test; in testOneTapNormal() local
75 TestClass test; in testTwoTapNormal() local
107 TestClass test; in testTwoTapSlowBegin() local
127 TestClass test; in testTwoTapSlowEnd() local
147 TestClass test; in testTwoTapTimeout() local
167 TestClass test; in testThreeTapNormal() local
204 TestClass test; in testThreeTapSlowBegin() local
226 TestClass test; in testThreeTapSlowEnd() local
248 TestClass test; in testThreeTapDrag() local
271 TestClass test; in testThreeTapTimeout() local
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/tests/unit/
H A Dgesturehandler.cxx48 TestClass test; in testOneTapNormal() local
75 TestClass test; in testTwoTapNormal() local
107 TestClass test; in testTwoTapSlowBegin() local
127 TestClass test; in testTwoTapSlowEnd() local
147 TestClass test; in testTwoTapTimeout() local
167 TestClass test; in testThreeTapNormal() local
204 TestClass test; in testThreeTapSlowBegin() local
226 TestClass test; in testThreeTapSlowEnd() local
248 TestClass test; in testThreeTapDrag() local
271 TestClass test; in testThreeTapTimeout() local
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Ditmajor.cpp58 IntlTestUtilities test; in runIndexedTest() local
67 IntlTestNormalize test; in runIndexedTest() local
77 IntlTestCollator test; in runIndexedTest() local
87 RegexTest test; in runIndexedTest() local
97 IntlTestFormat test; in runIndexedTest() local
117 IntlTestRBBI test; in runIndexedTest() local
126 IntlTestRBNF test; in runIndexedTest() local
145 ICUServiceTest test; in runIndexedTest() local
154 TestIDNA test; in runIndexedTest() local
163 ConversionTest test; in runIndexedTest() local
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Ditmajor.cpp58 IntlTestUtilities test; in runIndexedTest() local
67 IntlTestNormalize test; in runIndexedTest() local
77 IntlTestCollator test; in runIndexedTest() local
87 RegexTest test; in runIndexedTest() local
97 IntlTestFormat test; in runIndexedTest() local
117 IntlTestRBBI test; in runIndexedTest() local
126 IntlTestRBNF test; in runIndexedTest() local
145 ICUServiceTest test; in runIndexedTest() local
154 TestIDNA test; in runIndexedTest() local
163 ConversionTest test; in runIndexedTest() local
[all …]
/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSBufferTest.cpp76 void object::test<1> in test() function in tut::object
98 void object::test<2> in test() function in tut::object
120 void object::test<3> in test() function in tut::object
142 void object::test<4> in test() function in tut::object
165 void object::test<5> in test() function in tut::object
187 void object::test<6> in test() function in tut::object
211 void object::test<7> in test() function in tut::object
234 void object::test<8> in test() function in tut::object
261 void object::test<9> in test() function in tut::object
289 void object::test<10> in test() function in tut::object
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/Events/
H A DTestEvents.hs167 test "tick" function
231 test "tick6" = chequered 2 100 10000000 function
265 test "ch1" = chequered 1 100 100000 function
266 test "ch2" = chequered 2 100 100000 function
267 test "ch3" = chequered 3 100 100000 function
268 test "ch4" = chequered 4 100 100000 function
269 test "ch5" = chequered 5 100 100000 function
270 test "ch6" = chequered 6 100 100000 function
271 test "ch7" = chequered 7 100 100000 function
272 test "ch8" = chequered 8 100 100000 function
[all …]

12345678910>>...2285