Searched refs:Timer (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DTimer.java35 * <code>Timer</code> is the base class for a high resolution timer. It is
39 * @version $Id: Timer.java,v 1.18 2007/03/09 10:19:34 rherlitz Exp $
41 public abstract class Timer { class
/external/webkit/Source/WebCore/bindings/js/
H A DGCController.h29 #include "Timer.h"
45 void gcTimerFired(Timer<GCController>*);
47 Timer<GCController> m_GCTimer;
/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCForContextDispose.h34 #include "Timer.h"
48 void pseudoIdleTimerFired(Timer<V8GCForContextDispose>*);
50 Timer<V8GCForContextDispose> m_pseudoIdleTimer;
/external/llvm/include/llvm/Support/
H A DTimer.h1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
10 // This file defines three classes: Timer, TimeRegion, and TimerGroup,
27 class Timer;
76 /// Timer - This class is used to track the amount of time spent between
79 /// By default, the Timer will print the amount of time it has captured to
84 class Timer { class in namespace:llvm
88 TimerGroup *TG; // The TimerGroup this Timer is in.
90 Timer **Prev, *Next; // Doubly linked list of timers in the group.
92 explicit Timer(StringRef N) : TG(0) { init(N); } function in class:llvm::Timer
93 Timer(StringRe function in class:llvm::Timer
94 Timer(const Timer &RHS) : TG(0) { function in class:llvm::Timer
104 explicit Timer() : TG(0) {} function in class:llvm::Timer
[all...]
/external/webkit/Source/WebCore/html/
H A DValidationMessage.h34 #include "Timer.h"
56 void setMessageDOMAndStartTimer(Timer<ValidationMessage>* = 0);
57 void buildBubbleTree(Timer<ValidationMessage>*);
58 void deleteBubbleTree(Timer<ValidationMessage>* = 0);
62 OwnPtr<Timer<ValidationMessage> > m_timer;
H A DHTMLSourceElement.h32 #include "Timer.h"
56 void errorEventTimerFired(Timer<HTMLSourceElement>*);
58 Timer<HTMLSourceElement> m_errorEventTimer;
H A DMediaDocument.h53 void replaceMediaElementTimerFired(Timer<MediaDocument>*);
55 Timer<MediaDocument> m_replaceMediaElementTimer;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTimerTaskTest.java20 import java.util.Timer;
28 * Timer is not cancelled.
77 Timer t = null;
85 t = new Timer();
92 t = new Timer();
111 t = new Timer();
121 t = new Timer();
136 t = new Timer();
148 t = new Timer();
172 Timer
[all...]
H A DTimerTest.java21 import java.util.Timer;
33 * Timer is not cancelled.
48 Timer timer = null;
53 public TimerTestTask(Timer t) {
94 * @tests java.util.Timer#Timer(boolean)
97 Timer t = null;
100 t = new Timer(true);
120 * @tests java.util.Timer#Timer()
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DWebMemorySampler.h55 #include <WebCore/Timer.h>
89 void sampleTimerFired(WebCore::Timer<WebMemorySampler>*);
90 void stopTimerFired(WebCore::Timer<WebMemorySampler>*);
101 WebCore::Timer<WebMemorySampler> m_sampleTimer;
102 WebCore::Timer<WebMemorySampler> m_stopTimer;
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidTimer.java35 import com.jme3.system.Timer;
38 * <code>AndroidTimer</code> is a System.nanoTime implementation of <code>Timer</code>.
40 public class AndroidTimer extends Timer {
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.h30 #include "Timer.h"
52 void timerFired(Timer<DeviceMotionController>*);
59 Timer<DeviceMotionController> m_timer;
H A DDeviceOrientationController.h30 #include "Timer.h"
54 void timerFired(Timer<DeviceOrientationController>*);
62 Timer<DeviceOrientationController> m_timer;
/external/webkit/Source/WebCore/page/
H A DPluginHalter.h30 #include "Timer.h"
49 void timerFired(Timer<PluginHalter>*);
53 Timer<PluginHalter> m_timer;
/external/webkit/Source/WebCore/platform/
H A DScrollAnimatorWin.h37 #include "Timer.h"
58 Timer<ScrollAnimatorWin> m_animationTimer;
64 void animationTimerFired(Timer<ScrollAnimatorWin>*);
/external/webkit/Source/WebCore/platform/android/
H A DPackageNotifier.h32 #include "Timer.h"
56 void timerFired(Timer<PackageNotifier>*);
62 Timer<PackageNotifier> m_timer;
/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.h31 #include "Timer.h"
57 void timerFired(Timer<DeviceOrientationClientMock>*);
61 Timer<DeviceOrientationClientMock> m_timer;
H A DGeolocationClientMock.h38 #include "Timer.h"
75 void controllerTimerFired(Timer<GeolocationClientMock>*);
78 void permissionTimerFired(Timer<GeolocationClientMock>*);
83 Timer<GeolocationClientMock> m_controllerTimer;
84 Timer<GeolocationClientMock> m_permissionTimer;
/external/webkit/Source/WebCore/storage/wince/
H A DLocalStorageThreadWinCE.h50 void timerFired(Timer<LocalStorageThread>*);
53 Timer<LocalStorageThread> m_timer;
/external/webkit/Source/WebCore/wml/
H A DWMLTimerElement.h25 #include "Timer.h"
42 void timerFired(Timer<WMLTimerElement>*);
53 Timer<WMLTimerElement> m_timer;
/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.h35 #include "Timer.h"
51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); }
61 WebCore::Timer<DragScrollTimer> m_timer;
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.h35 #include "Timer.h"
70 void taskTimerFired(Timer<IDBTransactionBackendImpl>*);
71 void taskEventTimerFired(Timer<IDBTransactionBackendImpl>*);
87 Timer<IDBTransactionBackendImpl> m_taskTimer;
88 Timer<IDBTransactionBackendImpl> m_taskEventTimer;
/external/libppp/src/
H A Dthroughput.c59 memset(&t->Timer, '\0', sizeof t->Timer);
60 t->Timer.name = "throughput";
167 timer_Stop(&t->Timer);
192 timer_Start(&t->Timer);
199 timer_Stop(&t->Timer);
215 timer_Stop(&t->Timer);
218 t->Timer.load = SECTICKS;
219 t->Timer.func = throughput_sampler;
220 t->Timer
[all...]
H A Di4b.c82 struct pppTimer Timer; /* CD checks */ member in struct:i4bdevice
106 timer_Stop(&dev->Timer);
107 dev->Timer.load = SECTICKS; /* Once a second please */
108 timer_Start(&dev->Timer);
116 timer_Stop(&dev->Timer);
130 timer_Stop(&dev->Timer);
148 timer_Stop(&dev->Timer);
161 timer_Stop(&dev->Timer);
162 dev->Timer.load = SECTICKS;
163 dev->Timer
[all...]
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DRecordReaper.java7 import java.util.Timer;
38 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
41 public void start(Timer timer) {

Completed in 510 milliseconds

1234567891011