/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | TimerTest.java | 21 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 …]
|
D | TimerTaskTest.java | 20 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/ |
D | Timer.h | 23 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/ |
D | timer.cc | 24 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 …]
|
D | timer.h | 69 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/ |
D | i4b.c | 82 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 …]
|
D | throughput.c | 59 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 …]
|
D | tty.c | 89 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/ |
D | Timer.cpp | 103 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/ |
D | NavigatorVibration.h | 44 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/ |
D | LinkLoader.h | 68 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/ |
D | MediaController.h | 117 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/ |
D | ScrollAnimatorMac.h | 81 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/ |
D | GeolocationClientMock.h | 73 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/ |
D | media.js | 36 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/ |
D | MediaKeySession.h | 82 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/ |
D | AnimationControllerPrivate.h | 70 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/ |
D | DocumentTimeline.h | 94 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/ |
D | RenderNamedFlowThread.h | 106 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/ |
D | timer.py | 8 class Timer(object): class 29 self_and_other = Timer() 54 timer = Timer()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 214 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/ |
D | V8GCForContextDispose.h | 48 void pseudoIdleTimerFired(Timer<V8GCForContextDispose>*); 50 Timer<V8GCForContextDispose> m_pseudoIdleTimer;
|
/external/stlport/test/unit/cppunit/ |
D | test_main.cpp | 57 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/ |
D | manager.js | 10 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/ |
D | wiring.c | 198 #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()
|