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

/external/stlport/test/unit/cppunit/
H A Dcppunit_timer.h24 class Timer { class
26 Timer() { function in class:Timer
/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/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/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/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

Completed in 205 milliseconds