HomeSort by relevance Sort by last modified time
    Searched refs:TIMER (Results 1 - 12 of 12) 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/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 39 //#define TIMER (1)
112 #ifdef TIMER
144 #ifdef TIMER
  /hardware/invensense/65xx/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/chromium_org/net/disk_cache/blockfile/
stats.h 40 TIMER,
47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report.
backend_impl.cc 23 #include "base/timer/timer.h"
51 // Avoid trimming the cache for the first 5 minutes (10 timer ticks).
291 // Create a recurrent timer of 30 secs.
489 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120;
932 int64 use_time = stats_.GetCounter(Stats::TIMER);
1012 stats_.OnEvent(Stats::TIMER);
1013 int64 time = stats_.GetCounter(Stats::TIMER);
    [all...]
backend_impl_v3.cc 22 #include "base/timer/timer.h"
46 // Avoid trimming the cache for the first 5 minutes (10 timer ticks).
276 int64 use_time = stats_.GetCounter(Stats::TIMER);
324 stats_.OnEvent(Stats::TIMER);
325 int64 time = stats_.GetCounter(Stats::TIMER);
451 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120;
1103 // Create a recurrent timer of 30 secs.
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 88 #error TIMER 0 not defined
173 // on the ATmega168, timer 0 is also used for fast hardware pwm
174 // (using phase-correct PWM would mean that timer 0 overflowed half as often
181 // set timer 0 prescale factor to 64
198 #error Timer 0 prescale factor 64 not set correctly
201 // enable timer 0 overflow interrupt
207 #error Timer 0 overflow interrupt not set correctly
217 // set timer 1 prescale factor to 64
225 // put timer 1 in 8-bit phase correct pwm mode
232 // set timer 2 prescale factor to 6
    [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...]
  /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 

Completed in 370 milliseconds