/system/core/base/ |
D | properties.cpp | 115 const AbsTime& start_time) { in UpdateTimeSpec() argument 117 auto time_elapsed = std::chrono::duration_cast<std::chrono::milliseconds>(now - start_time); in UpdateTimeSpec() 132 const AbsTime& start_time) { in WaitForPropertyCreation() argument 140 UpdateTimeSpec(ts, relative_timeout, start_time); in WaitForPropertyCreation() 148 auto start_time = std::chrono::steady_clock::now(); in WaitForProperty() local 149 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time); in WaitForProperty() 162 UpdateTimeSpec(ts, relative_timeout, start_time); in WaitForProperty() 170 auto start_time = std::chrono::steady_clock::now(); in WaitForPropertyCreation() local 171 return (WaitForPropertyCreation(key, relative_timeout, start_time) != nullptr); in WaitForPropertyCreation()
|
/system/core/storaged/ |
D | storaged_utils.cpp | 67 stats->start_time = 0; in parse_disk_stats() 125 inc.start_time = prev->end_time; in get_inc_disk_stats() 135 if (dst->end_time != 0 && dst->end_time != src->start_time) { in add_disk_stats() 138 << ", src start with " << src->start_time; in add_disk_stats() 156 if (dst->start_time == 0) { in add_disk_stats() 157 dst->start_time = src->start_time; in add_disk_stats() 224 << type << stats->start_time << stats->end_time in log_event_disk_stats()
|
D | EventLogTags.logtags | 37 2732 storaged_disk_stats (type|3),(start_time|2|3),(end_time|2|3),(read_ios|2|1),(read_merges|2|1),…
|
/system/core/libcutils/tests/ |
D | sockets_test.cpp | 79 time_t start_time; in TestReceiveTimeout() local 84 start_time = time(nullptr); in TestReceiveTimeout() 86 EXPECT_LE(difftime(time(nullptr), start_time), 1.0); in TestReceiveTimeout() 90 start_time = time(nullptr); in TestReceiveTimeout() 92 EXPECT_LE(1.0, difftime(time(nullptr), start_time)); in TestReceiveTimeout()
|
/system/bt/test/suite/core/ |
D | thread_performance_test.cc | 73 std::chrono::steady_clock::time_point start_time = in TEST_F() local 92 start_time); in TEST_F() 107 std::chrono::steady_clock::time_point start_time = in TEST_F() local 120 start_time); in TEST_F()
|
/system/extras/simpleperf/ |
D | cpu_hotplug_test.cpp | 246 auto start_time = std::chrono::steady_clock::now(); in TEST() local 247 auto cur_time = start_time; in TEST() 256 std::chrono::steady_clock::now() - start_time); in TEST() 302 auto start_time = std::chrono::steady_clock::now(); in TEST() local 303 auto cur_time = start_time; in TEST() 312 std::chrono::steady_clock::now() - start_time); in TEST() 386 auto start_time = std::chrono::steady_clock::now(); in TEST() local 387 auto cur_time = start_time; in TEST() 388 auto end_time = start_time + test_duration_for_long_tests; in TEST() 395 std::chrono::steady_clock::now() - start_time); in TEST()
|
D | IOEventLoop_test.cpp | 134 auto start_time = std::chrono::steady_clock::now(); in TEST() local 139 end_time - start_time) in TEST()
|
D | cmd_stat.cpp | 419 std::chrono::time_point<std::chrono::steady_clock> start_time; in Run() local 447 start_time) in Run() 463 start_time = std::chrono::steady_clock::now(); in Run()
|
/system/connectivity/wificond/tests/integration/ |
D | binder_dispatcher.cpp | 63 steady_clock::time_point start_time = steady_clock::now(); in DispatchFor() local 68 convertDurationToMillis(start_time, steady_clock::now()); in DispatchFor()
|
/system/tools/aidl/tests/ |
D | aidl_test_sentinel_searcher.cpp | 84 const time_t start_time = time(nullptr); in main() local 88 if (time(nullptr) - start_time > timeout_seconds) { in main()
|
/system/core/init/ |
D | uevent_listener.cpp | 187 auto start_time = steady_clock::now(); in Poll() local 195 auto time_elapsed = duration_cast<milliseconds>(now - start_time); in Poll()
|
D | init.cpp | 1009 boot_clock::time_point start_time = boot_clock::now(); in main() local 1058 uint64_t start_ms = start_time.time_since_epoch().count() / kNanosecondsPerMillisecond; in main()
|
/system/core/storaged/tests/ |
D | storaged_test.cpp | 273 .start_time = 0, in TEST() 291 .start_time = 0, in TEST()
|
/system/update_engine/ |
D | p2p_manager_unittest.cc | 144 base::Time start_time = base::Time::FromDoubleT(1246996800.); in TEST_F() local 150 base::Time file_time = start_time + TimeDelta::FromMinutes(n); in TEST_F()
|
/system/core/storaged/include/ |
D | storaged.h | 84 uint64_t start_time; // monotonic time accounting starts member
|
/system/core/adb/ |
D | file_sync_client.cpp | 102 std::chrono::steady_clock::time_point start_time; member 123 start_time = std::chrono::steady_clock::now(); in Reset() 134 duration = std::chrono::steady_clock::now() - start_time; in TransferRate()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 96 auto start_time = std::chrono::steady_clock::now(); in fs_mgr_wait_for_file() local 106 auto time_elapsed = std::chrono::duration_cast<std::chrono::milliseconds>(now - start_time); in fs_mgr_wait_for_file()
|