HomeSort by relevance Sort by last modified time
    Searched refs:timer (Results 26 - 50 of 960) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/domain_reliability/
util_unittest.cc 46 scoped_ptr<MockTime::Timer> timer(time_.CreateTimer());
53 scoped_ptr<MockTime::Timer> timer(time_.CreateTimer());
54 EXPECT_FALSE(timer->IsRunning());
55 timer->Start(FROM_HERE, delta, callback.callback());
56 EXPECT_TRUE(timer->IsRunning());
57 timer->Stop();
58 EXPECT_FALSE(timer->IsRunning());
65 scoped_ptr<MockTime::Timer> timer(time_.CreateTimer())
    [all...]
  /external/qemu/android/
looper.h 53 * - timer expiration
92 void (*timer_init)(Looper* looper, LoopTimer* timer, LoopTimerFunc callback, void* opaque);
126 * Each timer belongs to only one looper object.
129 loopTimer_init(LoopTimer* timer,
134 looper->timer_init(looper, timer, callback, opaque);
139 loopTimer_done(LoopTimer* timer)
141 timer->clazz->done(timer->impl);
142 timer->clazz = NULL;
143 timer->impl = NULL
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 20 function performanceTest(timer)
28 var fullTimerCookie = timer.start("full-summary-snapshot-time");
31 var backendTimerCookie = timer.start("take-snapshot");
36 timer.finish(backendTimerCookie);
37 transferTimerCookie = timer.start("transfer-snapshot");
47 timer.finish(transferTimerCookie);
48 showTimerCookie = timer.start("show-snapshot");
53 timer.finish(showTimerCookie);
54 changeViewTimerCookie = timer.start("switch-to-containment-view");
60 timer.finish(changeViewTimerCookie)
    [all...]
  /external/eigen/bench/spbench/
sp_solver.cpp 27 BenchTimer timer,totaltime; local
39 timer.start();
53 timer.stop();
71 cout<< "Time to load the matrix " << timer.value() <<endl;
91 timer.reset();
92 timer.start();
102 timer.stop();
103 float time_comp = timer.value();
106 timer.reset();
107 timer.start()
    [all...]
test_sparseLU.cpp 38 BenchTimer timer; local
71 timer.start();
74 timer.stop();
75 cout << "Time to analyze " << timer.value() << std::endl;
76 timer.reset();
77 timer.start();
79 timer.stop();
80 cout << "Factorize Time " << timer.value() << std::endl;
81 timer.reset();
82 timer.start();
    [all...]
  /external/eigen/bench/
sparse_dense_product.cpp 29 timer.reset(); \
31 timer.start(); \
34 } timer.stop(); }
62 BenchTimer timer; local
75 timer.reset();
76 timer.start();
79 timer.stop();
80 std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " << endl;
82 timer.reset()
    [all...]
sparse_product.cpp 31 timer.reset(); \
33 timer.start(); \
36 } timer.stop(); }
106 BenchTimer timer; local
123 timer.reset();
124 timer.start();
127 timer.stop();
128 std::cout << " a * b:\t" << timer.value() << endl;
130 timer.reset();
131 timer.start()
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_IDLETIMER.h 27 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /development/ndk/platforms/android-3/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_IDLETIMER.h 32 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.h 64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 4 * Header file for Xtables timer target module.
50 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_IDLETIMER.h 4 * Header file for Xtables timer target module.
42 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
  /external/openssl/crypto/
o_time.h 64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
  /external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c 171 struct itimerval timer; local
173 timer.it_value.tv_sec = (SDL_alarm_interval/1000);
174 timer.it_value.tv_usec = (SDL_alarm_interval%1000)*1000;
175 timer.it_interval.tv_sec = (SDL_alarm_interval/1000);
176 timer.it_interval.tv_usec = (SDL_alarm_interval%1000)*1000;
177 setitimer(ITIMER_REAL, &timer, NULL);
183 struct itimerval timer; local
185 SDL_memset(&timer, 0, (sizeof timer));
186 setitimer(ITIMER_REAL, &timer, NULL)
195 static SDL_Thread *timer = NULL; variable
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>

Completed in 556 milliseconds

12 3 4 5 6 7 8 91011>>