Home
last modified time | relevance | path

Searched defs:for_each (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h183 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/
Dregistry.rs39 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
Dunix.rs40 fn for_each<'a, F>(&'a self, f: F) in for_each() method
/external/rust/crates/tokio/src/signal/windows/
Dsys.rs50 fn for_each<'a, F>(&'a self, mut f: F) in for_each() method
/external/rust/crates/rayon/src/iter/
Dfor_each.rs5 pub(super) fn for_each<I, F, T>(pi: I, op: &F) in for_each() function
Dmod.rs122 mod for_each; module
365 fn for_each<OP>(self, op: OP) in for_each() method
/external/rust/crates/tinyvec/src/
Darrayvec_drain.rs83 fn for_each<F>(self, f: F) in for_each() method
Dtinyvec.rs963 fn for_each<F: FnMut(Self::Item)>(self, f: F) { in for_each() method
/external/python/mobly/mobly/controllers/android_device_lib/
Dservice_manager.py105 def for_each(self, func): member in ServiceManager
/external/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp103 for_each(F &&f, Rs &&... rs) { in for_each() function
/external/rust/crates/fallible-iterator/src/
Dtest.rs158 fn for_each() { in for_each() function
Dlib.rs253 fn for_each<F>(self, mut f: F) -> Result<(), Self::Error> in for_each() method
/external/rust/crates/futures-util/src/stream/stream/
Dmod.rs98 mod for_each; module
1078 fn for_each<Fut, F>(self, f: F) -> ForEach<Self, Fut, F> in for_each() method
/external/rust/crates/tokio/src/util/
Dslab.rs250 pub(crate) fn for_each(&mut self, mut f: impl FnMut(&T)) { in for_each() method
/external/rust/crates/fallible-streaming-iterator/src/
Dlib.rs145 fn for_each<F>(mut self, mut f: F) -> Result<(), Self::Error> in for_each() method
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs1435 fn for_each(key: usize, mut f: impl FnMut(&ThreadData)) { in for_each() function