HomeSort by relevance Sort by last modified time
    Searched refs:StartTimer (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/pdfium/xfa/fwl/
cfwl_timer.h 21 CFWL_TimerInfo* StartTimer(uint32_t dwElapse, bool bImmediately);
cfwl_timer.cpp 15 CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) {
cfwl_caret.cpp 61 m_pTimerInfo = m_pTimer->StartTimer(kFrequency, true);
  /external/vboot_reference/tests/
timer_utils.h 19 void StartTimer(ClockTimerState* ct);
timer_utils.c 8 void StartTimer(ClockTimerState* ct) {
sha_benchmark.c 41 StartTimer(&ct);
rsa_verify_benchmark.c 65 StartTimer(&ct);
  /external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h 62 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.h 30 virtual bool StartTimer(bool periodic, unsigned long time);
event_timer_posix.h 36 bool StartTimer(bool periodic, unsigned long time) override;
event_timer_win.cc 52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) {
  /external/ImageMagick/MagickCore/
timer.h 67 StartTimer(TimerInfo *,const MagickBooleanType);
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().
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 83 b.StartTimer()
98 b.StartTimer()
112 b.StartTimer()
140 b.StartTimer()
156 b.StartTimer()
171 b.StartTimer()
  /prebuilts/go/darwin-x86/src/image/png/
writer_test.go 127 b.StartTimer()
147 b.StartTimer()
160 b.StartTimer()
173 b.StartTimer()
193 b.StartTimer()
206 b.StartTimer()
  /prebuilts/go/darwin-x86/src/runtime/
append_test.go 24 b.StartTimer()
33 b.StartTimer()
42 b.StartTimer()
53 b.StartTimer()
62 b.StartTimer()
140 b.StartTimer()
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 83 b.StartTimer()
98 b.StartTimer()
112 b.StartTimer()
140 b.StartTimer()
156 b.StartTimer()
171 b.StartTimer()
  /prebuilts/go/linux-x86/src/image/png/
writer_test.go 127 b.StartTimer()
147 b.StartTimer()
160 b.StartTimer()
173 b.StartTimer()
193 b.StartTimer()
206 b.StartTimer()
  /prebuilts/go/linux-x86/src/runtime/
append_test.go 24 b.StartTimer()
33 b.StartTimer()
42 b.StartTimer()
53 b.StartTimer()
62 b.StartTimer()
140 b.StartTimer()
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 572 b.StartTimer()
587 b.StartTimer()
602 b.StartTimer()
620 b.StartTimer()
637 b.StartTimer()
649 b.StartTimer()
661 b.StartTimer()
675 b.StartTimer()
687 b.StartTimer()
697 b.StartTimer()
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 572 b.StartTimer()
587 b.StartTimer()
602 b.StartTimer()
620 b.StartTimer()
637 b.StartTimer()
649 b.StartTimer()
661 b.StartTimer()
675 b.StartTimer()
687 b.StartTimer()
697 b.StartTimer()
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
compare_test.go 172 b.StartTimer()
188 b.StartTimer()
204 b.StartTimer()
  /prebuilts/go/linux-x86/src/bytes/
compare_test.go 172 b.StartTimer()
188 b.StartTimer()
204 b.StartTimer()
  /external/webrtc/webrtc/test/
frame_generator_capturer.cc 89 if (!tick_->StartTimer(true, 1000 / target_fps_))

Completed in 532 milliseconds

1 2 3 4 5