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

12 3 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTaskTest.java 20 import java.util.Timer;
26 * Timer is not cancelled.
79 Timer t = null;
87 t = new Timer();
94 t = new Timer();
113 t = new Timer();
123 t = new Timer();
138 t = new Timer();
150 t = new Timer();
174 Timer t = null
    [all...]
  /external/lldb/include/lldb/Core/
Timer.h 1 //===-- Timer.h -------------------------------------------------*- C++ -*-===//
23 /// @class Timer Timer.h "lldb/Core/Timer.h"
24 /// @brief A timer class that simplifies common timing metrics.
26 /// A scoped timer class that allows a variety of pthread mutex
27 /// objects to have a mutex locked when a Timer::Locker
29 /// when the Timer::Locker::Reset(pthread_mutex_t *)
34 class Timer
43 Timer(const char *category, const char *format, ...) __attribute__ ((format (printf, 3, 4)))
    [all...]
  /external/chromium_org/remoting/host/
gnubby_socket.h 16 class Timer;
53 // Sets a timer for testing.
54 void SetTimerForTesting(scoped_ptr<base::Timer> timer);
63 // Resets the socket activity timer.
72 // The activity timer.
73 scoped_ptr<base::Timer> timer_;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLeakDetector.cpp 43 #include "platform/Timer.h"
75 void delayedGCAndReport(Timer<WebLeakDetectorImpl>*);
76 void delayedReport(Timer<WebLeakDetectorImpl>*);
79 Timer<WebLeakDetectorImpl> m_delayedGCAndReportTimer;
80 Timer<WebLeakDetectorImpl> m_delayedReportTimer;
109 void WebLeakDetectorImpl::delayedGCAndReport(Timer<WebLeakDetectorImpl>*)
126 void WebLeakDetectorImpl::delayedReport(Timer<WebLeakDetectorImpl>*)
ExternalPopupMenu.h 35 #include "platform/Timer.h"
82 void dispatchEvent(Timer<ExternalPopupMenu>*);
88 Timer<ExternalPopupMenu> m_dispatchEventTimer;
ValidationMessageClientImpl.h 30 #include "platform/Timer.h"
50 void checkAnchorStatus(Timer<ValidationMessageClientImpl>*);
65 Timer<ValidationMessageClientImpl> m_timer;
  /external/chromium_org/components/domain_reliability/
util.cc 11 #include "base/timer/timer.h"
18 class ActualTimer : public MockableTime::Timer {
20 // Initialize base timer with retain_user_info and is_repeating false.
25 // MockableTime::Timer implementation:
41 base::Timer base_timer_;
144 MockableTime::Timer::~Timer() {}
145 MockableTime::Timer::Timer() {}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontLoader.h 10 #include "platform/Timer.h"
39 void beginLoadTimerFired(Timer<FontLoader>*);
42 Timer<FontLoader> m_beginLoadingTimer;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MainThreadTaskRunner.h 30 #include "platform/Timer.h"
63 void pendingTasksTimerFired(Timer<MainThreadTaskRunner>*);
67 Timer<MainThreadTaskRunner> m_pendingTasksTimer;
CSSSelectorWatch.h 36 #include "platform/Timer.h"
62 void callbackSelectorChangeTimerFired(Timer<CSSSelectorWatch>*);
77 Timer<CSSSelectorWatch> m_callbackSelectorChangeTimer;
79 // When an element is reparented, the new location's style is evaluated after the expriation of the relayout timer.
ScriptRunner.h 30 #include "platform/Timer.h"
68 void timerFired(Timer<ScriptRunner>*);
78 Timer<ScriptRunner> m_timer;
  /external/chromium_org/third_party/WebKit/Source/core/events/
GenericEventQueue.h 31 #include "platform/Timer.h"
55 void timerFired(Timer<GenericEventQueue>*);
59 Timer<GenericEventQueue> m_timer;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
SearchInputType.h 35 #include "platform/Timer.h"
61 void searchEventTimerFired(Timer<SearchInputType>*);
66 Timer<SearchInputType> m_searchEventTimer;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.h 49 void animationTimerFired(Timer<RenderProgress>*);
57 Timer<RenderProgress> m_animationTimer;
ImageQualityController.h 71 void highQualityRepaintTimerFired(Timer<ImageQualityController>*);
75 Timer<ImageQualityController> m_timer;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.h 29 #include "platform/Timer.h"
81 void initialScrollbarPaintTimerFired(Timer<ScrollAnimatorMac>*);
82 Timer<ScrollAnimatorMac> m_initialScrollbarPaintTimer;
84 void sendContentAreaScrolledTimerFired(Timer<ScrollAnimatorMac>*);
85 Timer<ScrollAnimatorMac> m_sendContentAreaScrolledTimer;
148 void snapRubberBandTimerFired(Timer<ScrollAnimatorMac>*);
151 Timer<ScrollAnimatorMac> m_snapRubberBandTimer;
  /art/test/059-finalizer-throw/src/
Main.java 17 import java.util.Timer;
38 new Timer(true).schedule(new TimerTask() {
  /external/chromium_org/base/timer/
mock_timer.cc 5 #include "base/timer/mock_timer.h"
10 : Timer(retain_user_task, is_repeating),
18 : Timer(true, is_repeating),
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.h 72 void loadTimerFired(Timer<HTMLTrackElement>*);
80 Timer<HTMLTrackElement> m_loadTimer;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportTreeRoot.h 9 #include "platform/Timer.h"
38 void recalcTimerFired(Timer<HTMLImportTreeRoot>*);
41 Timer<HTMLImportTreeRoot> m_recalcTimer;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
LoadableTextTrack.h 71 void loadTimerFired(Timer<LoadableTextTrack>*);
74 Timer<LoadableTextTrack> m_loadTimer;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 34 #include "platform/Timer.h"
96 void timerFired(Timer<NavigationScheduler>*);
102 Timer<NavigationScheduler> m_timer;
PingLoader.h 37 #include "platform/Timer.h"
84 void timeout(Timer<PingLoader>*);
87 Timer<PingLoader> m_timeout;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeoNotifier.h 10 #include "platform/Timer.h"
31 // Starts the timer with an interval of 0.
36 // Tells the notifier to use a cached position and starts its timer with
49 void timerFired(Timer<GeoNotifier>*);
58 Timer<GeoNotifier> m_timer;
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 11 #include "platform/Timer.h"
62 void dispatchEventTimerFired(Timer<ScreenOrientationController>*);
68 Timer<ScreenOrientationController> m_dispatchEventTimer;

Completed in 568 milliseconds

12 3 4 5 6 7 8 91011>>