Searched refs:timer (Results 76 - 100 of 207) sorted by relevance

123456789

/external/bison/lib/
H A Dtimevar.c154 timer. */
241 timevar_accumulate (timer, start, stop)
242 struct timevar_time_def *timer;
246 timer->user += stop->user - start->user;
247 timer->sys += stop->sys - start->sys;
248 timer->wall += stop->wall - start->wall;
281 TIMEVAR cannot be running as a standalone timer. */
297 /* Can't push a standalone timer. */
427 /* Is TIMEVAR currently running as a standalone timer? */
433 /* Or is TIMEVAR at the top of the timer stac
[all...]
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c129 nfa_sys_stop_timer (&nfa_hci_cb.timer);
134 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_timeout);
163 nfa_sys_stop_timer (&nfa_hci_cb.timer);
453 nfa_sys_stop_timer (&nfa_hci_cb.timer);
477 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, NFA_EE_DISCV_TIMEOUT_VAL);
483 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_timeout);
492 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_timeout);
516 nfa_sys_stop_timer (&nfa_hci_cb.timer);
582 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, NFA_HCI_CON_CREATE_TIMEOUT_VAL);
615 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EV
[all...]
/external/libvncserver/x11vnc/
H A Drates.c68 dtime0(&cd->timer);
242 double dt, timer; local
250 dtime0(&timer);
258 dt = dtime(&timer);
432 cd->timer = dnow();
439 dt1 = dtime(&cd->timer);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMapMaker.java113 Timer timer = new Timer() {
119 timer.schedule((int) expirationMillis);
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DResponder.java65 public void start(Timer timer) { argument
91 timer.schedule(this, delay);
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_main.c32 /* protocol timer update period, in milliseconds */
56 nfa_sys_ptim_init (&nfa_sys_cb.ptim_cb, NFA_SYS_TIMER_PERIOD, p_nfa_sys_cfg->timer);
103 ** Description Update the BTA timer list and handle expired timers.
206 /* DM (the final sub-system) is deregistering. Clear pending timer events in nfa_sys. */
207 nfa_sys_ptim_init (&nfa_sys_cb.ptim_cb, NFA_SYS_TIMER_PERIOD, p_nfa_sys_cfg->timer);
367 ** Description Start a protocol timer for the specified amount
382 ** Description Stop a BTA timer.
397 ** Description Disable sys timer event handling
/external/skia/samplecode/
H A DSamplePathEffects.cpp165 bool onAnimate(const SkAnimTimer& timer) override {
166 fPhase = timer.scaled(40);
/external/libcxxabi/test/
H A Dtest_demangle.pass.cpp10 #include "support/timer.hpp"
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc383 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
385 struct itimerval timer; local
386 timer.it_interval.tv_sec = 0;
387 timer.it_interval.tv_usec = 1;
388 timer.it_value = timer.it_interval;
389 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
398 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
400 struct itimerval timer; local
401 timer
[all...]
/external/gtest/test/
H A Dgtest-death-test_test.cc381 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
383 struct itimerval timer; local
384 timer.it_interval.tv_sec = 0;
385 timer.it_interval.tv_usec = 1;
386 timer.it_value = timer.it_interval;
387 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
396 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
398 struct itimerval timer; local
399 timer
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java44 private float timer; field in class:BombControl
138 timer+=tpf;
139 if(timer>maxTime){
/external/v8/tools/profviz/
H A Dprofviz.js195 (Date.now() - timer) / 1000 + "ms.\n\n");
229 timer = Date.now();
285 var timer; variable
/external/skia/dm/
H A DDM.cpp456 WallTimer timer; local
457 timer.start();
464 timer.end();
475 done(timer.fWall, task->sink.tag, task->src.tag, task->src.options,
519 timer.end();
520 done(timer.fWall, task->sink.tag, task->src.tag, task->src.options, name, note, log);
647 WallTimer timer; local
648 timer.start();
654 timer.end();
655 done(timer
[all...]
/external/srtp/test/
H A Dsrtp_driver.c465 clock_t timer; local
496 timer = clock();
512 timer = clock() - timer;
517 num_trials * CLOCKS_PER_SEC / timer;
526 clock_t timer; local
547 timer = clock();
552 timer = clock() - timer;
556 return (double) num_trials * CLOCKS_PER_SEC / timer;
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_main.c89 nfc_hal_cb.timer.p_cback = nfc_hal_main_timeout_cback;
127 nfc_hal_main_start_quick_timer (&nfc_hal_cb.timer, NFC_HAL_TTYPE_NFCC_ENABLE,
278 HAL_TRACE_DEBUG1 ("nfc_hal_main_timeout_cback: unhandled timer event (0x%04x)", p_tlent->event);
331 ** Description Start a timer for the specified amount of time.
344 /* if timer list is currently empty, start periodic GKI timer */
347 /* if timer starts on other than NCIT task (script wrapper) */
350 /* post event to start timer in NCIT task */
366 p_tle->ticks = timeout; /* Save the number of ticks for the timer */
375 ** Description Stop a timer
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java102 * Number of milliseconds between timer ticks (500).
126 // Global timer. Use this for all timer tasks.
128 private Timer timer; field in class:SIPTransactionStack
364 // / Timer to regularly ping the thread auditor (on behalf of the timer
376 // Check if we still have a timer (it may be null after shutdown)
378 // Register the timer task if we haven't done so
381 // to the next scheduled ping timer
385 // Let the thread auditor know that the timer task is alive
464 // Start the timer even
2397 setTimer(Timer timer) argument
[all...]
/external/vogar/src/vogar/commands/
H A DCommand.java44 private static final ScheduledExecutorService timer field in class:Command
342 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS);
358 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java85 protected Timer timer; field in class:OGLESContext
241 timer = new AndroidTimer();
279 timer = null;
351 return timer;
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNode.java37 timer = new NanoTimer();
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java250 if(timer.getTimeInSeconds()>=coreTime2){
251 coreTime2=timer.getTimeInSeconds()+10;
329 if (timer.getTimeInSeconds() >= coreTime){
332 coreTime = timer.getTimeInSeconds() + 20;
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h92 TIMER_LIST_ENT timer; /* timeout for update file */ member in struct:__anon8809
H A Dllcp_int.h78 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */ member in struct:__anon8813
84 TIMER_LIST_ENT inact_timer; /* inactivity timer */
173 TIMER_LIST_ENT timer; /* timer for connection complete */ member in struct:__anon8817
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_main.c131 nfc_stop_quick_timer (&llcp_cb.lcb.timer);
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestRenderToMemory.java103 t = timer.getTime();
112 long t2 = timer.getTime();
/external/skia/bench/
H A Dnanobench.cpp72 DEFINE_int32(overheadLoops, 100000, "Loops to estimate timer overhead.");
74 "Loop until timer overhead is at most this fraction of our measurments.");
177 WallTimer timer; local
178 timer.start();
185 timer.end();
186 return timer.fWall;
192 WallTimer timer; local
193 timer.start();
194 timer.end();
195 overhead += timer
[all...]

Completed in 1974 milliseconds

123456789