Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/include/
DTestHarness.h94 inline void for_each(const std::map<int, std::vector<T>>& idx_and_data, in for_each() function
103 inline void for_each(std::map<int, std::vector<T>>& idx_and_data, in for_each() function
112 inline void for_each(const std::map<int, std::vector<T>>& golden, in for_each() function
115 for_each<T>(golden, [&test, &execute](int index, const std::vector<T>& g) { in for_each()
123 inline void for_each( in for_each() function
126 for_each<T>(golden, [&test, &execute](int index, const std::vector<T>& g) { in for_each()
137 for_each<T>(idx_and_data, [&execute_this](int idx, std::vector<T>& m) { in for_all_internal()
163 for_each<T>(idx_and_data, [&execute_this](int idx, const std::vector<T>& m) { in for_all_internal()
190 for_each<T>(golden, test, in resize_accordingly_()
197 for_each<uint32_t>(
[all …]
/frameworks/base/libs/hwui/
DAnimatorManager.cpp37 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()
/frameworks/ml/nn/runtime/test/
DTestGenerated.cpp50 for_each<T>(test, [&os](int idx, const std::vector<T>& f) { in print()
62 for_each<_Float16>(test, [&os](int idx, const std::vector<_Float16>& f) { in print()
160 for_each<uint32_t>( in executeWithCompilation()
204 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in executeMultithreadedOwnCompilation()
218 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in executeMultithreadedSharedCompilation()
DTestOpenmpSettings.cpp89 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { in TEST_F()
DTestPartitioningRandom.cpp965 std::for_each(operationOutputs.begin(), operationOutputs.end(), in TEST_P()
/frameworks/base/tools/aapt2/jni/
Daapt2_jni.cpp71 std::for_each( in extract_pieces()
/frameworks/native/services/inputflinger/
DInputClassifier.cpp373 std::for_each(mClassifications.begin(), mClassifications.end(), in dump()
375 std::for_each(mLastDownTimes.begin(), mLastDownTimes.end(), in dump()
DInputReader.cpp6537 std::for_each(frames.begin(), frames.end(), in dispatchMotion()
/frameworks/compile/slang/
Drs_cc_options.cpp275 std::for_each(DelegatedStrings.cbegin(), DelegatedStrings.cend(), in ParseArguments()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h583 std::for_each(channels_.begin(), channels_.end(), action); in ForEachChannelUnlocked()
/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp63 std::for_each(mCallbacks.begin(), mCallbacks.end(), in serviceDied()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp632 std::for_each(mem.begin(), mem.end(), [&](uint64_t val) { sum += val; }); in android_os_Process_getFreeMemory()
Dandroid_view_ThreadedRenderer.cpp113 std::for_each(mOnFinishedEvents.begin(), mOnFinishedEvents.end(), callOnFinished); in handleMessage()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6499 std::for_each(frames.begin(), frames.end(), in TEST_F()