HomeSort by relevance Sort by last modified time
    Searched refs:time_now (Results 1 - 25 of 39) sorted by null

1 2

  /external/adhd/cras/src/tests/
cras_tm_unittest.cc 29 static struct timespec time_now; member in namespace:__anon14137
61 time_now.tv_sec = 0;
62 time_now.tv_nsec = 0;
72 time_now.tv_sec = 12;
73 time_now.tv_nsec = 0;
89 time_now.tv_sec = 0;
90 time_now.tv_nsec = 0;
100 time_now.tv_sec = 1;
101 time_now.tv_nsec = 0;
120 time_now.tv_sec = 0
    [all...]
a2dp_iodev_unittest.cc 101 static struct timespec time_now; member in namespace:__anon14117
249 time_now.tv_sec = 0;
250 time_now.tv_nsec = 0;
267 time_now.tv_sec = 0;
268 time_now.tv_nsec = 1000000;
272 EXPECT_EQ(tstamp.tv_sec, time_now.tv_sec);
273 EXPECT_EQ(tstamp.tv_nsec, time_now.tv_nsec);
276 time_now.tv_sec = 0;
277 time_now.tv_nsec = 2000000;
286 EXPECT_EQ(tstamp.tv_sec, time_now.tv_sec)
    [all...]
util_unittest.cc 16 static std::vector<struct timespec> time_now; member in namespace:__anon14166
256 time_now.push_back(tn);
261 time_now.push_back(tn);
299 time_now.push_back(timeout);
301 time_now.push_back(timeout);
314 std::vector<struct timespec>::iterator i = time_now.begin();
315 if (i != time_now.end()) {
317 time_now.erase(i);
loopback_iodev_unittest.cc 25 static struct timespec time_now; member in namespace:__anon14154
106 time_now.tv_sec = 100;
107 time_now.tv_nsec = 0;
113 time_now.tv_nsec += 480 * 1e9 / 48000;
233 *tp = time_now;
  /prebuilts/go/darwin-x86/src/runtime/
timeasm.go 15 //go:linkname time_now time.now
16 func time_now() (sec int64, nsec int32, mono int64) func
timestub.go 17 //go:linkname time_now time.now
18 func time_now() (sec int64, nsec int32, mono int64) { func
  /prebuilts/go/linux-x86/src/runtime/
timeasm.go 15 //go:linkname time_now time.now
16 func time_now() (sec int64, nsec int32, mono int64) func
timestub.go 17 //go:linkname time_now time.now
18 func time_now() (sec int64, nsec int32, mono int64) { func
  /external/webrtc/webrtc/common_video/
video_render_frames.cc 30 const int64_t time_now = TickTime::MillisecondTimestamp(); local
35 new_frame.render_time_ms() + KOldRenderTimestampMS < time_now) {
45 if (new_frame.render_time_ms() > time_now + KFutureRenderTimestampMS) {
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 170 ULARGE_INTEGER time_now; local
171 time_now.HighPart = now.dwHighDateTime;
172 time_now.LowPart = now.dwLowDateTime;
175 __int64 delay = (time_now.QuadPart - time_start.QuadPart) / 10 / 1000;
  /external/autotest/client/cros/power/
power_rapl.py 218 time_now = time.time()
220 time_used = time_now - self._time_start
227 self._time_start = time_now
298 time_now = time.time()
300 time_used = time_now - self._time_start
303 self._time_start = time_now
  /external/webrtc/webrtc/test/
fake_network_pipe.cc 116 int64_t time_now = clock_->TimeInMilliseconds(); local
122 int64_t network_start_time = time_now;
130 NetworkPacket* packet = new NetworkPacket(data, data_length, time_now,
154 int64_t time_now = clock_->TimeInMilliseconds(); local
160 time_now >= capacity_link_.front()->arrival_time()) {
189 time_now >= delay_link_.front()->arrival_time()) {
194 // |time_now| might be later than when the packet should have arrived, due
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 26 int64_t GetNextCallbackTime(Module* module, int64_t time_now) {
30 return time_now;
32 return time_now + interval;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_network_stats_unittest.cc 180 uint32_t time_now; local
184 time_now = next_send_time = last_lost_time_ =
189 while (time_now + kFrameSizeMs >= next_send_time) {
198 time_now += kOutputLengthMs;
neteq_external_decoder_unittest.cc 106 uint32_t time_now = 0; local
108 while (time_now >= next_arrival_time) {
125 time_now += kOutputLengthMs;
neteq_stereo_unittest.cc 192 int time_now = 0; local
194 while (time_now >= next_arrival_time) {
238 time_now += kTimeStepMs;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.h 38 bool TimeToReduceFurther(int64_t time_now,
remote_bitrate_estimator_single_stream.h 49 void UpdateEstimate(int64_t time_now)
remote_bitrate_estimator_unittest_helper.h 111 StreamGenerator(int capacity, double time_now);
  /external/autotest/client/deps/glbench/src/
utils.cc 141 uint64_t time_now = time_start; local
142 uint64_t time_end = time_now + 1e6 * timeout;
144 while (time_now < time_end) {
148 time_now = GetUTime();
151 double wait_time = 1.0e-6 * (time_now - time_start);
  /external/webrtc/webrtc/video/
overuse_frame_detector.h 111 bool IsUnderusing(const CpuOveruseMetrics& metrics, int64_t time_now);
  /external/dnsmasq/src/
log.c 261 time_t time_now; local
335 time(&time_now);
340 p += sprintf(p, "%.15s dnsmasq%s[%d]: ", ctime(&time_now) + 4, func, (int)pid);
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 128 RawRtpPacket* NextPacketToResend(int64_t time_now) {
132 if (time_now >= packet->resend_time_ms() &&
349 virtual int NextPacket(int64_t time_now) {
351 for (RawRtpPacket* packet = lost_packets_.NextPacketToResend(time_now);
352 packet != NULL; packet = lost_packets_.NextPacketToResend(time_now)) {
  /external/eigen/bench/
benchmark-blocking-sizes.cpp 396 double time_now = 0;
402 time_now = timer.getRealTime();
406 time_now > time_last_clock_speed_measurement + 60.0f)
408 time_last_clock_speed_measurement = time_now;
487 if (time_now > time_last_progress_update + 1.0f) {
488 time_last_progress_update = time_now;
491 << human_duration_t(float(time_now - time_start) * (1.0f - ratio_done) / ratio_done)
  /external/boringssl/src/tool/
speed.cc 73 static uint64_t time_now() { return GetTickCount64() * 1000; } function
75 static uint64_t time_now() { function
86 static uint64_t time_now() { function
103 uint64_t start = time_now(), now, delta;
109 now = time_now();
132 now = time_now();

Completed in 1053 milliseconds

1 2