Searched defs:Timer (Results 1 - 13 of 13) sorted by relevance

/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/stlport/test/unit/cppunit/
H A Dcppunit_timer.h24 class Timer { class
26 Timer() { function in class:Timer
/external/libppp/src/
H A Dthroughput.h51 struct pppTimer Timer; member in struct:pppThroughput
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...]
H A Dtty.c89 struct pppTimer Timer; /* CD checks */ member in struct:ttydevice
123 timer_Stop(&dev->Timer);
124 dev->Timer.load = SECTICKS; /* Once a second please */
125 timer_Start(&dev->Timer);
134 timer_Stop(&dev->Timer);
154 timer_Stop(&dev->Timer);
172 timer_Stop(&dev->Timer);
185 timer_Stop(&dev->Timer);
186 dev->Timer.load = SECTICKS;
187 dev->Timer
[all...]
/external/webkit/Source/WebCore/platform/
H A DTimer.h92 template <typename TimerFiredClass> class Timer : public TimerBase { class in namespace:WebCore
94 typedef void (TimerFiredClass::*TimerFiredFunction)(Timer*);
96 Timer(TimerFiredClass* o, TimerFiredFunction f) function in class:WebCore::Timer
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h112 class Timer : public TimerBase { class in class:RunLoop
116 Timer(RunLoop* runLoop, TimerFiredClass* o, TimerFiredFunction f) function in class:RunLoop::Timer
/external/llvm/include/llvm/Support/
H A DTimer.h1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
23 class Timer;
72 /// Timer - This class is used to track the amount of time spent between
75 /// By default, the Timer will print the amount of time it has captured to
80 class Timer { class in namespace:llvm
84 TimerGroup *TG; // The TimerGroup this Timer is in.
86 Timer **Prev, *Next; // Doubly linked list of timers in the group.
88 explicit Timer(StringRef N) : TG(0) { init(N); } function in class:llvm::Timer
89 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); } function in class:llvm::Timer
90 Timer(cons function in class:llvm::Timer
100 explicit Timer() : TG(0) {} function in class:llvm::Timer
[all...]
/external/llvm/lib/Support/
H A DTimer.cpp1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
100 // Timer Implementation
103 void Timer::init(StringRef N) {
104 assert(TG == 0 && "Timer already initialized");
111 void Timer::init(StringRef N, TimerGroup &tg) {
112 assert(TG == 0 && "Timer already initialized");
119 Timer::~Timer() {
147 static ManagedStatic<std::vector<Timer*> > ActiveTimer
[all...]
/external/grub/netboot/
H A Drtl8139.c95 Timer=0x48, /* general-purpose counter. */ enumerator in enum:RTL8139_registers
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 629 milliseconds