Home
last modified time | relevance | path

Searched refs:accumulate (Results 1 – 6 of 6) sorted by relevance

/system/core/storaged/
Dstoraged_info.cpp172 daily_avg_bw = accumulate(recent_perf.begin(), recent_perf.end(), 0) / recent_perf.size(); in update_perf_history()
189 uint32_t week_avg_bw = accumulate(daily_perf.begin(), in update_perf_history()
235 return accumulate(recent_perf.begin(), recent_perf.end(), recent_perf.size() / 2) / in get_recent_perf()
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp117 << std::accumulate(waitTimes.begin(), waitTimes.end(), 0) << " second(s)." in testWithTimes()
/system/tools/aidl/tests/lazy_test/
Dmain.cpp136 int totalWait = std::accumulate(threadWaitTimes.at(i).begin(), threadWaitTimes.at(i).end(), 0); in testConcurrentThreadsWithDelays()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1054 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
1109 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
/system/media/audio_utils/tests/
Dprimitives_tests.cpp742 TEST(audio_utils_primitives, accumulate) { in TEST() argument
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2360 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
2415 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()