Home
last modified time | relevance | path

Searched refs:now_time (Results 1 – 5 of 5) sorted by relevance

/external/ltp/tools/pounder21/src/time_tests/
Ddrift-test.py75 now_time = time.localtime(time.time()) variable
76 datestr = time.strftime("%d %b %Y %H:%M:%S", now_time)
79 delta_time = time.mktime(now_time) - time.mktime(start_time)
84 print time.strftime("%d %b %H:%M:%S",now_time),
/external/libmojo/mojo/edk/system/
Dwaiter.cc73 base::TimeTicks now_time = base::TimeTicks::Now(); in Wait() local
74 if (now_time >= end_time) in Wait()
77 cv_.TimedWait(end_time - now_time); in Wait()
/external/autotest/client/cros/audio/
Daudio_quality_measurement.py533 now_time = float(index) / rate - APPEND_ZEROS_SECS
534 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:
536 if abs(now_time - end_time) < NEAR_START_OR_END_SECS:
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc296 int64_t now_time = clock_->TimeInMilliseconds(); in Write() local
298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_)); in Write()
305 latencies_.push_back(now_time - pulse_time_ + extra_delay); in Write()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc304 int64_t now_time = clock_->TimeInMilliseconds(); in Write() local
306 PRINTD("[%d]", static_cast<int> (now_time - pulse_time_)); in Write()
313 latencies_.push_back(now_time - pulse_time_ + extra_delay); in Write()