Searched defs:timers (Results 1 - 7 of 7) sorted by relevance

/external/pixman/pixman/
H A Dpixman-timer.c32 static pixman_timer_t *timers; variable
39 for (timer = timers; timer != NULL; timer = timer->next)
62 timer->next = timers;
63 timers = timer;
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c57 static struct phOsalNfc_Timer timers[MAX_NO_TIMERS] = variable in typeref:struct:phOsalNfc_Timer
88 if(timers[timer_msg->TimerId].ptr != NULL)
90 phOsalNfc_FreeMemory(timers[timer_msg->TimerId].ptr);
91 timers[timer_msg->TimerId].ptr = NULL;
100 * This callback is called by Linux whenever one the timers expires. It
109 if((timerid < MAX_NO_TIMERS)&&(timers[timerid].nIsStopped == 1))
139 timer_msg->pCallBck = timers[timerid].callback;
140 timer_msg->pContext = timers[timerid].pContext;
150 timers[timerid].ptr = osal_defer_msg;
155 (timers[timeri
[all...]
/external/chromium_org/base/timer/
H A Dtimer_unittest.cc248 base::OneShotTimer<ResetHelper> timers[20]; local
249 for (size_t i = 0; i < arraysize(timers); ++i) {
250 timers[i].Start(FROM_HERE, TimeDelta::FromMilliseconds(i * 10),
291 // that timers work properly in all configurations.
369 // timers not yet fired. It may only trigger exceptions
/external/qemu/android/
H A Dlooper-generic.c265 ARefSet timers[1]; /* set of all timers */ member in struct:GLooper
266 GLoopTimer* activeTimers; /* sorted list of active timers */
279 arefSet_add(looper->timers, tt);
285 arefSet_del(looper->timers, tt);
417 /* Do we have any expired timers here ? */
436 /* Fire the pending timers, if any. We do that in a separate
438 * by starting/stopping other timers.
469 arefSet_done(looper->timers);
/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.cc619 // We maintain two lists - one for counters and one for timers.
627 base::ListValue* timers; local
628 if (!root.GetList("timers", &timers)) {
629 timers = new base::ListValue();
630 root.Set("timers", timers);
692 // Store this on the timers list as well.
693 timers->Append(counter);
748 // Clear the timer list since we stored the data in the timers lis
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 206 milliseconds