/external/netperf/src/ |
D | net_uuid.c | 182 uuid_time_t time_now; in true_random() local 185 get_system_time(&time_now); in true_random() 186 time_now = time_now / UUIDS_PER_TICK; in true_random() 188 (((time_now >> 32) ^ time_now) & 0xffffffff)); in true_random() 243 uuid_time_t time_now; in get_current_time() local 246 get_system_time(&time_now); in get_current_time() 252 get_system_time(&time_now); in get_current_time() 255 if (time_last != time_now) { in get_current_time() 258 time_last = time_now; in get_current_time() 268 *timestamp = time_now + uuids_this_tick; in get_current_time()
|
/external/openssh/ |
D | moduli.c | 158 time_t time_now; in qfileout() local 161 time(&time_now); in qfileout() 162 gtm = gmtime(&time_now); in qfileout() 534 time_t time_now, elapsed; in print_progress() local 539 time_now = monotime(); in print_progress() 541 time_start = time_prev = time_now; in print_progress() 545 if (time_now - time_prev < 5 * 60) in print_progress() 547 time_prev = time_now; in print_progress() 548 elapsed = time_now - time_start; in print_progress() 554 time(&time_now); in print_progress() [all …]
|
/external/webrtc/webrtc/test/ |
D | fake_network_pipe.cc | 116 int64_t time_now = clock_->TimeInMilliseconds(); in SendPacket() local 122 int64_t network_start_time = time_now; in SendPacket() 130 NetworkPacket* packet = new NetworkPacket(data, data_length, time_now, in SendPacket() 154 int64_t time_now = clock_->TimeInMilliseconds(); in Process() local 160 time_now >= capacity_link_.front()->arrival_time()) { in Process() 189 time_now >= delay_link_.front()->arrival_time()) { in Process()
|
/external/webrtc/webrtc/common_video/ |
D | video_render_frames.cc | 30 const int64_t time_now = TickTime::MillisecondTimestamp(); in AddFrame() local 35 new_frame.render_time_ms() + KOldRenderTimestampMS < time_now) { in AddFrame() 45 if (new_frame.render_time_ms() > time_now + KFutureRenderTimestampMS) { in AddFrame()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 170 ULARGE_INTEGER time_now; in SetProcessUptime() local 171 time_now.HighPart = now.dwHighDateTime; in SetProcessUptime() 172 time_now.LowPart = now.dwLowDateTime; in SetProcessUptime() 175 __int64 delay = (time_now.QuadPart - time_start.QuadPart) / 10 / 1000; in SetProcessUptime()
|
/external/autotest/client/cros/ |
D | power_rapl.py | 195 time_now = time.time() 197 time_used = time_now - self._time_start 204 self._time_start = time_now
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 164 uint64_t time_now = time_start; in WaitForCoolMachine() local 165 uint64_t time_end = time_now + 1e6 * timeout; in WaitForCoolMachine() 167 while (time_now < time_end) { in WaitForCoolMachine() 171 time_now = GetUTime(); in WaitForCoolMachine() 174 double wait_time = 1.0e-6 * (time_now - time_start); in WaitForCoolMachine()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_network_stats_unittest.cc | 180 uint32_t time_now; in RunTest() local 184 time_now = next_send_time = last_lost_time_ = in RunTest() 189 while (time_now + kFrameSizeMs >= next_send_time) { in RunTest() 198 time_now += kOutputLengthMs; in RunTest()
|
D | neteq_stereo_unittest.cc | 192 int time_now = 0; in RunTest() local 194 while (time_now >= next_arrival_time) { in RunTest() 238 time_now += kTimeStepMs; in RunTest()
|
D | neteq_external_decoder_unittest.cc | 106 uint32_t time_now = 0; in RunTest() local 108 while (time_now >= next_arrival_time) { in RunTest() 125 time_now += kOutputLengthMs; in RunTest()
|
/external/webrtc/webrtc/modules/utility/source/ |
D | process_thread_impl.cc | 26 int64_t GetNextCallbackTime(Module* module, int64_t time_now) { in GetNextCallbackTime() argument 30 return time_now; in GetNextCallbackTime() 32 return time_now + interval; in GetNextCallbackTime()
|
/external/eigen/bench/ |
D | benchmark-blocking-sizes.cpp | 396 double time_now = 0; in try_run_some_benchmarks() local 402 time_now = timer.getRealTime(); in try_run_some_benchmarks() 406 time_now > time_last_clock_speed_measurement + 60.0f) in try_run_some_benchmarks() 408 time_last_clock_speed_measurement = time_now; in try_run_some_benchmarks() 487 if (time_now > time_last_progress_update + 1.0f) { in try_run_some_benchmarks() 488 time_last_progress_update = time_now; in try_run_some_benchmarks() 491 << human_duration_t(float(time_now - time_start) * (1.0f - ratio_done) / ratio_done) in try_run_some_benchmarks()
|
/external/v8/src/ |
D | d8-posix.cc | 87 struct timeval time_now; in WaitOnFD() local 88 gettimeofday(&time_now, NULL); in WaitOnFD() 89 time_t seconds = time_now.tv_sec - start_time.tv_sec; in WaitOnFD() 91 (time_now.tv_usec - start_time.tv_usec) / 1000); in WaitOnFD() 118 struct timeval time_now; in TimeIsOut() local 119 gettimeofday(&time_now, NULL); in TimeIsOut() 121 int seconds = static_cast<int>(time_now.tv_sec - start_time.tv_sec); in TimeIsOut() 126 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); in TimeIsOut()
|
/external/boringssl/src/tool/ |
D | speed.cc | 72 static uint64_t time_now() { return GetTickCount64() * 1000; } in time_now() function 74 static uint64_t time_now() { in time_now() function 85 static uint64_t time_now() { in time_now() function 102 uint64_t start = time_now(), now, delta; in TimeFunction() 108 now = time_now(); in TimeFunction() 131 now = time_now(); in TimeFunction()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.cc | 128 RawRtpPacket* NextPacketToResend(int64_t time_now) { in NextPacketToResend() argument 132 if (time_now >= packet->resend_time_ms() && in NextPacketToResend() 349 virtual int NextPacket(int64_t time_now) { in NextPacket() argument 351 for (RawRtpPacket* packet = lost_packets_.NextPacketToResend(time_now); in NextPacket() 352 packet != NULL; packet = lost_packets_.NextPacketToResend(time_now)) { in NextPacket()
|
/external/dnsmasq/src/ |
D | log.c | 263 time_t time_now; in my_syslog() local 337 time(&time_now); in my_syslog() 342 p += sprintf(p, "%.15s dnsmasq%s[%d]: ", ctime(&time_now) + 4, func, (int)pid); in my_syslog()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | aimd_rate_control.cc | 69 bool AimdRateControl::TimeToReduceFurther(int64_t time_now, in TimeToReduceFurther() argument 73 if (time_now - time_last_bitrate_change_ >= bitrate_reduction_interval) { in TimeToReduceFurther()
|
D | remote_bitrate_estimator_single_stream.h | 49 void UpdateEstimate(int64_t time_now)
|
D | aimd_rate_control.h | 38 bool TimeToReduceFurther(int64_t time_now,
|
D | remote_bitrate_estimator_unittest_helper.h | 111 StreamGenerator(int capacity, double time_now);
|
/external/webrtc/webrtc/video/ |
D | overuse_frame_detector.cc | 356 int64_t time_now) { in IsUnderusing() argument 358 if (time_now < last_rampup_time_ + delay) in IsUnderusing()
|
D | overuse_frame_detector.h | 111 bool IsUnderusing(const CpuOveruseMetrics& metrics, int64_t time_now);
|
/external/webrtc/talk/media/base/ |
D | videocapturer.cc | 709 double time_now = frame_length_time_reporter_.TimerNow(); in UpdateStats() local 712 frame_time_data_.AddSample(time_now - previous_frame_time_); in UpdateStats() 714 previous_frame_time_ = time_now; in UpdateStats()
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 429 time_now = time.time() 430 time_spent = time_now - progress.time_last_output 433 progress.time_last_output = time_now
|
/external/libchrome/base/time/ |
D | time_unittest.cc | 1087 Time time_now = Time::Now(); in TEST() local 1088 EXPECT_EQ(one_second, (time_now + one_second) - time_now); in TEST() 1089 EXPECT_EQ(-one_second, (time_now - one_second) - time_now); in TEST()
|