Searched refs:for_each (Results 1 – 11 of 11) 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/bt/gd/dumpsys/bundler/ |
D | bundler.cc | 151 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/ |
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/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 | 891 std::for_each( in addDefinedTypes() 902 std::for_each( in addReferencedTypes()
|
/system/libziparchive/ |
D | zip_archive_test.cc | 1069 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/ |
D | transport_mdns.cpp | 622 std::for_each(g_autoconn_whitelist.begin(), g_autoconn_whitelist.end(), [&](const int& i) { in init_mdns_transport_discovery_thread()
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 616 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); }); in TEST_P()
|