/external/libchrome/base/timer/ |
D | timer_unittest.cc | 564 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::__anon3c9bce4a0311::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/vboot_reference/tests/ |
D | timer_utils.h | 19 void StartTimer(ClockTimerState* ct);
|
D | timer_utils.c | 8 void StartTimer(ClockTimerState* ct) { in StartTimer() function
|
D | sha_benchmark.c | 41 StartTimer(&ct); in main()
|
D | rsa_verify_benchmark.c | 65 StartTimer(&ct); in SpeedTestAlgorithm()
|
/external/webrtc/modules/audio_processing/test/ |
D | performance_timer.h | 27 void StartTimer();
|
D | performance_timer.cc | 29 void PerformanceTimer::StartTimer() { in StartTimer() function in webrtc::test::PerformanceTimer
|
/external/ImageMagick/MagickCore/ |
D | timer.h | 70 StartTimer(TimerInfo *,const MagickBooleanType);
|
D | timer.c | 382 StartTimer(time_info,MagickTrue); in GetTimerInfo() 477 MagickExport void StartTimer(TimerInfo *time_info,const MagickBooleanType reset) in StartTimer() function
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | thread_timer.h | 15 void StartTimer() { in StartTimer() function
|
D | benchmark.cc | 176 timer_->StartTimer(); in ResumeTiming()
|
/external/libcxx/utils/google-benchmark/src/ |
D | thread_timer.h | 15 void StartTimer() { in StartTimer() function
|
D | benchmark.cc | 176 timer_->StartTimer(); in ResumeTiming()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | thread_timer.h | 15 void StartTimer() { in StartTimer() function
|
/external/google-benchmark/src/ |
D | thread_timer.h | 23 void StartTimer() { in StartTimer() function
|
D | benchmark.cc | 170 timer_->StartTimer(); in ResumeTiming()
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn_unittest.cc | 220 perf_timer.StartTimer(); in TEST() 252 perf_timer.StartTimer(); in TEST()
|
D | rnn_vad_unittest.cc | 139 perf_timer.StartTimer(); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 101 bool XlaInterpreterExecutor::StartTimer(Stream *stream, Timer *timer) { in StartTimer() function in stream_executor::interpreter::XlaInterpreterExecutor
|
D | executor.h | 157 bool StartTimer(Stream *stream, Timer *timer) override;
|
/external/starlark-go/starlark/ |
D | bench_test.go | 110 b.Receiver().(benchmark).b.StartTimer()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 125 bool StartTimer(Stream *stream, Timer *timer) override;
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_executor.h | 151 bool StartTimer(Stream* stream, ::stream_executor::Timer* timer) override;
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_internal.h | 259 virtual bool StartTimer(Stream *stream, Timer *timer) = 0;
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 169 bool StartTimer(Stream* stream, Timer* timer) override;
|