Home
last modified time | relevance | path

Searched refs:for_each (Results 1 – 11 of 11) 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/bt/gd/dumpsys/bundler/
Dbundler.cc151 for_each( in WriteHeaderFile()
158 for_each(namespaces.crbegin(), namespaces.crend(), [fp](const std::string& s) { in WriteHeaderFile()
/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/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.cpp891 std::for_each( in addDefinedTypes()
902 std::for_each( in addReferencedTypes()
/system/libziparchive/
Dzip_archive_test.cc1069 std::for_each(file_entries_.begin(), file_entries_.end(), in AddEntry()
1130 std::for_each( in ConstructEocd()
1134 std::for_each(file_entries_.begin(), file_entries_.end(), in ConstructEocd()
/system/core/adb/client/
Dtransport_mdns.cpp622 std::for_each(g_autoconn_whitelist.begin(), g_autoconn_whitelist.end(), [&](const int& i) { in init_mdns_transport_discovery_thread()
/system/core/libsync/tests/
Dsync_test.cpp616 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); }); in TEST_P()