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

  /system/core/metricsd/include/metrics/
timer_mock.h 34 MOCK_CONST_METHOD1(GetElapsedTime, bool(base::TimeDelta* elapsed_time));
44 MOCK_CONST_METHOD1(GetElapsedTime, bool(base::TimeDelta* elapsed_time));
timer.h 91 virtual bool GetElapsedTime(base::TimeDelta* elapsed_time) const;
  /external/ImageMagick/MagickCore/
timer.h 54 GetElapsedTime(TimerInfo *),
timer.c 224 % GetElapsedTime() returns the elapsed time (in seconds) passed between the
228 % The format of the GetElapsedTime method is:
230 % double GetElapsedTime(TimerInfo *time_info)
237 MagickExport double GetElapsedTime(TimerInfo *time_info)
log.c 980 elapsed_time=GetElapsedTime(&log_info->timer);
    [all...]
methods.h 412 #define GetElapsedTime PrependMagickMethod(GetElapsedTime)
    [all...]
identify.c 565 elapsed_time=GetElapsedTime(&image->timer);
    [all...]
  /system/core/metricsd/
timer_test.cc 80 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
124 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
145 ASSERT_FALSE(timer_.GetElapsedTime(&elapsed_time));
168 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
174 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
197 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
203 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
224 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
242 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time));
249 ASSERT_TRUE(timer_.GetElapsedTime(&elapsed_time))
    [all...]
timer.cc 88 bool Timer::GetElapsedTime(base::TimeDelta* elapsed_time) const {
110 if (!metrics_lib_ || !GetElapsedTime(&elapsed_time)) return false;
  /external/webrtc/talk/media/base/
rtpdump.h 195 return WritePacket(data, data_len, GetElapsedTime(), false);
198 return WritePacket(data, data_len, GetElapsedTime(), true);
204 uint32_t GetElapsedTime() const;
rtpdump.cc 334 uint32_t RtpDumpWriter::GetElapsedTime() const {
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 27 def GetElapsedTime(self):
105 msg.append('(%.1fs)' % timeout_thread_group.GetElapsedTime())
  /system/connectivity/shill/
metrics.cc 697 time_online_timer_->GetElapsedTime(&elapsed_seconds);
716 time_to_drop_timer_->GetElapsedTime(&elapsed_seconds);
756 time_resume_to_ready_timer_->GetElapsedTime(&time_resume_to_ready);
    [all...]
metrics_unittest.cc 235 EXPECT_CALL(*mock_time_resume_to_ready_timer, GetElapsedTime(_)).
600 EXPECT_CALL(*mock_time_to_scan_timer, GetElapsedTime(_)).
    [all...]
  /system/connectivity/shill/wifi/
scan_session.cc 316 ebusy_timer_.GetElapsedTime(&elapsed_time);
wifi.cc     [all...]
  /external/ImageMagick/coders/
json.c 732 elapsed_time=GetElapsedTime(&image->timer);
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 229 if (GetElapsedTime(timer) > duration)
265 if (GetElapsedTime(timer) > duration)
291 parallel=GetElapsedTime(timer);
    [all...]
  /external/ImageMagick/tests/
validate.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 624 milliseconds