/third_party/rust/crates/minimal-lexical/tests/ |
H A D | libm_tests.rs | 98 sets.iter().for_each(|s| s.iter().for_each(|val| powd(*val, exponent, expected))); in powd_test_sets_as_base() 102 sets.iter().for_each(|s| s.iter().for_each(|val| powd(base, *val, expected))); in powd_test_sets_as_exponent() 106 sets.iter().for_each(|s| { in powd_test_sets() 107 s.iter().for_each(|val| { in powd_test_sets() 231 [POS_ZERO, NEG_ZERO, POS_ONE, NEG_ONE, POS_EVENS, NEG_EVENS].iter().for_each(|int_set| { in special_cases() 232 int_set.iter().for_each(|int| { in special_cases() 241 NEG[1..(NEG.len() - 1)].iter().for_each(|set| { in special_cases() 242 set.iter().for_each(|va in special_cases() [all...] |
/third_party/rust/crates/syn/tests/repo/ |
H A D | mod.rs | 234 pub fn for_each_rust_file(for_each: impl Fn(&Path) + Sync + Send) { in for_each_rust_file() 263 rs_files.par_iter().map(PathBuf::as_path).for_each(for_each); in for_each_rust_file()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | DriveControl.h | 31 std::for_each(beg, end, [this](auto &x){x *= kScale;}); in operator ()() 33 std::for_each(beg, end, [this](auto &x){x *= recip;}); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Parallel.h | 140 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each() 143 std::for_each(Begin, End, Fn); in parallel_for_each() 183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() function 186 std::for_each(Begin, End, Fn); in for_each() 208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() function
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 1469 std::for_each(inVector.begin(), inVector.end(), inOutNotify); in addStage() 1470 std::for_each(outVector.begin(), outVector.end(), inOutNotify); in addStage() 1471 std::for_each(uniformVector.begin(), uniformVector.end(), uniformNotify); in addStage() 1475 std::for_each(inVector.begin(), inVector.end(), [&inVarMap](TVarLivePair p) { in addStage() 1481 std::for_each(outVector.begin(), outVector.end(), [&outVarMap](TVarLivePair p) { in addStage() 1486 std::for_each(uniformVector.begin(), uniformVector.end(), uniformResolve); in addStage() 1487 std::for_each(uniformVector.begin(), uniformVector.end(), [&uniformVarMap](TVarLivePair p) { in addStage() 1565 std::for_each(inVarMaps[stage]->begin(), inVarMaps[stage]->end(), inOutNotify); in addStage() 1566 std::for_each(outVarMaps[stage]->begin(), outVarMaps[stage]->end(), inOutNotify); in addStage() 1567 std::for_each(uniformVarMa in addStage() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineOutliner.h | 150 std::for_each(MBB->rbegin(), (MachineBasicBlock::reverse_iterator)front(), in initLRU() 156 std::for_each(front(), std::next(back()), in initLRU()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | DartTypes.h | 93 ? std::for_each(std::begin(c), std::end(c), f) in directional_for_each() 94 : std::for_each(std::rbegin(c), std::rend(c), f); in directional_for_each()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 147 llvm::for_each(M->functions(), recordGVSet); in findPartitions() 148 llvm::for_each(M->globals(), recordGVSet); in findPartitions() 149 llvm::for_each(M->aliases(), recordGVSet); in findPartitions()
|
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 173 .for_each(drop); in test_which_re_accepts_owned_and_borrow() 176 .for_each(drop); in test_which_re_accepts_owned_and_borrow() 179 .for_each(drop); in test_which_re_accepts_owned_and_borrow() 182 .for_each(drop); in test_which_re_accepts_owned_and_borrow()
|
/third_party/icu/icu4c/source/test/perf/localecanperf/ |
H A D | localecanperf.cpp | 30 std::for_each(testCases.begin(), testCases.end(), in call()
|
/third_party/glslang/SPIRV/ |
H A D | SpvPostProcess.cpp | 281 std::for_each(decorations.begin(), decorations.end(), function); in postProcess() 294 std::for_each(decorations.begin(), decorations.end(), function); in postProcess() 443 std::for_each(decorations.begin(), decorations.end(), function); in postProcessFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 493 llvm::for_each(MergedModule->functions(), externalize); in restoreLinkageForExternals() 494 llvm::for_each(MergedModule->globals(), externalize); in restoreLinkageForExternals() 495 llvm::for_each(MergedModule->aliases(), externalize); in restoreLinkageForExternals()
|
/third_party/rust/crates/cxx/demo/src/ |
H A D | blobstore.cc | 60 std::for_each(blob->second.tags.cbegin(), blob->second.tags.cend(), in metadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceSwitchLowering.cpp | 43 std::for_each(Active + 1, CaseClusters.end(), in clusterizeSwitch()
|
/third_party/json/tests/src/ |
H A D | unit-algorithms.cpp | 57 SECTION("std::for_each") 63 std::for_each(j_array.cbegin(), j_array.cend(), [&sum](const json & value) 84 std::for_each(j_array.begin(), j_array.end(), add17);
|
/third_party/benchmark/src/ |
H A D | benchmark_register.h | 55 std::for_each(it, dst->end(), [](T& t) { t *= -1; }); in AddNegatedPowers()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-multithread.cpp | 56 std::for_each(threadTestEntryList.begin(), threadTestEntryList.end(), check); in doTest()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | program.cpp | 39 for_each([&](device &dev, const binary &bin) { in program()
|
H A D | property.hpp | 173 for_each([](typename S::value_type src, T *dst) { in operator =()
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | algorithm.hpp | 103 for_each(F &&f, Rs &&... rs) { in for_each() function
|
/third_party/rust/crates/syn/benches/ |
H A D | rust.rs | 119 .for_each(|entry| { in exec()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 171 std::for_each(begin(), end(), [&](EValue& e) { in gatherAliases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 171 std::for_each(begin(), end(), [&](EValue& e) { in gatherAliases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 370 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1, 372 std::for_each(MemInstrs.begin(), &MemInstrs[getInstrIndex(LastLoad)],
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 178 std::for_each(begin(), end(), [&](EValue& e) { in gatherAliases()
|