/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/ |
D | heap_algorithm.hpp | 30 inline RandomAccessRange& push_heap(RandomAccessRange& rng) in push_heap() 39 inline const RandomAccessRange& push_heap(const RandomAccessRange& rng) in push_heap() 48 inline RandomAccessRange& push_heap(RandomAccessRange& rng, Compare comp_pred) in push_heap() 57 inline const RandomAccessRange& push_heap(const RandomAccessRange& rng, Compare comp_pred) in push_heap() 71 inline RandomAccessRange& pop_heap(RandomAccessRange& rng) in pop_heap() 80 inline const RandomAccessRange& pop_heap(const RandomAccessRange& rng) in pop_heap() 89 inline RandomAccessRange& pop_heap(RandomAccessRange& rng, Compare comp_pred) in pop_heap() 98 inline const RandomAccessRange& pop_heap(const RandomAccessRange& rng, Compare comp_pred) in pop_heap() 112 inline RandomAccessRange& make_heap(RandomAccessRange& rng) in make_heap() 121 inline const RandomAccessRange& make_heap(const RandomAccessRange& rng) in make_heap() [all …]
|
D | permutation.hpp | 30 inline bool next_permutation(BidirectionalRange& rng) in next_permutation() 38 inline bool next_permutation(const BidirectionalRange& rng) in next_permutation() 46 inline bool next_permutation(BidirectionalRange& rng, Compare comp_pred) in next_permutation() 55 inline bool next_permutation(const BidirectionalRange& rng, in next_permutation() 70 inline bool prev_permutation(BidirectionalRange& rng) in prev_permutation() 78 inline bool prev_permutation(const BidirectionalRange& rng) in prev_permutation() 86 inline bool prev_permutation(BidirectionalRange& rng, Compare comp_pred) in prev_permutation() 95 inline bool prev_permutation(const BidirectionalRange& rng, in prev_permutation()
|
D | adjacent_find.hpp | 33 adjacent_find(ForwardRange & rng) in adjacent_find() 42 adjacent_find(const ForwardRange& rng) in adjacent_find() 51 adjacent_find(ForwardRange & rng, BinaryPredicate pred) in adjacent_find() 63 adjacent_find(const ForwardRange& rng, BinaryPredicate pred) in adjacent_find() 77 adjacent_find(ForwardRange & rng) in adjacent_find() 88 adjacent_find(const ForwardRange& rng) in adjacent_find() 99 adjacent_find(ForwardRange& rng, BinaryPredicate pred) in adjacent_find() 113 adjacent_find(const ForwardRange& rng, BinaryPredicate pred) in adjacent_find()
|
D | unique.hpp | 31 unique( ForwardRange& rng ) in unique() 42 unique( const ForwardRange& rng ) in unique() 52 unique( ForwardRange& rng, BinaryPredicate pred ) in unique() 62 unique( const ForwardRange& rng, BinaryPredicate pred ) in unique() 73 unique( ForwardRange& rng ) in unique() 81 unique( const ForwardRange& rng ) in unique() 89 unique( ForwardRange& rng, BinaryPredicate pred ) in unique() 97 unique( const ForwardRange& rng, BinaryPredicate pred ) in unique()
|
D | max_element.hpp | 54 max_element(ForwardRange& rng) in max_element() 63 max_element(const ForwardRange& rng) in max_element() 72 max_element(ForwardRange& rng, BinaryPredicate pred) in max_element() 81 max_element(const ForwardRange& rng, BinaryPredicate pred) in max_element() 92 max_element(ForwardRange& rng) in max_element() 103 max_element(const ForwardRange& rng) in max_element() 114 max_element(ForwardRange& rng, BinaryPredicate pred) in max_element() 125 max_element(const ForwardRange& rng, BinaryPredicate pred) in max_element()
|
D | min_element.hpp | 54 min_element(ForwardRange& rng) in min_element() 63 min_element(const ForwardRange& rng) in min_element() 72 min_element(ForwardRange& rng, BinaryPredicate pred) in min_element() 81 min_element(const ForwardRange& rng, BinaryPredicate pred) in min_element() 92 min_element(ForwardRange& rng) in min_element() 103 min_element(const ForwardRange& rng) in min_element() 114 min_element(ForwardRange& rng, BinaryPredicate pred) in min_element() 125 min_element(const ForwardRange& rng, BinaryPredicate pred) in min_element()
|
D | upper_bound.hpp | 35 upper_bound( ForwardRange& rng, const Value& val ) in upper_bound() 44 upper_bound( const ForwardRange& rng, const Value& val ) in upper_bound() 56 upper_bound( ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() 65 upper_bound( const ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() 77 upper_bound( ForwardRange& rng, const Value& val ) in upper_bound() 88 upper_bound( const ForwardRange& rng, const Value& val ) in upper_bound() 103 upper_bound( ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() 115 upper_bound( const ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound()
|
D | lower_bound.hpp | 34 lower_bound( ForwardRange& rng, const Value& val ) in lower_bound() 43 lower_bound( const ForwardRange& rng, const Value& val ) in lower_bound() 55 lower_bound( ForwardRange& rng, const Value& val, SortPredicate pred ) in lower_bound() 64 lower_bound( const ForwardRange& rng, const Value& val, SortPredicate pred ) in lower_bound() 76 lower_bound( ForwardRange& rng, const Value& val ) in lower_bound() 87 lower_bound( const ForwardRange& rng, const Value& val ) in lower_bound() 101 lower_bound( ForwardRange& rng, const Value& val, SortPredicate pred ) in lower_bound() 112 lower_bound( const ForwardRange& rng, const Value& val, SortPredicate pred ) in lower_bound()
|
/external/sdv/vsomeip/third_party/boost/foreach/test/ |
D | utility.hpp | 18 inline bool sequence_equal_byval_n( foreach_container_type & rng, char const * result ) in sequence_equal_byval_n() 31 inline bool sequence_equal_byval_c( foreach_const_container_type & rng, char const * result ) in sequence_equal_byval_c() 44 inline bool sequence_equal_byref_n( foreach_container_type & rng, char const * result ) in sequence_equal_byref_n() 57 inline bool sequence_equal_byref_c( foreach_const_container_type & rng, char const * result ) in sequence_equal_byref_c() 71 inline void mutate_foreach_byref( foreach_container_type & rng ) in mutate_foreach_byref() 82 inline bool sequence_equal_byval_n_r( foreach_container_type & rng, char const * result ) in sequence_equal_byval_n_r() 95 inline bool sequence_equal_byval_c_r( foreach_const_container_type & rng, char const * result ) in sequence_equal_byval_c_r() 108 inline bool sequence_equal_byref_n_r( foreach_container_type & rng, char const * result ) in sequence_equal_byref_n_r() 121 inline bool sequence_equal_byref_c_r( foreach_const_container_type & rng, char const * result ) in sequence_equal_byref_c_r() 135 inline void mutate_foreach_byref_r( foreach_container_type & rng ) in mutate_foreach_byref_r()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | http2_structures_test_util.cc | 17 void Randomize(Http2FrameHeader* out, Http2Random* rng) { in Randomize() 23 void Randomize(Http2PriorityFields* out, Http2Random* rng) { in Randomize() 28 void Randomize(Http2RstStreamFields* out, Http2Random* rng) { in Randomize() 31 void Randomize(Http2SettingFields* out, Http2Random* rng) { in Randomize() 35 void Randomize(Http2PushPromiseFields* out, Http2Random* rng) { in Randomize() 38 void Randomize(Http2PingFields* out, Http2Random* rng) { in Randomize() 43 void Randomize(Http2GoAwayFields* out, Http2Random* rng) { in Randomize() 47 void Randomize(Http2WindowUpdateFields* out, Http2Random* rng) { in Randomize() 50 void Randomize(Http2AltSvcFields* out, Http2Random* rng) { in Randomize() 53 void Randomize(Http2PriorityUpdateFields* out, Http2Random* rng) { in Randomize()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | http2_structures_test_util.cc | 17 void Randomize(Http2FrameHeader* out, Http2Random* rng) { in Randomize() 23 void Randomize(Http2PriorityFields* out, Http2Random* rng) { in Randomize() 28 void Randomize(Http2RstStreamFields* out, Http2Random* rng) { in Randomize() 31 void Randomize(Http2SettingFields* out, Http2Random* rng) { in Randomize() 35 void Randomize(Http2PushPromiseFields* out, Http2Random* rng) { in Randomize() 38 void Randomize(Http2PingFields* out, Http2Random* rng) { in Randomize() 43 void Randomize(Http2GoAwayFields* out, Http2Random* rng) { in Randomize() 47 void Randomize(Http2WindowUpdateFields* out, Http2Random* rng) { in Randomize() 50 void Randomize(Http2AltSvcFields* out, Http2Random* rng) { in Randomize() 53 void Randomize(Http2PriorityUpdateFields* out, Http2Random* rng) { in Randomize()
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | minimum_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | squared_difference_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | maximum_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | unsigned_quantized_split_test.cc | 35 auto rng = std::mt19937(random_device()); variable 57 auto rng = std::mt19937(random_device()); variable 83 auto rng = std::mt19937(random_device()); variable 109 auto rng = std::mt19937(random_device()); variable 136 auto rng = std::mt19937(random_device()); variable 158 auto rng = std::mt19937(random_device()); variable 184 auto rng = std::mt19937(random_device()); variable 210 auto rng = std::mt19937(random_device()); variable 237 auto rng = std::mt19937(random_device()); variable 259 auto rng = std::mt19937(random_device()); variable [all …]
|
D | signed_quantized_split_test.cc | 35 auto rng = std::mt19937(random_device()); variable 57 auto rng = std::mt19937(random_device()); variable 83 auto rng = std::mt19937(random_device()); variable 109 auto rng = std::mt19937(random_device()); variable 136 auto rng = std::mt19937(random_device()); variable 158 auto rng = std::mt19937(random_device()); variable 184 auto rng = std::mt19937(random_device()); variable 210 auto rng = std::mt19937(random_device()); variable 237 auto rng = std::mt19937(random_device()); variable 259 auto rng = std::mt19937(random_device()); variable [all …]
|
D | split_test.cc | 35 auto rng = std::mt19937(random_device()); variable 57 auto rng = std::mt19937(random_device()); variable 83 auto rng = std::mt19937(random_device()); variable 109 auto rng = std::mt19937(random_device()); variable 136 auto rng = std::mt19937(random_device()); variable 158 auto rng = std::mt19937(random_device()); variable 184 auto rng = std::mt19937(random_device()); variable 210 auto rng = std::mt19937(random_device()); variable 237 auto rng = std::mt19937(random_device()); variable 259 auto rng = std::mt19937(random_device()); variable [all …]
|
D | add_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | sub_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | mul_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | div_test.cc | 34 auto rng = std::mt19937(random_device()); variable 54 auto rng = std::mt19937(random_device()); variable 79 auto rng = std::mt19937(random_device()); variable 104 auto rng = std::mt19937(random_device()); variable 129 auto rng = std::mt19937(random_device()); variable 154 auto rng = std::mt19937(random_device()); variable 179 auto rng = std::mt19937(random_device()); variable 204 auto rng = std::mt19937(random_device()); variable 229 auto rng = std::mt19937(random_device()); variable 254 auto rng = std::mt19937(random_device()); variable [all …]
|
D | reshape_test.cc | 35 auto rng = std::mt19937(random_device()); variable 56 auto rng = std::mt19937(random_device()); variable 77 auto rng = std::mt19937(random_device()); variable 98 auto rng = std::mt19937(random_device()); variable 119 auto rng = std::mt19937(random_device()); variable 139 auto rng = std::mt19937(random_device()); variable 159 auto rng = std::mt19937(random_device()); variable 177 auto rng = std::mt19937(random_device()); variable 209 auto rng = std::mt19937(random_device()); in TEST() local
|
D | signed_quantized_sub_test.cc | 35 auto rng = std::mt19937(random_device()); variable 62 auto rng = std::mt19937(random_device()); variable 97 auto rng = std::mt19937(random_device()); variable 132 auto rng = std::mt19937(random_device()); variable 167 auto rng = std::mt19937(random_device()); variable 202 auto rng = std::mt19937(random_device()); variable 237 auto rng = std::mt19937(random_device()); variable 272 auto rng = std::mt19937(random_device()); variable 307 auto rng = std::mt19937(random_device()); variable 342 auto rng = std::mt19937(random_device()); variable [all …]
|
/external/rust/android-crates-io/crates/fastrand/benches/ |
D | bench.rs | 11 let mut rng = WyRng::from_rng(thread_rng()).unwrap(); in shuffle_wyhash() localVariable 21 let mut rng = fastrand::Rng::new(); in shuffle_fastrand() localVariable 31 let mut rng = WyRng::from_rng(thread_rng()).unwrap(); in u8_wyhash() localVariable 43 let mut rng = fastrand::Rng::new(); in u8_fastrand() localVariable 55 let mut rng = WyRng::from_rng(thread_rng()).unwrap(); in u32_wyhash() localVariable 67 let mut rng = fastrand::Rng::new(); in u32_fastrand() localVariable 79 let mut rng = fastrand::Rng::new(); in fill() localVariable 90 let mut rng = fastrand::Rng::new(); in fill_naive() localVariable
|
/external/sdv/vsomeip/third_party/boost/range/test/ |
D | mfc.cpp | 118 rng_t rng; in test_CByteArray() local 134 rng_t rng; in test_CDWordArray() local 150 rng_t rng; in test_CObArray() local 166 rng_t rng; in test_CPtrArray() local 182 rng_t rng; in test_CStringArray() local 198 rng_t rng; in test_CUIntArray() local 214 rng_t rng; in test_CWordArray() local 238 rng_t rng; in test_CObList() local 259 rng_t rng; in test_CPtrList() local 280 rng_t rng; in test_CStringList() local [all …]
|