Home
last modified time | relevance | path

Searched refs:for_each (Results 1 – 10 of 10) sorted by relevance

/system/iorap/src/common/
Dintrospection.h102 for_each(members, [&fun, &self](auto&& type) mutable {
123 for_each(members, [&fun, &self](auto&& type) mutable {
Dtype.h153 static constexpr void for_each(Tuple&& t, F&& f) { in for_each() function
/system/core/libcutils/
Dandroid_get_control_file_test.cpp38 std::for_each(key.begin(), key.end(), [] (char& c) { c = isalnum(c) ? c : '_'; }); in TEST()
/system/libufdt/include/
Dufdt_types.h23 #define for_each(it, node) \ macro
/system/media/audio_utils/include/audio_utils/
Dvariadic_utils.h429 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/
Ddescriptors.cpp60 std::for_each(publishedName.begin(), publishedName.end(), in CreateAndPublish()
Dservice.cpp348 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/
Dstatistics_tests.cpp34 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/
DAST.cpp825 std::for_each( in addDefinedTypes()
836 std::for_each( in addReferencedTypes()
/system/core/libsync/tests/
Dsync_test.cpp616 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); }); in TEST_P()