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

  /external/pdfium/xfa/fwl/
cfwl_timer.cpp 19 CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) {
  /external/vboot_reference/tests/
timer_utils.c 8 void StartTimer(ClockTimerState* ct) {
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc 52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) {
event_timer_posix.cc 137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) {
  /external/ImageMagick/MagickCore/
timer.c 117 % 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().
methods.h     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 93 bool InterpreterExecutor::StartTimer(Stream *stream, Timer *timer) {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 36 // StartTimer starts timing a test. This function is called automatically
39 func (b *B) StartTimer() {
83 b.StartTimer()
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 36 // StartTimer starts timing a test. This function is called automatically
39 func (b *B) StartTimer() {
83 b.StartTimer()
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 170 bool HostExecutor::StartTimer(Stream *stream, Timer *timer) {
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 71 // StartTimer starts timing a test. This function is called automatically
74 func (b *B) StartTimer() {
140 b.StartTimer()
589 // It should not use the StartTimer, StopTimer, or ResetTimer functions,
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 71 // StartTimer starts timing a test. This function is called automatically
74 func (b *B) StartTimer() {
140 b.StartTimer()
589 // It should not use the StartTimer, StopTimer, or ResetTimer functions,
  /external/libchrome/base/timer/
timer_unittest.cc 568 void StartTimer() {
598 std::move(tester)->StartTimer();
  /external/google-benchmark/src/
benchmark.cc 167 void StartTimer() {
427 timer_->StartTimer();
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 167 void StartTimer() {
427 timer_->StartTimer();
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 694 bool StreamExecutor::StartTimer(Stream *stream, Timer *timer) {
695 return implementation_->StartTimer(stream, timer);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark.cc 167 void StartTimer() {
422 timer_->StartTimer();
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 659 bool CUDAExecutor::StartTimer(Stream *stream, Timer *timer) {
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 268 StartTimer();
410 void DualModeController::StartTimer() {
411 LOG_ERROR(LOG_TAG, "StartTimer");
472 StartTimer();
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/
aws-java-sdk-simpleworkflow-1.11.18.jar 

Completed in 608 milliseconds