HomeSort by relevance Sort by last modified time
    Searched defs:Timer (Results 1 - 25 of 25) sorted by null

  /frameworks/ex/variablespeed/jni/
profile_timer.h 26 class Timer {
28 Timer() : startTime_(clock()) {
31 virtual ~Timer() {
37 LOGD("Timer(%s): %d ms", message,
49 DISALLOW_COPY_AND_ASSIGN(Timer);
  /frameworks/base/core/java/android/net/http/
Timer.java 25 class Timer {
30 public Timer() {
  /external/stlport/test/unit/cppunit/
cppunit_timer.h 24 class Timer {
26 Timer() {
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_timer.h 24 class Timer {
26 Timer() {
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_timer.h 24 class Timer {
26 Timer() {
  /external/webkit/Source/WebCore/platform/
Timer.h 92 template <typename TimerFiredClass> class Timer : public TimerBase {
94 typedef void (TimerFiredClass::*TimerFiredFunction)(Timer*);
96 Timer(TimerFiredClass* o, TimerFiredFunction f)
  /external/llvm/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
10 // This file defines three classes: Timer, TimeRegion, and TimerGroup,
27 class Timer;
71 /// print - Print the current timer to standard error, and reset the "Started"
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
80 /// standard error when the laster timer is destroyed, otherwise it is printed
84 class Timer {
88 TimerGroup *TG; // The TimerGroup this Timer is in.
90 Timer **Prev, *Next; // Doubly linked list of timers in the group
    [all...]
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 112 class Timer : public TimerBase {
116 Timer(RunLoop* runLoop, TimerFiredClass* o, TimerFiredFunction f)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimerTest.java 21 import java.util.Timer;
33 * Timer is not cancelled.
44 // Should we terminate the timer at a specific timerCounter?
47 // The timer we belong to
48 Timer timer = null; field in class:TimerTest.TimerTestTask
53 public TimerTestTask(Timer t) {
54 timer = t;
63 if (terminateCount == timerCounter && timer != null)
64 timer.cancel()
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
52 cl::desc("File to append -stats and -timer output to"),
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() {
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java 22 import java.util.Timer;
34 * Timer is not cancelled.
45 // Should we terminate the timer at a specific timerCounter?
48 // The timer we belong to
49 Timer timer = null; field in class:TimerTest.TimerTestTask
54 public TimerTestTask(Timer t) {
55 timer = t;
64 if (terminateCount == timerCounter && timer != null)
65 timer.cancel()
    [all...]
  /libcore/luni/src/main/java/java/util/
Timer.java 25 * <p>Each timer has one thread on which tasks are executed sequentially. When
40 * (one launched immediately after another) if delays prevent the timer
44 * <p>When a timer is no longer needed, users should call {@link #cancel}, which
45 * releases the timer's thread and other resources. Timers not explicitly
49 * scheduling. Multiple threads can share a single timer without
52 public class Timer {
167 * True if the method cancel() of the Timer was called or the !!!stop()
173 * True if the Timer has become garbage
184 * Starts a new timer.
196 * This method will be launched on separate thread for each Timer
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 133 evTimerID timer; member in struct:evStream
135 #define EV_STR_TIMEROK 0x0001 /* IFF timer valid. */
172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
177 struct { evTimer *this; } timer; member in union:evEvent_p::__anon552
  /external/grub/netboot/
rtl8139.c 67 #include "timer.h"
95 Timer=0x48, /* general-purpose counter. */
  /frameworks/base/core/java/android/os/
BatteryStats.java 44 * A constant indicating a partial wake lock timer.
49 * A constant indicating a full wake lock timer.
54 * A constant indicating a window wake lock timer.
59 * A constant indicating a sensor timer.
64 * A constant indicating a a wifi running timer
69 * A constant indicating a full wifi lock timer
74 * A constant indicating a scan wifi lock timer
79 * A constant indicating a wifi multicast timer
84 * A constant indicating an audio turn on timer
89 * A constant indicating a video turn on timer
1380 Timer timer = se.getSensorTime(); local
1826 Timer timer = se.getSensorTime(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 149 // A set of pools of currently active timers. When a timer is queried, we will divide the
150 // elapsed time by the number of active timers to arrive at that timer's share of the time.
151 // In order to do this, we must refresh each timer whenever the number of active timers
480 public static abstract class Timer extends BatteryStats.Timer implements Unpluggable {
525 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) {
540 Timer(int type, ArrayList<Unpluggable> unpluggables) {
551 * Clear state of this timer. Returns true if the timer is inactive
605 * Writes a possibly null Timer to a Parcel
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 593 milliseconds