HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 251 - 275 of 442) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 30 #include "platform/Timer.h"
103 void svgLoadEventTimerFired(Timer<SVGElement>*);
104 virtual Timer<SVGElement>* svgLoadEventTimer();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 74 void PostThis(Timer<QuitTask>*)
250 Timer<QuitTask> quitOnTimeout(new QuitTask, &QuitTask::PostThis);
  /external/lldb/source/Core/
Android.mk 65 Timer.cpp \
Module.cpp 22 #include "lldb/Core/Timer.h"
416 Timer scoped_timer(__PRETTY_FUNCTION__, "Module::GetNumCompileUnits (module = %p)", this);
443 Timer scoped_timer(__PRETTY_FUNCTION__, "Module::ResolveFileAddress (vm_addr = 0x%" PRIx64 ")", vm_addr);
522 Timer scoped_timer(__PRETTY_FUNCTION__,
763 Timer scoped_timer(__PRETTY_FUNCTION__, __PRETTY_FUNCTION__);
859 Timer scoped_timer(__PRETTY_FUNCTION__, __PRETTY_FUNCTION__);
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.cpp 13 #include "lldb/Core/Timer.h"
34 Timer scoped_timer (__PRETTY_FUNCTION__,
67 Timer scoped_timer (__PRETTY_FUNCTION__,
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 14 #include "lldb/Core/Timer.h"
344 Timer scoped_timer (__PRETTY_FUNCTION__,
358 Timer scoped_timer (__PRETTY_FUNCTION__,
  /external/lldb/source/Plugins/SymbolVendor/MacOSX/
SymbolVendorMacOSX.cpp 23 #include "lldb/Core/Timer.h"
138 Timer scoped_timer (__PRETTY_FUNCTION__,
148 Timer scoped_timer2 ("SymbolVendorMacOSX::CreateInstance () locate dSYM",
  /external/lldb/source/Symbol/
Symtab.cpp 15 #include "lldb/Core/Timer.h"
259 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
451 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
609 Timer scoped_timer (__PRETTY_FUNCTION__,__PRETTY_FUNCTION__);
634 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
651 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
787 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
807 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
836 Timer scoped_timer (__PRETTY_FUNCTION__, "%s", __PRETTY_FUNCTION__);
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 99 class Timer;
466 Timer *getPassTimer(Pass *);
  /external/llvm/lib/Support/
Android.mk 74 Timer.cpp \
  /external/skia/tools/
Android.mk 25 timer/Timer.cpp \
26 timer/TimerData.cpp \
27 timer/GpuTimer.cpp \
28 timer/SysTimer_posix.cpp \
68 $(LOCAL_PATH)/timer \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 21 import java.util.Timer;
91 private Timer mNotificationTimer;
259 mNotificationTimer = new Timer();
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc 12 #include "base/timer/timer.h"
271 scoped_ptr<base::Timer> timer(new base::Timer(false, // Don't retain.
277 timer->Start(FROM_HERE, timeout_delay_, timeout_callback);
284 base::Passed(&timer));
296 scoped_ptr<base::Timer> timer,
299 // Log failure before checking the timer so all failures are logged, even i
    [all...]
platform_verification_flow.h 15 #include "base/timer/timer.h"
222 scoped_ptr<base::Timer> timer,
  /external/lldb/examples/python/
performance.py 56 class Timer:
306 with Timer() as total_time:
309 with Timer() as breakpoint_timer:
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdowntimer.js 6 * @fileoverview Provides a countdown-based timer implementation.
11 * Constructs a new timer. The timer has a very limited resolution, and does
13 * low-precision timer that pauses while debugging.
25 /** Timer interval */
29 * Sets a new timeout for this timer. Only possible if the timer is not
47 // Set a one-shot timer for the last interval.
54 /** Clears this timer's timeout. Timers that are cleared become expired. */
64 * @return {number} how many milliseconds are remaining until the timer expires
    [all...]
  /external/chromium_org/media/audio/
audio_input_controller.h 16 #include "base/timer/timer.h"
52 // create the data timer
59 // start the data timer
63 // delete the data timer
331 scoped_ptr<base::Timer> no_data_timer_;
  /external/chromium_org/remoting/protocol/
authenticator_test_base.cc 12 #include "base/timer/timer.h"
144 base::Timer shutdown_timer(false, false);
ssl_hmac_channel_authenticator_unittest.cc 14 #include "base/timer/timer.h"
105 base::Timer shutdown_timer(false, false);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 156 void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.cpp 65 void CSSSelectorWatch::callbackSelectorChangeTimerFired(Timer<CSSSelectorWatch>*)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.cpp 226 void FontResource::fontLoadWaitLimitCallback(Timer<FontResource>*)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp 152 void HTMLMarqueeElement::timerFired(Timer<HTMLMarqueeElement>*)
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 104 // cancel the repeating timer by the state change. If we
105 // started the timer after doStepAction(), we would have no
106 // chance to cancel the timer.
242 void SpinButtonElement::repeatingTimerFired(Timer<SpinButtonElement>*)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 131 void ImageQualityController::highQualityRepaintTimerFired(Timer<ImageQualityController>*)
139 // If this renderer's containing FrameView is in live resize, punt the timer and hold back for now.
212 // If an animated resize is active, paint in low quality and kick the timer ahead.
220 // size and set the timer.
226 // If the timer is no longer active, draw at high quality and don't
227 // set the timer.
232 // This object has been resized to two different sizes while the timer

Completed in 4682 milliseconds

<<1112131415161718