Searched refs:for_each (Results 1 – 10 of 10) sorted by relevance
/system/iorap/src/common/ |
D | introspection.h | 102 for_each(members, [&fun, &self](auto&& type) mutable { 123 for_each(members, [&fun, &self](auto&& type) mutable {
|
D | type.h | 153 static constexpr void for_each(Tuple&& t, F&& f) { in for_each() function
|
/system/core/libcutils/ |
D | android_get_control_file_test.cpp | 38 std::for_each(key.begin(), key.end(), [] (char& c) { c = isalnum(c) ? c : '_'; }); in TEST()
|
/system/libufdt/include/ |
D | ufdt_types.h | 23 #define for_each(it, node) \ macro
|
/system/media/audio_utils/include/audio_utils/ |
D | variadic_utils.h | 429 constexpr void for_each(T& t, Op op, std::index_sequence<I...>) { 436 constexpr void for_each(T& t, Op op) { 437 for_each(t, op, std::make_index_sequence<std::tuple_size<T>::value>()); 443 constexpr void for_each(T& t, Op op) {
|
/system/core/init/ |
D | descriptors.cpp | 60 std::for_each(publishedName.begin(), publishedName.end(), in CreateAndPublish()
|
D | service.cpp | 348 std::for_each(descriptors_.begin(), descriptors_.end(), in Reap() 413 std::for_each(descriptors_.begin(), descriptors_.end(), in DumpState() 1001 std::for_each(descriptors_.begin(), descriptors_.end(), in Start()
|
/system/media/audio_utils/tests/ |
D | statistics_tests.cpp | 34 android::audio_utils::for_each(datum, [&](T &value) { return value = dis(gen);}); in initUniform() 50 android::audio_utils::for_each(datum, [&](T &value) { return value = dis(gen);}); in initNormal()
|
/system/tools/hidl/ |
D | AST.cpp | 825 std::for_each( in addDefinedTypes() 836 std::for_each( in addReferencedTypes()
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 616 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); }); in TEST_P()
|