/aosp_15_r20/external/arm-trusted-firmware/drivers/nxp/sd/ |
H A D | sd_mmc.c | 103 uint64_t start_time; in esdhc_init() local 186 uint64_t start_time; in esdhc_send_cmd() local 282 uint64_t start_time; in esdhc_wait_response() local 358 uint64_t start_time; in mmc_switch_to_high_frquency() local 414 uint64_t start_time; in esdhc_set_data_attributes() local 479 uint64_t start_time; in esdhc_read_data_nodma() local 553 uint64_t start_time; in esdhc_write_data_nodma() local 620 uint64_t start_time; in esdhc_read_data_dma() local 665 uint64_t start_time; in esdhc_write_data_dma() local 877 uint64_t start_time; in change_state_to_transfer_state() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/sd/ |
D | sd_mmc.c | 103 uint64_t start_time; in esdhc_init() local 186 uint64_t start_time; in esdhc_send_cmd() local 282 uint64_t start_time; in esdhc_wait_response() local 358 uint64_t start_time; in mmc_switch_to_high_frquency() local 414 uint64_t start_time; in esdhc_set_data_attributes() local 479 uint64_t start_time; in esdhc_read_data_nodma() local 553 uint64_t start_time; in esdhc_write_data_nodma() local 620 uint64_t start_time; in esdhc_read_data_dma() local 665 uint64_t start_time; in esdhc_write_data_dma() local 877 uint64_t start_time; in change_state_to_transfer_state() local [all …]
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | task_environment_unittest.cc | 279 const TimeTicks start_time = task_environment.NowTicks(); in DelayedTasksTest() local 476 const Time start_time = clock->Now(); in TEST_F() local 486 const Time start_time = base::Time::Now(); in TEST_F() local 495 const TimeTicks start_time = base::TimeTicks::Now(); in TEST_F() local 505 const base::TimeTicks start_time = tick_clock->NowTicks(); in TEST_F() local 516 const Time start_time = clock->Now(); in TEST_F() local 526 const Time start_time = base::Time::Now(); in TEST_F() local 535 const TimeTicks start_time = base::TimeTicks::Now(); in TEST_F() local 544 const LiveTicks start_time = base::LiveTicks::Now(); in TEST_F() local 553 const TimeTicks start_time = base::TimeTicks::Now(); in TEST_F() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | ksm_tests.c | 150 static int ksm_do_scan(int scan_count, struct timespec start_time, int timeout) in ksm_do_scan() 175 static int ksm_merge_pages(void *addr, size_t size, struct timespec start_time, int timeout) in ksm_merge_pages() 258 struct timespec start_time; in check_ksm_merge() local 289 struct timespec start_time; in check_ksm_unmerge() local 330 struct timespec start_time; in check_ksm_zero_page_merge() local 395 struct timespec start_time; in check_ksm_numa_merge() local 458 struct timespec start_time, end_time; in ksm_merge_hugepages_time() local 525 struct timespec start_time, end_time; in ksm_merge_time() local 566 struct timespec start_time, end_time; in ksm_cow_time() local
|
/aosp_15_r20/external/federated-compute/fcp/client/opstats/ |
H A D | opstats_logger_impl_test.cc | 92 void CheckEqualProtosAndIncreasingTimestamps(const Timestamp& start_time, in CheckEqualProtosAndIncreasingTimestamps() 160 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local 216 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local 263 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local 305 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local 344 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local 478 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local 527 auto start_time = TimeUtil::GetCurrentTime(); in TEST_F() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/integrate/ |
D | integrate_const.hpp | 41 Time start_time, Time end_time, Time dt, in integrate_const() 74 Time start_time, Time end_time, Time dt, in integrate_const() 106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() 120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() 134 Time start_time, Time end_time, Time dt in integrate_const() 146 Time start_time, Time end_time, Time dt in integrate_const()
|
D | integrate_n_steps.hpp | 41 Time start_time , Time dt , size_t num_of_steps , in integrate_n_steps() 64 Time start_time , Time dt , size_t num_of_steps , in integrate_n_steps() 87 Time start_time , Time dt , size_t num_of_steps , Observer observer ) in integrate_n_steps() 103 Time start_time , Time dt , size_t num_of_steps , Observer observer ) in integrate_n_steps() 119 Time start_time , Time dt , size_t num_of_steps ) in integrate_n_steps() 131 Time start_time , Time dt , size_t num_of_steps ) in integrate_n_steps()
|
D | integrate.hpp | 45 integrate( System system , State &start_state , Time start_time , Time end_time , Time dt , Observe… in integrate() 53 integrate( System system , State &start_state , Time start_time , Time end_time , Time dt , Observe… in integrate() 66 size_t integrate( System system , State &start_state , Time start_time , Time end_time , Time dt ) in integrate() 72 size_t integrate( System system , State &start_state , Time start_time , Time end_time , Time dt ) in integrate()
|
D | integrate_adaptive.hpp | 38 Time start_time , Time end_time , Time dt , in integrate_adaptive() 62 Time start_time , Time end_time , Time dt , in integrate_adaptive() 81 Time start_time , Time end_time , Time dt ) in integrate_adaptive() 93 Time start_time , Time end_time , Time dt ) in integrate_adaptive()
|
/aosp_15_r20/external/libchrome/dbus/ |
H A D | exported_object.cc | 97 const base::TimeTicks start_time = base::TimeTicks::Now(); in SendSignal() local 153 void ExportedObject::SendSignalInternal(base::TimeTicks start_time, in SendSignalInternal() 223 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local 247 base::TimeTicks start_time) { in RunMethod() 257 void ExportedObject::SendResponse(base::TimeTicks start_time, in SendResponse() 273 base::TimeTicks start_time) { in OnMethodCompleted()
|
H A D | object_proxy.cc | 147 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodAndBlockWithErrorDetails() local 196 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodWithErrorResponse() local 314 base::TimeTicks start_time) { in StartAsyncMethodCall() 353 base::TimeTicks start_time, in OnPendingCallIsComplete() 407 base::TimeTicks start_time, in RunResponseOrErrorCallback() 543 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local 556 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local 568 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod()
|
/aosp_15_r20/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 125 std::chrono::steady_clock::time_point start_time = std::chrono::steady_clock::now(); in TEST_F() local 166 std::chrono::steady_clock::time_point start_time = std::chrono::steady_clock::now(); in TEST_F() local 206 std::chrono::steady_clock::time_point start_time = std::chrono::steady_clock::now(); in TEST_F() local 245 std::chrono::steady_clock::time_point start_time = std::chrono::steady_clock::now(); in TEST_F() local 287 std::chrono::steady_clock::time_point start_time = std::chrono::steady_clock::now(); in TEST_F() local 331 std::chrono::steady_clock::time_point start_time = std::chrono::steady_clock::now(); in TEST_F() local
|
/aosp_15_r20/external/autotest/server/lib/ |
H A D | status_history.py | 140 def __init__(self, start_time, end_time): argument 231 def get_tasks(cls, afe, host_id, start_time, end_time): argument 340 def get_hqes(cls, afe, host_id, start_time, end_time): argument 441 def get_host_history(cls, afe, hostname, start_time, end_time): argument 462 def get_multiple_histories(cls, afe, start_time, end_time, labels=()): argument 485 def __init__(self, afe, afehost, start_time, end_time): argument 498 def _get_history(self, start_time, end_time): argument
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | receiver_unittest.cc | 307 const Clock::time_point start_time = FakeClock::now(); in ExchangeInitialReportPackets() local 348 Clock::time_point start_time) { in ConsumeAndVerifyFrames() 428 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local 474 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local 592 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local 683 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local 746 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local
|
/aosp_15_r20/external/googleapis/google/firestore/admin/v1/ |
H A D | operation.proto | 37 google.protobuf.Timestamp start_time = 1; field 101 google.protobuf.Timestamp start_time = 1; field 134 google.protobuf.Timestamp start_time = 1; field 169 google.protobuf.Timestamp start_time = 1; field 207 google.protobuf.Timestamp start_time = 1; field
|
/aosp_15_r20/system/unwinding/libunwindstack/utils/ |
H A D | PidUtils.cpp | 50 for (time_t start_time = time(nullptr); time(nullptr) - start_time < 10;) { in Quiesce() local 76 for (time_t start_time = time(nullptr); time(nullptr) - start_time < 45;) { in Attach() local 109 for (time_t start_time = time(nullptr); in WaitForPidState() local 133 time_t start_time = time(nullptr); in WaitForPidStateAfterAttach() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | memory_space_assignment.cc | 483 const Shape& shape, int64_t start_time, int64_t end_time) const { in CanAllocateInAlternateMemoryNoCopy() 488 const Shape& shape, int64_t start_time, int64_t latest_end_time) const { in PreferredEvictionEndTime() 493 const Shape& shape, int64_t start_time, int64_t end_time, in LatestPrefetchStartTime() 506 const Shape& shape, int64_t start_time, int64_t end_time) const { in EstimatedPrefetchEndTime() 512 int64_t start_time, int64_t end_time) const { in GetLogicalIntervalElapsed() 518 int64_t start_time, in Begin() 546 const Shape& shape, int64_t start_time, int64_t end_time) const { in ToNoCopyDebugString() 652 const Shape& shape, int64_t start_time, int64_t end_time) const { in CanAllocateInAlternateMemoryNoCopy() 664 const Shape& shape, int64_t start_time, int64_t latest_end_time) const { in PreferredEvictionEndTime() 680 const Shape& shape, int64_t start_time, int64_t end_time, in LatestPrefetchStartTime() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/iterator/integrate/ |
D | integrate_n_steps.hpp | 40 Time start_time , Time dt , size_t num_of_steps , in integrate_n_steps() 56 Time start_time , Time dt , size_t num_of_steps , in integrate_n_steps() 73 Time start_time , Time dt , size_t num_of_steps ) in integrate_n_steps() 84 Time start_time , Time dt , size_t num_of_steps ) in integrate_n_steps()
|
D | integrate_const.hpp | 43 Time start_time , Time end_time , Time dt , in integrate_const() 71 Time start_time , Time end_time , Time dt , in integrate_const() 102 Time start_time , Time end_time , Time dt in integrate_const() 115 Time start_time , Time end_time , Time dt in integrate_const()
|
D | integrate_adaptive.hpp | 38 Time start_time , Time end_time , Time dt , in integrate_adaptive() 62 Time start_time , Time end_time , Time dt , in integrate_adaptive() 81 Time start_time , Time end_time , Time dt ) in integrate_adaptive() 93 Time start_time , Time end_time , Time dt ) in integrate_adaptive()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | metric_utils_test.cc | 44 absl::Time start_time = metrics_collector.RecordStart(); in TEST() local 64 absl::Time start_time = metrics_collector.RecordStart(); in TEST() local 82 absl::Time start_time = metrics_collector.RecordStart(); in TEST() local 122 absl::Time start_time = metrics_collector.RecordStart(); in TEST() local
|
/aosp_15_r20/external/googleapis/google/firestore/admin/v1beta2/ |
H A D | operation.proto | 35 google.protobuf.Timestamp start_time = 1; field 80 google.protobuf.Timestamp start_time = 1; field 108 google.protobuf.Timestamp start_time = 1; field 134 google.protobuf.Timestamp start_time = 1; field
|
/aosp_15_r20/external/cronet/base/timer/ |
H A D | wall_clock_timer_unittest.cc | 52 const auto start_time = base::Time::Now(); in TEST_F() local 77 const auto start_time = base::Time::Now(); in TEST_F() local 201 const auto start_time = base::Time::Now(); in TEST_F() local 235 const auto start_time = base::Time::Now(); in TEST_F() local
|
/aosp_15_r20/external/autotest/site_utils/ |
H A D | job_history.py | 129 def try_get(self, host_id, job_id, start_time, end_time): argument 145 def update(self, host_id, start_time, end_time): argument 165 def __init__(self, tasks=[], start_time=None, end_time=None): argument 172 def try_get(self, job_id, start_time, end_time): argument
|
/aosp_15_r20/system/libbase/ |
H A D | properties.cpp | 209 const AbsTime& start_time) { in UpdateTimeSpec() 226 const AbsTime& start_time) { in WaitForPropertyCreation() 242 auto start_time = std::chrono::steady_clock::now(); in WaitForProperty() local 264 auto start_time = std::chrono::steady_clock::now(); in WaitForPropertyCreation() local 329 auto start_time = std::chrono::steady_clock::now(); in WaitForChange() local
|