/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/ |
D | iterators_test.cpp | 33 struct test_iter struct 37 typedef test_iter self; argument 42 explicit test_iter(T* i =0) : _i(i) { } in test_iter() argument 43 test_iter(const self& x) : _i(x._i) { } in test_iter() argument 44 self& operator=(const self& x) { _i = x._i; return *this; } in operator =() 45 Reference operator*() const { return *_i; } in operator *() 46 self& operator++() { ++_i; return *this; } in operator ++() 47 self& operator--() { --_i; return *this; } in operator --() 48 self& operator+=(Distance n) { _i += n; return *this; } in operator +=() 49 self& operator-=(Distance n) { _i -= n; return *this; } in operator -=() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | min_element.cpp | 31 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_min_element::min_element_test_policy 67 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_min_element::min_element_pred_test_policy
|
D | max_element.cpp | 31 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_max_element::max_element_test_policy 69 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_max_element::max_element_pred_test_policy
|
D | lower_bound.cpp | 31 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_lower_bound::lower_bound_policy 66 test_iter(Container& cont) in test_iter() function
|
D | upper_bound.cpp | 30 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_upper_bound::upper_bound_policy 65 test_iter(Container& cont) in test_iter() function
|
D | find_end.cpp | 40 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_end::find_end_test_policy 94 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_end::find_end_pred_test_policy
|
D | find_first_of.cpp | 40 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_first_of::find_first_of_test_policy 93 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_first_of::find_first_of_pred_test_policy
|
D | unique.cpp | 35 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_unique::unique_test_policy 109 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_unique::unique_pred_test_policy
|
D | find_if.cpp | 37 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_if::find_if_test_policy
|
D | find.cpp | 32 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find::find_test_policy
|
D | partition.cpp | 39 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_partition::partition_test_policy
|
D | stable_partition.cpp | 39 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_stable_partition::stable_partition_test_policy
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
H A D | mod.rs | 810 fn test_iter<R: Rng + ?Sized, Iter: Iterator<Item = usize> + Clone>(r: &mut R, iter: Iter) { in test_iterator_choose() function 864 fn test_iter<R: Rng + ?Sized, Iter: Iterator<Item = usize> + Clone>(r: &mut R, iter: Iter) { in test_iterator_choose_stable() function 917 fn test_iter(iter: impl Iterator<Item = usize> + Clone) -> [i32; 9] { in test_iterator_choose_stable_stability() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/seq/ |
D | mod.rs | 810 fn test_iter<R: Rng + ?Sized, Iter: Iterator<Item = usize> + Clone>(r: &mut R, iter: Iter) { in test_iterator_choose() function 864 fn test_iter<R: Rng + ?Sized, Iter: Iterator<Item = usize> + Clone>(r: &mut R, iter: Iter) { in test_iterator_choose_stable() function 917 fn test_iter(iter: impl Iterator<Item = usize> + Clone) -> [i32; 9] { in test_iterator_choose_stable_stability() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/tests/ |
D | test_chain.rs | 8 fn test_iter() { in test_iter() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/tests/ |
H A D | test_chain.rs | 8 fn test_iter() { in test_iter() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/ |
H A D | find_if_not.pass.cpp | 30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function
|
H A D | find_if.pass.cpp | 30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | source_range_test.cpp | 34 TEST(SourceRangeTest, test_iter) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/tests/ |
D | lru_cache.rs | 98 fn test_iter() { in test_iter() function
|
/aosp_15_r20/external/pytorch/test/package/ |
H A D | test_digraph.py | 76 def test_iter(self): member in TestDiGraph
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
H A D | ranges_is_heap.pass.cpp | 115 constexpr void test_iter() { in test_iter() function
|
H A D | ranges_is_heap_until.pass.cpp | 115 constexpr void test_iter() { in test_iter() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/ |
H A D | flags_test.py | 103 def test_iter(self): member in FlagsTest
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.generate/ |
H A D | ranges_generate_n.pass.cpp | 81 constexpr void test_iter() { in test_iter() function
|