Home
last modified time | relevance | path

Searched refs:test_iterator (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/llvm/unittests/Support/
H A DIteratorTest.cpp27 typedef pointee_iterator<SmallVectorImpl<int *>::const_iterator> test_iterator; in TEST() typedef
29 test_iterator Begin, End; in TEST()
31 End = test_iterator(V.end()); in TEST()
33 test_iterator I = Begin; in TEST()
39 test_iterator J = Begin; in TEST()
54 test_iterator K = I++; in TEST()
68 SmallVectorImpl<std::unique_ptr<int>>::const_iterator> test_iterator; in TEST() typedef
70 test_iterator Begin, End; in TEST()
72 End = test_iterator(V.end()); in TEST()
74 test_iterator I = Begin; in TEST()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtriangular_access.cpp23 void test_iterator( MAT & A ) { in test_iterator() function
133 test_iterator(A); in main()
138 test_iterator(B); in main()
143 test_iterator(C); in main()
148 test_iterator(D); in main()
153 test_iterator(E); in main()
158 test_iterator(F); in main()
185 test_iterator ( lta ); in main()
188 test_iterator ( ulta ); in main()
191 test_iterator ( slta ); in main()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexOrdering.cpp489 …for (_test_iterations_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end… in iterate() local
490 test_iterator++) in iterate()
492 if (test_iterator->primitive_mode != TESSELLATION_SHADER_PRIMITIVE_MODE_ISOLINES) in iterate()
494 verifyVertexOrderingCorrectness(*test_iterator); in iterate()
498 …for (_test_iterations_const_iterator test_iterator = m_tests_points.begin(); test_iterator != m_te… in iterate() local
499 test_iterator++) in iterate()
501 const _test_iteration &test = *test_iterator; in iterate()
516 … if (de::abs(paired_test_iterator->inner_tess_levels[0] - test_iterator->inner_tess_levels[0]) < in iterate()
518 … de::abs(paired_test_iterator->inner_tess_levels[1] - test_iterator->inner_tess_levels[1]) < in iterate()
520 … de::abs(paired_test_iterator->outer_tess_levels[0] - test_iterator->outer_tess_levels[0]) < in iterate()
[all …]
H A DesextcTessellationShaderTCTE.cpp3568 …for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); ++test… in iterate() local
3608 test_iterator->vertex_spacing, true); /* is_point_mode_enabled */ in iterate()
3611 gl.useProgram(test_iterator->po_id); in iterate()
3614 switch (test_iterator->type) in iterate()
3618 gl.uniform2fv(test_iterator->inner_tess_levels_uniform_location, 1, /* count */ in iterate()
3622 gl.uniform4fv(test_iterator->outer_tess_levels_uniform_location, 1, /* count */ in iterate()
3694 … TessellationShaderUtils::getESTokenForVertexSpacingMode(test_iterator->vertex_spacing); in iterate()
4125 …for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); ++test… in iterate() local
4128 gl.useProgram(test_iterator->po_id); in iterate()
4138 switch (test_iterator->type) in iterate()
[all …]
H A DesextcTessellationShaderProperties.cpp405 …for (_tests_const_iterator test_iterator = tests.begin(); test_iterator != tests.end(); test_itera… in iterate() local
407 const _test_descriptor &test = *test_iterator; in iterate()
H A DesextcTessellationShaderXFB.cpp669 …for (_tests_const_iterator test_iterator = tests.begin(); test_iterator != tests.end(); test_itera… in iterate() local
671 const _test_descriptor &test = *test_iterator; in iterate()
H A DesextcTessellationShaderIsolines.cpp678 for (_tests_const_iterator test_iterator = vs_key_iterator->second.begin(); in iterate() local
679 test_iterator != vs_key_iterator->second.end(); test_iterator++) in iterate()
681 const _test_descriptor &test = *test_iterator; in iterate()
H A DesextcTessellationShaderPoints.cpp486 …for (_tests_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterato… in iterate() local
488 _test_descriptor &test = *test_iterator; in iterate()
H A DesextcTessellationShaderTriangles.cpp425 …for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_i… in iterate() local
427 const _test_descriptor &test = *test_iterator; in iterate()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dranges.for_each_n.pass.cpp45 constexpr void test_iterator() { in test_iterator() function
68 test_iterator<cpp17_input_iterator<int*>>(); in test()
69 test_iterator<cpp20_input_iterator<int*>>(); in test()
70 test_iterator<forward_iterator<int*>>(); in test()
71 test_iterator<bidirectional_iterator<int*>>(); in test()
72 test_iterator<random_access_iterator<int*>>(); in test()
73 test_iterator<contiguous_iterator<int*>>(); in test()
74 test_iterator<int*>(); in test()
H A Dranges.for_each.pass.cpp67 constexpr void test_iterator() { in test_iterator() function
114 test_iterator<cpp17_input_iterator<int*>, sentinel_wrapper<cpp17_input_iterator<int*>>>(); in test()
115 test_iterator<cpp20_input_iterator<int*>, sentinel_wrapper<cpp20_input_iterator<int*>>>(); in test()
116 test_iterator<forward_iterator<int*>>(); in test()
117 test_iterator<bidirectional_iterator<int*>>(); in test()
118 test_iterator<random_access_iterator<int*>>(); in test()
119 test_iterator<contiguous_iterator<int*>>(); in test()
120 test_iterator<int*>(); in test()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/test/
Dtest.hpp202 template<typename test_iterator>
207 tester(test_iterator first_test, test_iterator after_last_test) in tester()
218 test_iterator begin, end;
232 template<typename test_iterator>
233 bool tester<test_iterator>::operator()() in operator ()()
244 for(test_iterator current = begin; current != end; ++current) in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_partial_match.hpp128 typedef boost::regex_iterator<const_iterator, charT, traits> test_iterator; in test_regex_iterator() typedef
132 test_iterator start(search_text.begin(), search_text.end(), r, opts), end; in test_regex_iterator()
133 test_iterator copy(start); in test_regex_iterator()
189 typedef boost::regex_token_iterator<const_iterator, charT, traits> test_iterator; in test_regex_token_iterator() typedef
196 test_iterator start(search_text.begin(), search_text.end(), r, 0, opts), end; in test_regex_token_iterator()
197 test_iterator copy(start); in test_regex_token_iterator()
223 test_iterator start2(search_text.begin(), search_text.end(), r, -1, opts), end2; in test_regex_token_iterator()
224 test_iterator copy2(start2); in test_regex_token_iterator()
Dtest_regex_search.hpp181 typedef boost::regex_iterator<const_iterator, charT, traits> test_iterator; in test_regex_iterator() typedef
185 test_iterator start(search_text.begin(), search_text.end(), r, opts), end; in test_regex_iterator()
186 test_iterator copy(start); in test_regex_iterator()
242 typedef boost::regex_token_iterator<const_iterator, charT, traits> test_iterator; in test_regex_token_iterator() typedef
249 test_iterator start(search_text.begin(), search_text.end(), r, 0, opts), end; in test_regex_token_iterator()
250 test_iterator copy(start); in test_regex_token_iterator()
276 test_iterator start2(search_text.begin(), search_text.end(), r, -1, opts), end2; in test_regex_token_iterator()
277 test_iterator copy2(start2); in test_regex_token_iterator()
335 start2 = test_iterator(search_text.begin(), search_text.end(), r, subs, opts); in test_regex_token_iterator()
Dtest_icu.cpp169 typedef boost::u32regex_iterator<const_iterator> test_iterator; in test_icu_grep() typedef
172 test_iterator start(search_text.begin(), search_text.end(), r, opts), end; in test_icu_grep()
173 test_iterator copy(start); in test_icu_grep()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/strings/string.view/string.view.iterators/
H A Dassert.iterator-indexing.pass.cpp20 void test_iterator(Iter begin, Iter end, bool reverse) { in test_iterator() function
146 test_iterator(str.begin(), str.end(), /*reverse=*/false); in main()
149 test_iterator(str.cbegin(), str.cend(), /*reverse=*/false); in main()
152 test_iterator(str.rbegin(), str.rend(), /*reverse=*/true); in main()
155 test_iterator(str.crbegin(), str.crend(), /*reverse=*/true); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/views/views.span/
H A Dassert.iterator-indexing.pass.cpp24 void test_iterator(Iter begin, Iter end, bool reverse) { in test_iterator() function
149 test_iterator(span.begin(), span.end(), /*reverse=*/false); in main()
156 test_iterator(span.begin(), span.end(), /*reverse=*/false); in main()
163 test_iterator(span.rbegin(), span.rend(), /*reverse=*/true); in main()
170 test_iterator(span.rbegin(), span.rend(), /*reverse=*/true); in main()
/aosp_15_r20/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Diterator.pass.cpp27 struct test_iterator struct
38 typedef std::iterator_traits<test_iterator> It; in main() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Diterator.cpp25 void test_iterator() in test_iterator() function
58 test->add(BOOST_TEST_CASE(&boost_range_test::test_iterator)); in init_unit_test_suite()
Diterator_ext.cpp135 void test_iterator() in test_iterator() function
150 test->add(BOOST_TEST_CASE(&boost_range_test::test_iterator)); in init_unit_test_suite()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/
H A Diterator.pass.cpp28 struct test_iterator struct
39 typedef std::iterator_traits<test_iterator> It; in main() argument
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-iter.cc96 test_iterator (Iter it) in test_iterator() function
113 test_iterator (lst.iter ()); in test_iterable()
230 test_iterator (hb_zip (st, v)); in main()
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dtest_gitutils.py19 def test_iterator(self, input_: str = "abcdef") -> None: member in TestPeekableIterator
/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/util/
H A DListIntSetTest.java43 public void test_iterator() { in test_iterator() method in ListIntSetTest
H A DBitIntSetTest.java43 public void test_iterator() { in test_iterator() method in BitIntSetTest

123