Home
last modified time | relevance | path

Searched refs:StopTimer (Results 1 – 25 of 38) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dtimer.c66 StopTimer(TimerInfo *);
254 StopTimer(time_info); in GetElapsedTime()
323 StopTimer(time_info); in GetUserTime()
353 StopTimer(time_info); in ResetTimer()
426 static void StopTimer(TimerInfo *time_info) in StopTimer() function
/external/pdfium/xfa/fwl/
Dcfwl_caret.cpp37 m_pTimerInfo->StopTimer(); in ~CFWL_Caret()
62 m_pTimerInfo->StopTimer(); in ShowCaret()
69 m_pTimerInfo->StopTimer(); in HideCaret()
Dcfwl_timerinfo.cpp17 void CFWL_TimerInfo::StopTimer() { in StopTimer() function in CFWL_TimerInfo
Dcfwl_timerinfo.h20 void StopTimer();
Dcfwl_scrollbar.cpp388 m_pTimerInfo->StopTimer(); in OnLButtonUp()
490 pButton->m_pTimerInfo->StopTimer(); in Run()
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_win.cc31 StopTimer(); in ~EventTimerWin()
69 bool EventTimerWin::StopTimer() { in StopTimer() function in webrtc::EventTimerWin
Devent_timer_posix.cc56 StopTimer(); in ~EventTimerPosix()
213 bool EventTimerPosix::StopTimer() { in StopTimer() function in webrtc::EventTimerPosix
Devent_timer_win.h31 virtual bool StopTimer();
Devent_timer_posix.h37 bool StopTimer() override;
/external/vboot_reference/tests/
Dtimer_utils.h22 void StopTimer(ClockTimerState* ct);
Dtimer_utils.c12 void StopTimer(ClockTimerState* ct) { in StopTimer() function
Dsha_benchmark.c43 StopTimer(&ct); in main()
Drsa_verify_benchmark.c70 StopTimer(&ct); in SpeedTestAlgorithm()
/external/webrtc/webrtc/system_wrappers/include/
Devent_wrapper.h64 virtual bool StopTimer() = 0;
/external/libcxx/utils/google-benchmark/src/
Dthread_timer.h22 void StopTimer() { in StopTimer() function
Dbenchmark.cc171 timer_->StopTimer(); in PauseTiming()
190 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
/external/google-benchmark/src/
Dthread_timer.h22 void StopTimer() { in StopTimer() function
Dbenchmark.cc171 timer_->StopTimer(); in PauseTiming()
190 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h44 virtual bool StopTimer() { return true; } in StopTimer() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc105 bool XlaInterpreterExecutor::StopTimer(Stream *stream, Timer *timer) { in StopTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h158 bool StopTimer(Stream *stream, Timer *timer) override;
/external/webrtc/webrtc/common_video/
Dincoming_video_stream.cc170 deliver_buffer_event_->StopTimer(); in Stop()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h140 bool StopTimer(Stream *stream, Timer *timer) override;
Dhost_gpu_executor.cc177 bool HostExecutor::StopTimer(Stream *stream, Timer *timer) { in StopTimer() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h256 virtual bool StopTimer(Stream *stream, Timer *timer) = 0;

12