| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Parallel.h | 183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() function 208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() function
|
| /external/rust/crates/tokio/src/signal/ |
| D | registry.rs | 39 fn for_each<'a, F>(&'a self, f: F) in for_each() method 49 fn for_each<'a, F>(&'a self, f: F) in for_each() method
|
| D | windows.rs | 45 fn for_each<'a, F>(&'a self, mut f: F) in for_each() method
|
| D | unix.rs | 40 fn for_each<'a, F>(&'a self, f: F) in for_each() method
|
| /external/rust/crates/rayon/src/iter/ |
| D | for_each.rs | 5 pub(super) fn for_each<I, F, T>(pi: I, op: &F) in for_each() function
|
| D | mod.rs | 122 mod for_each; module 365 fn for_each<OP>(self, op: OP) in for_each() method
|
| /external/rust/crates/tinyvec/src/ |
| D | arrayvec_drain.rs | 83 fn for_each<F>(self, f: F) in for_each() method
|
| D | tinyvec.rs | 905 fn for_each<F: FnMut(Self::Item)>(self, f: F) { in for_each() method
|
| /external/mesa3d/src/gallium/frontends/clover/util/ |
| D | algorithm.hpp | 103 for_each(F &&f, Rs &&... rs) { in for_each() function
|
| /external/rust/crates/fallible-iterator/src/ |
| D | test.rs | 158 fn for_each() { in for_each() function
|
| D | lib.rs | 253 fn for_each<F>(self, mut f: F) -> Result<(), Self::Error> in for_each() method
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | mod.rs | 86 mod for_each; module 868 fn for_each<Fut, F>(self, f: F) -> ForEach<Self, Fut, F> in for_each() method
|
| /external/rust/crates/tokio/src/util/ |
| D | slab.rs | 250 pub(crate) fn for_each(&mut self, mut f: impl FnMut(&T)) { in for_each() method
|
| /external/llvm-project/llvm/unittests/ADT/ |
| D | STLExtrasTest.cpp | 255 TEST(STLExtrasTest, for_each) { in TEST() argument
|
| /external/rust/crates/parking_lot_core/src/ |
| D | parking_lot.rs | 1411 fn for_each(key: usize, mut f: impl FnMut(&ThreadData)) { in for_each() function
|
| /external/rust/crates/fallible-streaming-iterator/src/ |
| D | lib.rs | 145 fn for_each<F>(mut self, mut f: F) -> Result<(), Self::Error> in for_each() method
|
| /external/llvm-project/pstl/include/pstl/internal/ |
| D | glue_algorithm_impl.h | 63 for_each(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Function __… in for_each() function
|