Home
last modified time | relevance | path

Searched defs:StartTimer (Results 1 – 14 of 14) sorted by relevance

/external/vboot_reference/tests/
Dtimer_utils.c8 void StartTimer(ClockTimerState* ct) { in StartTimer() function
/external/webrtc/webrtc/system_wrappers/source/
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/libcxx/utils/google-benchmark/src/
Dthread_timer.h15 void StartTimer() { in StartTimer() function
/external/google-benchmark/src/
Dthread_timer.h23 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/ImageMagick/MagickCore/
Dtimer.c469 MagickExport void StartTimer(TimerInfo *time_info,const MagickBooleanType reset) in StartTimer() function
Dmethods.h1111 #define StartTimer PrependMagickMethod(StartTimer) macro
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc102 bool XlaInterpreterExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
/external/libchrome/base/timer/
Dtimer_unittest.cc564 void StartTimer() { in StartTimer() function in base::OneShotSelfOwningTimerTester
747 void StartTimer(TimeDelta delay, const Closure& task) { in StartTimer() function in base::__anon7d74b56e0311::TimerSequenceTest
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc237 bool HostExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc734 bool GpuExecutor::StartTimer(Stream* stream, Timer* timer) { in StartTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc637 bool GpuExecutor::StartTimer(Stream* stream, Timer* timer) { in StartTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc781 bool StreamExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::StreamExecutor