Home
last modified time | relevance | path

Searched refs:StartTimer (Results 1 – 25 of 44) sorted by relevance

12

/external/libchrome/base/timer/
Dtimer_unittest.cc564 void StartTimer() { in StartTimer() function in base::OneShotSelfOwningTimerTester
594 std::move(tester)->StartTimer(); in TEST()
747 void StartTimer(TimeDelta delay, const Closure& task) { in StartTimer() function in base::__anon487ef86c0311::TimerSequenceTest
798 StartTimer(TimeDelta::FromMilliseconds(1), in TEST_F()
821 FROM_HERE, BindOnce(&TimerSequenceTest::StartTimer, Unretained(this), in TEST_F()
853 FROM_HERE, BindOnce(&TimerSequenceTest::StartTimer, Unretained(this), in TEST_F()
890 BindOnce(&TimerSequenceTest::StartTimer, Unretained(this), in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc551 _processEventA->StartTimer(true, 10); in Perform()
552 _processEventB->StartTimer(true, 10); in Perform()
554 _pullEventA->StartTimer(true, 10); in Perform()
555 _pullEventB->StartTimer(true, 10); in Perform()
557 _pushEventA->StartTimer(true, 10); in Perform()
558 _pushEventB->StartTimer(true, 10); in Perform()
694 myEvent->StartTimer(true, 30); in TestDelay()
/external/webrtc/webrtc/common_video/
Dincoming_video_stream.cc149 deliver_buffer_event_->StartTimer(false, kEventStartupTimeMs); in Start()
224 deliver_buffer_event_->StartTimer(false, wait_time); in IncomingVideoStreamProcess()
/external/ImageMagick/MagickCore/
Dtimer.c289 StartTimer(time_info,MagickTrue); in GetTimerInfo()
384 MagickExport void StartTimer(TimerInfo *time_info,const MagickBooleanType reset) in StartTimer() function
Dtimer.h67 StartTimer(TimerInfo *,const MagickBooleanType);
/external/vboot_reference/tests/
Dtimer_utils.h19 void StartTimer(ClockTimerState* ct);
Dtimer_utils.c8 void StartTimer(ClockTimerState* ct) { in StartTimer() function
Dsha_benchmark.c41 StartTimer(&ct); in main()
Drsa_verify_benchmark.c65 StartTimer(&ct); in SpeedTestAlgorithm()
/external/pdfium/xfa/fwl/
Dcfwl_timer.h22 CFWL_TimerInfo* StartTimer(uint32_t dwElapse, bool bImmediately);
Dcfwl_timer.cpp19 CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) { in StartTimer() function in CFWL_Timer
Dcfwl_caret.cpp63 m_pTimerInfo = m_pTimer->StartTimer(kFrequency, true); in ShowCaret()
Dcfwl_scrollbar.cpp384 m_pTimerInfo = m_Timer.StartTimer(FWL_SCROLLBAR_Elapse, true); in OnLButtonDown()
493 pButton->m_pTimerInfo = StartTimer(0, true); in Run()
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_win.h30 virtual bool StartTimer(bool periodic, unsigned long time);
Devent_timer_posix.h36 bool StartTimer(bool periodic, unsigned long time) override;
Devent_timer_win.cc52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) { in StartTimer() function in webrtc::EventTimerWin
Devent_timer_posix.cc137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) { in StartTimer() function in webrtc::EventTimerPosix
/external/webrtc/webrtc/system_wrappers/include/
Devent_wrapper.h62 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/libcxx/utils/google-benchmark/src/
Dthread_timer.h15 void StartTimer() { in StartTimer() function
/external/google-benchmark/src/
Dthread_timer.h15 void StartTimer() { in StartTimer() function
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT in StartTimer() function
/external/webrtc/webrtc/test/
Dframe_generator_capturer.cc89 if (!tick_->StartTimer(true, 1000 / target_fps_)) in Init()
Dfake_audio_device.cc54 if (!tick_->StartTimer(true, 10)) in Init()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc100 bool XlaInterpreterExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h157 bool StartTimer(Stream *stream, Timer *timer) override;

12