/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/ |
H A D | TestHarness.h | 96 inline void for_each(const std::map<int, std::vector<T>>& idx_and_data, in for_each() function 105 inline void for_each(std::map<int, std::vector<T>>& idx_and_data, in for_each() function 114 inline void for_each(const std::map<int, std::vector<T>>& golden, in for_each() function 117 for_each<T>(golden, [&test, &execute](int index, const std::vector<T>& g) { in for_each() 125 inline void for_each( in for_each() function 128 for_each<T>(golden, [&test, &execute](int index, const std::vector<T>& g) { in for_each() 139 for_each<T>(idx_and_data, [&execute_this](int idx, std::vector<T>& m) { in for_all_internal() 165 for_each<T>(idx_and_data, [&execute_this](int idx, const std::vector<T>& m) { in for_all_internal() 192 for_each<T>(golden, test, in resize_accordingly_() 199 for_each<uint32_t>( [all …]
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | AnimatorManager.cpp | 37 for_each(mNewAnimators.begin(), mNewAnimators.end(), detach); in ~AnimatorManager() 38 for_each(mAnimators.begin(), mAnimators.end(), detach); in ~AnimatorManager() 164 for_each(mNewAnimators.begin(), mNewAnimators.end(), endStagingAnimator); in endAllStagingAnimators() 182 for_each(mAnimators.begin(), mAnimators.end(), functor); in endAllActiveAnimators()
|
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | RegisteredHandlePool.cpp | 43 void RegisteredHandlePool::for_each(std::function<void(const buffer_handle_t &)> fn) in for_each() function in RegisteredHandlePool 46 std::for_each(bufPool.begin(), bufPool.end(), fn); in for_each()
|
H A D | RegisteredHandlePool.h | 42 void for_each(std::function<void(const buffer_handle_t &)> fn);
|
/aosp12/bionic/linker/ |
H A D | linker_namespaces.cpp | 129 soinfo_list().for_each([&](soinfo* si) { in get_global_group() 149 soinfo_list().for_each([&](soinfo* si) { in get_shared_group()
|
H A D | linker_soinfo.cpp | 67 global_group.for_each([this](soinfo* si) { in SymbolLookupList() 72 local_group.for_each([this](soinfo* si) { in SymbolLookupList() 538 get_children().for_each([] (soinfo* si) { in call_constructors() 582 children_.for_each([&] (soinfo* child) { in remove_all_links() 588 parents_.for_each([&] (soinfo* parent) { in remove_all_links() 599 secondary_namespaces_.for_each([&](android_namespace_t* ns) { in remove_all_links()
|
H A D | linked_list.h | 155 void for_each(F action) const { in for_each() function 258 for_each([&](T*) { ++result; }); in size()
|
/aosp12/art/runtime/ |
H A D | reflective_handle_scope-inl.h | 47 std::for_each(fields_.begin(), fields_.begin() + field_pos_, visit_one); in VisitTargets() 48 std::for_each(methods_.begin(), methods_.begin() + method_pos_, visit_one); in VisitTargets()
|
/aosp12/system/iorap/src/common/ |
H A D | introspection.h | 102 for_each(members, [&fun, &self](auto&& type) mutable { 123 for_each(members, [&fun, &self](auto&& type) mutable {
|
H A D | type.h | 153 static constexpr void for_each(Tuple&& t, F&& f) { in for_each() function
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | OpBufferTests.cpp | 90 t.for_each([&](auto i) { in countItems() 155 buffer.for_each([](auto op) { in TEST()
|
H A D | CanvasOpTests.cpp | 58 t.for_each([&](auto i) { in countItems() 70 buffer.for_each([](auto op) { in TEST() 90 buffer.for_each([&](auto op) { in TEST() 110 buffer.for_each([&](auto op) { in TEST()
|
/aosp12/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasOpRasterizer.cpp | 35 source.for_each([&]<CanvasOpType T>(const CanvasOpContainer<T> * op) { in rasterizeCanvasBuffer()
|
H A D | OpBuffer.h | 137 void for_each(F&& f) const { in for_each() function 279 for_each([](auto op) { in clear()
|
/aosp12/system/core/libcutils/ |
H A D | android_get_control_file_test.cpp | 38 std::for_each(key.begin(), key.end(), [] (char& c) { c = isalnum(c) ? c : '_'; }); in TEST()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | Converter.cpp | 138 std::for_each(operation.inputs.begin(), operation.inputs.end(), addConsumer); in calculateNumberOfConsumers() 140 std::for_each(operations.begin(), operations.end(), addAllConsumers); in calculateNumberOfConsumers()
|
/aosp12/system/libufdt/include/ |
H A D | ufdt_types.h | 23 #define for_each(it, node) \ macro
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestOpenmpSettings.cpp | 89 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | variadic_utils.h | 430 constexpr void for_each(T& t, Op op, std::index_sequence<I...>) { 437 constexpr void for_each(T& t, Op op) { 438 for_each(t, op, std::make_index_sequence<std::tuple_size<T>::value>()); 444 constexpr void for_each(T& t, Op op) {
|
/aosp12/frameworks/native/services/powermanager/tests/ |
H A D | PowerHalControllerTest.cpp | 231 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F() 271 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
H A D | PowerHalWrapperAidlTest.cpp | 142 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F() 206 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
/aosp12/system/bt/gd/dumpsys/bundler/ |
H A D | bundler.cc | 151 for_each( in WriteHeaderFile() 158 for_each(namespaces.crbegin(), namespaces.crend(), [fp](const std::string& s) { in WriteHeaderFile()
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | SharedMemory.cpp | 81 std::for_each(mSlices.begin(), mSlices.end(), [mutablePointer](const auto& slice) { in finish()
|
/aosp12/packages/modules/adb/ |
H A D | adb_mdns.cpp | 98 std::for_each(g_autoconn_allowedlist.begin(), g_autoconn_allowedlist.end(), [&](const int& i) { in config_auto_connect_services()
|
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/ |
H A D | ProtectCallback.cpp | 36 std::for_each(mObjects.begin(), mObjects.end(), in serviceDied()
|