Searched refs:StartTimer (Results 1 - 25 of 40) sorted by relevance

12

/external/pdfium/xfa/fwl/
H A Dcfwl_timer.h22 CFWL_TimerInfo* StartTimer(uint32_t dwElapse, bool bImmediately);
H A Dcfwl_timer.cpp19 CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) { function in class:CFWL_Timer
H A Dcfwl_caret.cpp63 m_pTimerInfo = m_pTimer->StartTimer(kFrequency, true);
/external/vboot_reference/tests/
H A Dtimer_utils.h19 void StartTimer(ClockTimerState* ct);
H A Dtimer_utils.c8 void StartTimer(ClockTimerState* ct) { function
H A Dsha_benchmark.c41 StartTimer(&ct);
H A Drsa_verify_benchmark.c65 StartTimer(&ct);
/external/webrtc/webrtc/system_wrappers/source/
H A Devent_timer_win.h30 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_timer_posix.h36 bool StartTimer(bool periodic, unsigned long time) override;
H A Devent_timer_win.cc52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) { function in class:webrtc::EventTimerWin
H A Devent_timer_posix.cc137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) { function in class:webrtc::EventTimerPosix
/external/webrtc/webrtc/system_wrappers/include/
H A Devent_wrapper.h62 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/ImageMagick/MagickCore/
H A Dtimer.h67 StartTimer(TimerInfo *,const MagickBooleanType);
H A Dtimer.c117 % counting from the last StartTimer() onwards.
189 % StartTimer().
280 StartTimer(time_info,MagickTrue);
363 % StartTimer() starts the stopwatch.
365 % The format of the StartTimer method is:
367 % void StartTimer(TimerInfo *time_info,const MagickBooleanType reset)
378 MagickExport void StartTimer(TimerInfo *time_info,const MagickBooleanType reset)
450 % seconds) since the last call to StartTimer().
366 MagickExport void StartTimer(TimerInfo *time_info,const MagickBooleanType reset) function
/external/webrtc/webrtc/modules/video_coding/test/
H A Dtest_util.h40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT function in class:NullEvent
/external/webrtc/webrtc/test/
H A Dframe_generator_capturer.cc89 if (!tick_->StartTimer(true, 1000 / target_fps_))
H A Dfake_audio_device.cc54 if (!tick_->StartTimer(true, 10))
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.cc93 bool InterpreterExecutor::StartTimer(Stream *stream, Timer *timer) { function in class:perftools::gputools::interpreter::InterpreterExecutor
H A Dexecutor.h157 bool StartTimer(Stream *stream, Timer *timer) override;
/external/webrtc/webrtc/common_video/
H A Dincoming_video_stream.cc149 deliver_buffer_event_->StartTimer(false, kEventStartupTimeMs);
224 deliver_buffer_event_->StartTimer(false, wait_time);
/external/webrtc/webrtc/modules/audio_coding/test/
H A DAPITest.cc548 //_apiEventA->StartTimer(true, 5000);
549 //_apiEventB->StartTimer(true, 5000);
551 _processEventA->StartTimer(true, 10);
552 _processEventB->StartTimer(true, 10);
554 _pullEventA->StartTimer(true, 10);
555 _pullEventB->StartTimer(true, 10);
557 _pushEventA->StartTimer(true, 10);
558 _pushEventB->StartTimer(true, 10);
694 myEvent->StartTimer(true, 30);
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_gles20.mm90 screen_update_event_->StartTimer(true, 1000 / monitor_freq);
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_gpu_executor.h141 bool StartTimer(Stream *stream, Timer *timer) override;
/external/tensorflow/tensorflow/stream_executor/host/
H A Dhost_gpu_executor.cc170 bool HostExecutor::StartTimer(Stream *stream, Timer *timer) { function in class:perftools::gputools::host::HostExecutor
H A Dhost_gpu_executor.h138 bool StartTimer(Stream *stream, Timer *timer) override;

Completed in 467 milliseconds

12