HomeSort by relevance Sort by last modified time
    Searched refs:now_time (Results 1 - 6 of 6) sorted by null

  /external/ltp/tools/pounder21/src/time_tests/
drift-test.py 75 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/
waiter.cc 73 base::TimeTicks now_time = base::TimeTicks::Now(); local
74 if (now_time >= end_time)
77 cv_.TimedWait(end_time - now_time);
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 533 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:
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_quality_measurement.py 555 now_time = float(index) / rate - APPEND_ZEROS_SECS
556 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:
558 if abs(now_time - end_time) < NEAR_START_OR_END_SECS:
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 304 int64_t now_time = clock_->TimeInMilliseconds(); variable
306 PRINTD("[%d]", static_cast<int> (now_time - pulse_time_));
313 latencies_.push_back(now_time - pulse_time_ + extra_delay);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 296 int64_t now_time = clock_->TimeInMilliseconds(); variable
298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_));
305 latencies_.push_back(now_time - pulse_time_ + extra_delay);
    [all...]

Completed in 194 milliseconds