HomeSort by relevance Sort by last modified time
    Searched defs:StopTimer (Results 1 - 18 of 18) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_timerinfo.cpp 17 void CFWL_TimerInfo::StopTimer() {
  /external/vboot_reference/tests/
timer_utils.c 12 void StopTimer(ClockTimerState* ct) {
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc 31 StopTimer();
69 bool EventTimerWin::StopTimer() {
event_timer_posix.cc 56 StopTimer();
213 bool EventTimerPosix::StopTimer() {
  /external/ImageMagick/MagickCore/
timer.c 68 StopTimer(TimerInfo *);
244 StopTimer(time_info);
315 StopTimer(time_info);
346 StopTimer(time_info);
410 % StopTimer() stops the stopwatch.
412 % The format of the StopTimer method is:
414 % void StopTimer(TimerInfo *time_info)
421 static void StopTimer(TimerInfo *time_info)
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 98 bool InterpreterExecutor::StopTimer(Stream *stream, Timer *timer) {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 38 // a call to StopTimer.
46 // StopTimer stops timing a test. This can be used to pause the timer
49 func (b *B) StopTimer() {
85 b.StopTimer()
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 38 // a call to StopTimer.
46 // StopTimer stops timing a test. This can be used to pause the timer
49 func (b *B) StopTimer() {
85 b.StopTimer()
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 44 virtual bool StopTimer() { return true; }
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 175 bool HostExecutor::StopTimer(Stream *stream, Timer *timer) {
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 73 // a call to StopTimer.
84 // StopTimer stops timing a test. This can be used to pause the timer
87 func (b *B) StopTimer() {
142 b.StopTimer()
589 // It should not use the StartTimer, StopTimer, or ResetTimer functions,
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 73 // a call to StopTimer.
84 // StopTimer stops timing a test. This can be used to pause the timer
87 func (b *B) StopTimer() {
142 b.StopTimer()
589 // It should not use the StartTimer, StopTimer, or ResetTimer functions,
  /external/google-benchmark/src/
benchmark.cc 174 void StopTimer() {
422 timer_->StopTimer();
441 if (timer_->running()) timer_->StopTimer();
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 174 void StopTimer() {
422 timer_->StopTimer();
441 if (timer_->running()) timer_->StopTimer();
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 698 bool StreamExecutor::StopTimer(Stream *stream, Timer *timer) {
699 return implementation_->StopTimer(stream, timer);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark.cc 174 void StopTimer() {
417 timer_->StopTimer();
436 if (timer_->running()) timer_->StopTimer();
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 663 bool CUDAExecutor::StopTimer(Stream *stream, Timer *timer) {
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 267 StopTimer();
417 void DualModeController::StopTimer() {
418 LOG_ERROR(LOG_TAG, "StopTimer");
469 StopTimer();
    [all...]

Completed in 362 milliseconds