Searched refs:timers (Results 1 - 19 of 19) sorted by relevance

/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/v8/test/promises-aplus/lib/
H A Dglobal.js33 var timers = {};
49 if (!timers[id]) {
58 timers[id] = true;
63 delete timers[id];
/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/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js12 var timers = {};
15 timers[type] = 0;
28 var timerId = timers[type];
32 timers[type] = 0;
36 timers[type] = setTimeout(stopEvent, 300, type);
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dprocesses.js131 timers.start('tracer',
138 timers.stop('tracer');
157 timers.stop('tracer');
173 timers.start('ps_table',
181 timers.stop('ps_table');
224 timers.start('device_stats',
230 timers.stop('device_stats');
261 timers.start('proc_stats',
268 timers.stop('proc_stats');
H A Dtimers.js5 timers = new (function() {
H A DrootUi.js77 timers.stopAll();
/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/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/skia/tools/
H A Dbench_pictures_main.cpp52 DEFINE_string(timers, "c", "[wcgWC]*: Display wall, cpu, gpu, truncated wall or truncated cpu time"
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp51 DEFINE_string(timers, "c", "[wcgWC]*: Display wall, cpu, gpu, truncated wall or truncated cpu time"
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js8315 var timers = jQuery.timers,
8316 i = timers.length;
8322 if ( timers[i].elem === this ) {
8325 timers[i](true);
8328 timers.splice(i, 1);
8416 timers: [],
8470 if ( t() && jQuery.timers.push(t) && !timerId ) {
8570 for ( var timers = jQuery.timers,
[all...]
/external/skia/bench/
H A Dbenchmain.cpp218 DEFINE_string(timers, "cg", "Timers to display. "
609 // Stop truncated timers before GL calls complete, and stop the full timers after.
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js1432 animated: function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}
3045 var timers = jQuery.timers;
3052 for ( var i = timers.length - 1; i >= 0; i-- )
3053 if ( timers[i].elem == this ) {
3056 timers[i](true);
3057 timers.splice(i, 1);
3133 timers: [],
3187 jQuery.timers.push(t);
3191 var timers
[all...]
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js3354 sinon.timers = {
4342 * timers and fake XHR implementation in one convenient object.
/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/pixman/
H A Dconfigure1472 --enable-timers enable TIMER_BEGIN and TIMER_END macros [default=no]
13203 # Check whether --enable-timers was given.
/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 3041 milliseconds