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

  /external/eigen/bench/
BenchTimer.h 48 /** Elapsed time timer keeping the best try.
100 inline double value(int TIMER = CPU_TIMER) const
102 return m_times[TIMER];
107 inline double best(int TIMER = CPU_TIMER) const
109 return m_bests[TIMER];
114 inline double worst(int TIMER = CPU_TIMER) const
116 return m_worsts[TIMER];
121 inline double total(int TIMER = CPU_TIMER) const
123 return m_totals[TIMER];
170 #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 144 typedef LARGE_INTEGER TIMER;
147 typedef struct timeval TIMER;
154 #define GETTIME(timer) QueryPerformanceCounter(timer);
157 #define GETTIME(timer) gettimeofday(timer,NULL);
164 TIMER s_temp_time; \
176 #define GETTIME(timer)
319 TIMER enc_start_time;
320 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/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/python/cpython2/Lib/plat-irix5/
FL.py 282 TIMER = 62
flp.py 422 elif cl == FL.TIMER: return fm.add_timer
  /external/python/cpython2/Lib/plat-irix6/
FL.py 282 TIMER = 62
flp.py 421 elif cl == FL.TIMER: return fm.add_timer
  /external/libavc/test/decoder/
main.c 91 typedef LARGE_INTEGER TIMER;
94 typedef struct timeval TIMER;
98 typedef WORD32 TIMER;
103 #define GETTIME(timer) QueryPerformanceCounter(timer);
106 #define GETTIME(timer) gettimeofday(timer,NULL);
113 TIMER s_temp_time; \
125 #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...]
  /packages/services/Car/service/src/com/android/car/hal/
PowerHalService.java 56 public static final int BOOT_REASON_TIMER = VehicleApPowerBootupReason.TIMER;
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1046 milliseconds