Searched refs:accumulate (Results 1 – 6 of 6) sorted by relevance
/system/core/storaged/ |
D | storaged_info.cpp | 172 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/ |
D | hidl_lazy_test.cpp | 117 << std::accumulate(waitTimes.begin(), waitTimes.end(), 0) << " second(s)." in testWithTimes()
|
/system/tools/aidl/tests/lazy_test/ |
D | main.cpp | 136 int totalWait = std::accumulate(threadWaitTimes.at(i).begin(), threadWaitTimes.at(i).end(), 0); in testConcurrentThreadsWithDelays()
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 1054 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/ |
D | primitives_tests.cpp | 742 TEST(audio_utils_primitives, accumulate) { in TEST() argument
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2360 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F() 2415 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
|