HomeSort by relevance Sort by last modified time
    Searched refs:TIMER (Results 1 - 13 of 13) sorted by null

  /external/eigen/bench/
BenchTimer.h 41 /** Elapsed time timer keeping the best try.
93 inline double value(int TIMER = CPU_TIMER) const
95 return m_times[TIMER];
100 inline double best(int TIMER = CPU_TIMER) const
102 return m_bests[TIMER];
107 inline double worst(int TIMER = CPU_TIMER) const
109 return m_worsts[TIMER];
114 inline double total(int TIMER = CPU_TIMER) const
116 return m_totals[TIMER];
163 #define BENCH(TIMER,TRIES,REP,CODE) {
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 39 //#define TIMER (1)
43 #ifdef TIMER
113 #ifdef TIMER
145 #ifdef TIMER
  /external/libavc/test/encoder/
app.h 143 typedef LARGE_INTEGER TIMER;
146 typedef struct timeval TIMER;
153 #define GETTIME(timer) QueryPerformanceCounter(timer);
156 #define GETTIME(timer) gettimeofday(timer,NULL);
163 TIMER s_temp_time; \
175 #define GETTIME(timer)
317 TIMER enc_start_time;
318 TIMER enc_last_time
    [all...]
main.c     [all...]
  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 39 //#define TIMER (1)
112 #ifdef TIMER
144 #ifdef TIMER
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java 22 import java.util.Timer;
44 private static Timer TIMER = new Timer();
47 private final Timer mTimer;
80 this(name, callback, handler, minTimeout, maxTimeout, Clock.INSTANCE, TIMER);
86 int maxTimeout, Clock clock, Timer timer) {
93 mTimer = timer;
148 * Timer task called on timeout
    [all...]
  /external/libavc/test/decoder/
main.c 89 typedef LARGE_INTEGER TIMER;
92 typedef struct timeval TIMER;
96 typedef WORD32 TIMER;
101 #define GETTIME(timer) QueryPerformanceCounter(timer);
104 #define GETTIME(timer) gettimeofday(timer,NULL);
111 TIMER s_temp_time; \
123 #define GETTIME(timer)
    [all...]
  /external/libhevc/test/decoder/
main.c 88 typedef LARGE_INTEGER TIMER;
91 typedef struct timeval TIMER;
95 typedef WORD32 TIMER;
100 #define GETTIME(timer) QueryPerformanceCounter(timer);
103 #define GETTIME(timer) gettimeofday(timer,NULL);
110 TIMER s_temp_time; \
122 #define GETTIME(timer)
    [all...]
  /external/libmpeg2/test/decoder/
main.c 88 typedef LARGE_INTEGER TIMER;
90 typedef struct timeval TIMER;
93 typedef WORD32 TIMER;
98 #define GETTIME(timer) QueryPerformanceCounter(timer);
100 #define GETTIME(timer) gettimeofday(timer,NULL);
106 TIMER s_temp_time; \
116 #define GETTIME(timer)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 207 gbRunInterval = null; //GameBoyCore Timer
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 417 milliseconds