Home
last modified time | relevance | path

Searched refs:Timer (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DTimerTest.java21 import java.util.Timer;
48 Timer timer = null;
53 public TimerTestTask(Timer t) { in TimerTestTask()
97 Timer t = null; in test_ConstructorZ()
100 t = new Timer(true); in test_ConstructorZ()
123 Timer t = null; in test_Constructor()
126 t = new Timer(); in test_Constructor()
149 Timer t = null; in test_ConstructorSZ()
152 t = new Timer("test_ConstructorSZThread", true); in test_ConstructorSZ()
173 Timer t = null; in test_ConstructorS()
[all …]
DTimerTaskTest.java20 import java.util.Timer;
77 Timer t = null; in test_cancel()
85 t = new Timer(); in test_cancel()
92 t = new Timer(); in test_cancel()
111 t = new Timer(); in test_cancel()
121 t = new Timer(); in test_cancel()
136 t = new Timer(); in test_cancel()
148 t = new Timer(); in test_cancel()
172 Timer t = null; in test_scheduledExecutionTime()
175 t = new Timer(); in test_scheduledExecutionTime()
[all …]
/external/llvm/include/llvm/Support/
DTimer.h23 class Timer; variable
80 class Timer {
86 Timer **Prev, *Next; // Doubly linked list of timers in the group.
88 explicit Timer(StringRef N) : TG(0) { init(N); } in Timer() function
89 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); } in Timer() function
90 Timer(const Timer &RHS) : TG(0) { in Timer() function
93 const Timer &operator=(const Timer &T) {
97 ~Timer();
100 explicit Timer() : TG(0) {} in Timer() function
128 Timer *T;
[all …]
/external/chromium_org/base/timer/
Dtimer.cc24 explicit BaseTimerTaskInternal(Timer* timer) in BaseTimerTaskInternal()
47 Timer* timer = timer_; in Run()
59 Timer* timer_;
62 Timer::Timer(bool retain_user_task, bool is_repeating) in Timer() function in base::Timer
70 Timer::Timer(const tracked_objects::Location& posted_from, in Timer() function in base::Timer
84 Timer::~Timer() { in ~Timer()
88 void Timer::Start(const tracked_objects::Location& posted_from, in Start()
95 void Timer::Stop() { in Stop()
101 void Timer::Reset() { in Reset()
128 void Timer::SetTaskInfo(const tracked_objects::Location& posted_from, in SetTaskInfo()
[all …]
Dtimer.h69 class BASE_EXPORT Timer {
74 Timer(bool retain_user_task, bool is_repeating);
77 Timer(const tracked_objects::Location& posted_from,
82 virtual ~Timer();
177 DISALLOW_COPY_AND_ASSIGN(Timer);
184 class BaseTimerMethodPointer : public Timer {
193 using Timer::Start;
195 BaseTimerMethodPointer() : Timer(kIsRepeating, kIsRepeating) {} in BaseTimerMethodPointer()
204 Timer::Start(posted_from, delay, in Start()
231 class DelayTimer : protected Timer {
[all …]
/external/libppp/src/
Di4b.c82 struct pppTimer Timer; /* CD checks */ member
106 timer_Stop(&dev->Timer); in i4b_Timeout()
107 dev->Timer.load = SECTICKS; /* Once a second please */ in i4b_Timeout()
108 timer_Start(&dev->Timer); in i4b_Timeout()
116 timer_Stop(&dev->Timer); in i4b_Timeout()
130 timer_Stop(&dev->Timer); in i4b_Timeout()
148 timer_Stop(&dev->Timer); in i4b_Timeout()
161 timer_Stop(&dev->Timer); in i4b_StartTimer()
162 dev->Timer.load = SECTICKS; in i4b_StartTimer()
163 dev->Timer.func = i4b_Timeout; in i4b_StartTimer()
[all …]
Dthroughput.c59 memset(&t->Timer, '\0', sizeof t->Timer); in throughput_init()
60 t->Timer.name = "throughput"; in throughput_init()
167 timer_Stop(&t->Timer); in throughput_sampler()
192 timer_Start(&t->Timer); in throughput_sampler()
199 timer_Stop(&t->Timer); in throughput_start()
215 timer_Stop(&t->Timer); in throughput_restart()
218 t->Timer.load = SECTICKS; in throughput_restart()
219 t->Timer.func = throughput_sampler; in throughput_restart()
220 t->Timer.name = name; in throughput_restart()
221 t->Timer.arg = t; in throughput_restart()
[all …]
Dtty.c89 struct pppTimer Timer; /* CD checks */ member
123 timer_Stop(&dev->Timer); in tty_Timeout()
124 dev->Timer.load = SECTICKS; /* Once a second please */ in tty_Timeout()
125 timer_Start(&dev->Timer); in tty_Timeout()
134 timer_Stop(&dev->Timer); in tty_Timeout()
154 timer_Stop(&dev->Timer); in tty_Timeout()
172 timer_Stop(&dev->Timer); in tty_Timeout()
185 timer_Stop(&dev->Timer); in tty_StartTimer()
186 dev->Timer.load = SECTICKS; in tty_StartTimer()
187 dev->Timer.func = tty_Timeout; in tty_StartTimer()
[all …]
/external/llvm/lib/Support/
DTimer.cpp103 void Timer::init(StringRef N) { in init()
111 void Timer::init(StringRef N, TimerGroup &tg) { in init()
119 Timer::~Timer() { in ~Timer()
147 static ManagedStatic<std::vector<Timer*> > ActiveTimers;
149 void Timer::startTimer() { in startTimer()
155 void Timer::stopTimer() { in stopTimer()
161 std::vector<Timer*>::iterator I = in stopTimer()
197 typedef StringMap<Timer> Name2TimerMap;
208 Timer &get(StringRef Name, StringRef GroupName) { in get()
216 Timer &T = GroupEntry.second[Name]; in get()
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/vibration/
DNavigatorVibration.h44 void timerStartFired(Timer<NavigatorVibration>*);
45 void timerStopFired(Timer<NavigatorVibration>*);
63 Timer<NavigatorVibration> m_timerStart;
64 Timer<NavigatorVibration> m_timerStop;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DLinkLoader.h68 void linkLoadTimerFired(Timer<LinkLoader>*);
69 void linkLoadingErrorTimerFired(Timer<LinkLoader>*);
73 Timer<LinkLoader> m_linkLoadTimer;
74 Timer<LinkLoader> m_linkLoadingErrorTimer;
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.h117 void asyncEventTimerFired(Timer<MediaController>*);
118 void clearPositionTimerFired(Timer<MediaController>*);
121 void timeupdateTimerFired(Timer<MediaController>*);
139 Timer<MediaController> m_asyncEventTimer;
140 mutable Timer<MediaController> m_clearPositionTimer;
145 Timer<MediaController> m_timeupdateTimer;
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.h81 void initialScrollbarPaintTimerFired(Timer<ScrollAnimatorMac>*);
82 Timer<ScrollAnimatorMac> m_initialScrollbarPaintTimer;
84 void sendContentAreaScrolledTimerFired(Timer<ScrollAnimatorMac>*);
85 Timer<ScrollAnimatorMac> m_sendContentAreaScrolledTimer;
149 void snapRubberBandTimerFired(Timer<ScrollAnimatorMac>*);
152 Timer<ScrollAnimatorMac> m_snapRubberBandTimer;
/external/chromium_org/third_party/WebKit/Source/core/platform/mock/
DGeolocationClientMock.h73 void controllerTimerFired(Timer<GeolocationClientMock>*);
76 void permissionTimerFired(Timer<GeolocationClientMock>*);
84 Timer<GeolocationClientMock> m_controllerTimer;
85 Timer<GeolocationClientMock> m_permissionTimer;
/external/chromium_org/tools/perf/metrics/
Dmedia.js36 metric.playbackTimer = new Timer();
75 this.playbackTimer = new Timer();
87 this.seekTimer = new Timer();
92 var loopTimer = new Timer();
147 function Timer() { class
152 Timer.prototype = { class
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeySession.h82 void keyRequestTimerFired(Timer<MediaKeySession>*);
83 void addKeyTimerFired(Timer<MediaKeySession>*);
103 Timer<MediaKeySession> m_keyRequestTimer;
106 Timer<MediaKeySession> m_addKeyTimer;
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DAnimationControllerPrivate.h70 void updateStyleIfNeededDispatcherFired(Timer<AnimationControllerPrivate>*);
104 void animationTimerFired(Timer<AnimationControllerPrivate>*);
115 Timer<AnimationControllerPrivate> m_animationTimer;
116 Timer<AnimationControllerPrivate> m_updateStyleIfNeededDispatcher;
/external/chromium_org/third_party/WebKit/Source/core/animation/
DDocumentTimeline.h94 Timer<DocumentTimeline> m_eventDistpachTimer;
97 void eventDispatchTimerFired(Timer<DocumentTimeline>*);
128 void timerFired(Timer<DocumentTimelineTiming>*) { m_timeline->wake(); } in timerFired()
132 Timer<DocumentTimelineTiming> m_timer;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderNamedFlowThread.h106 void regionLayoutUpdateEventTimerFired(Timer<RenderNamedFlowThread>*);
107 void regionOversetChangeEventTimerFired(Timer<RenderNamedFlowThread>*);
135 Timer<RenderNamedFlowThread> m_regionLayoutUpdateEventTimer;
136 Timer<RenderNamedFlowThread> m_regionOversetChangeEventTimer;
/external/chromium_org/chrome/common/extensions/docs/server2/
Dtimer.py8 class Timer(object): class
29 self_and_other = Timer()
54 timer = Timer()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h214 void hoverTimerFired(Timer<EventHandler>*);
215 void cursorUpdateTimerFired(Timer<EventHandler>*);
216 void activeIntervalTimerFired(Timer<EventHandler>*);
221 void fakeMouseMoveEventTimerFired(Timer<EventHandler>*);
314 Timer<EventHandler> m_hoverTimer;
315 Timer<EventHandler> m_cursorUpdateTimer;
320 Timer<EventHandler> m_fakeMouseMoveEventTimer;
381 Timer<EventHandler> m_activeIntervalTimer;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8GCForContextDispose.h48 void pseudoIdleTimerFired(Timer<V8GCForContextDispose>*);
50 Timer<V8GCForContextDispose> m_pseudoIdleTimer;
/external/stlport/test/unit/cppunit/
Dtest_main.cpp57 name, Timer::supported() ? " [-m]": ""); in usage()
61 if (Timer::supported()) in usage()
96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) { in main()
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
Dmanager.js10 function Timer() { class
103 var timer = new Timer();
118 var timer = new Timer();
138 var timer = new Timer();
240 var timer = new Timer();
/external/arduino/hardware/arduino/cores/arduino/
Dwiring.c198 #error Timer 0 prescale factor 64 not set correctly in init()
207 #error Timer 0 overflow interrupt not set correctly in init()
238 #warning Timer 2 not finished (may not be present on this CPU) in init()
247 #warning Timer 2 not finished (may not be present on this CPU) in init()

12345678910>>...12