Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 25 of 56) sorted by relevance

123

/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c57 static struct phOsalNfc_Timer timers[MAX_NO_TIMERS] = variable
88 if(timers[timer_msg->TimerId].ptr != NULL) in phOsalNfc_Timer_DeferredCall()
90 phOsalNfc_FreeMemory(timers[timer_msg->TimerId].ptr); in phOsalNfc_Timer_DeferredCall()
91 timers[timer_msg->TimerId].ptr = NULL; in phOsalNfc_Timer_DeferredCall()
109 if((timerid < MAX_NO_TIMERS)&&(timers[timerid].nIsStopped == 1)) in phOsalNfc_Timer_Expired()
139 timer_msg->pCallBck = timers[timerid].callback; in phOsalNfc_Timer_Expired()
140 timer_msg->pContext = timers[timerid].pContext; in phOsalNfc_Timer_Expired()
150 timers[timerid].ptr = osal_defer_msg; in phOsalNfc_Timer_Expired()
155 (timers[timerid].callback)(timerid, timers[timerid].pContext); in phOsalNfc_Timer_Expired()
181 if(timers[timerid].callback == NULL) in phOsalNfc_Timer_Create()
[all …]
/external/chromium_org/chrome/test/functional/
Dchromeos_longterm_test.py113 timers = timer_queue.TimerQueue()
114 timers.AddTimer(self._ConfigureNewWindow, 90, args=(flash_pages,))
115 timers.AddTimer(self._RefreshLongTermWindow, 30, args=(long_term_pages,))
116 timers.AddTimer(self._ConfigureNewWindow, 15, args=(incognito_pages, True))
117 timers.start()
120 if not timers.is_alive():
127 timers.Stop()
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
Dcontent.js12 var timers = {}; variable
15 timers[type] = 0;
28 var timerId = timers[type];
32 timers[type] = 0;
36 timers[type] = setTimeout(stopEvent, 300, type);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
Dcontent.js12 var timers = {}; variable
15 timers[type] = 0;
28 var timerId = timers[type];
32 timers[type] = 0;
36 timers[type] = setTimeout(stopEvent, 300, type);
/external/pixman/pixman/
Dpixman-timer.c32 static pixman_timer_t *timers; variable
39 for (timer = timers; timer != NULL; timer = timer->next) in dump_timers()
62 timer->next = timers; in pixman_timer_register()
63 timers = timer; in pixman_timer_register()
/external/chromium_org/chrome/test/pyautolib/
Dtimer_queue.py35 self.timers = []
47 self.timers.append({'method': method, 'interval': interval,
62 for timer in self.timers:
64 self.timers.remove(timer)
77 for timer in self.timers:
/external/qemu/android/
Dlooper-generic.c265 ARefSet timers[1]; /* set of all timers */ member
279 arefSet_add(looper->timers, tt); in glooper_addTimer()
285 arefSet_del(looper->timers, tt); in glooper_delTimer()
469 arefSet_done(looper->timers); in glooper_free()
/external/chromium/base/
Dtimer_unittest.cc234 base::OneShotTimer<ResetHelper> timers[20]; in RunTest_DelayTimer_Reset() local
235 for (size_t i = 0; i < arraysize(timers); ++i) { in RunTest_DelayTimer_Reset()
236 timers[i].Start(TimeDelta::FromMilliseconds(i * 10), &reset_helper, in RunTest_DelayTimer_Reset()
/external/chromium_org/chrome/browser/ui/webui/
Dabout_ui.cc633 ListValue* timers; in AboutStats() local
634 if (!root.GetList("timers", &timers)) { in AboutStats()
635 timers = new ListValue(); in AboutStats()
636 root.Set("timers", timers); in AboutStats()
699 timers->Append(counter); in AboutStats()
755 for (int index = static_cast<int>(timers->GetSize())-1; index >= 0; in AboutStats()
758 timers->Remove(index, &value); in AboutStats()
/external/chromium_org/base/timer/
Dtimer_unittest.cc248 base::OneShotTimer<ResetHelper> timers[20]; in RunTest_DelayTimer_Reset() local
249 for (size_t i = 0; i < arraysize(timers); ++i) { in RunTest_DelayTimer_Reset()
250 timers[i].Start(FROM_HERE, TimeDelta::FromMilliseconds(i * 10), in RunTest_DelayTimer_Reset()
/external/chromium/chrome/browser/
Dbrowser_about_handler.cc698 ListValue* timers; in AboutStats() local
699 if (!root.GetList("timers", &timers)) { in AboutStats()
700 timers = new ListValue(); in AboutStats()
701 root.Set("timers", timers); in AboutStats()
764 timers->Append(counter); in AboutStats()
817 for (int index = static_cast<int>(timers->GetSize())-1; index >= 0; in AboutStats()
820 timers->Remove(index, &value); in AboutStats()
/external/iptables/extensions/
Dlibxt_IDLETIMER.man10 /sys/class/xt_idletimer/timers/<label>
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js2378 return jQuery.grep(jQuery.timers, function(fn){
3928 var timers = jQuery.timers;
3935 for ( var i = timers.length - 1; i >= 0; i-- )
3936 if ( timers[i].elem == this ) {
3939 timers[i](true);
3940 timers.splice(i, 1);
4000 timers: [], property
4052 if ( t() && jQuery.timers.push(t) && !timerId ) {
4054 var timers = jQuery.timers;
4056 for ( var i = 0; i < timers.length; i++ )
[all …]
/external/qemu/distrib/
DREADME36 SIGALRM signals to implement timers. this makes for much better timing accuracy
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in40 # Specify various default timers.
/external/kernel-headers/original/asm-mips/ip32/
Dmace.h301 struct mace_timers timers; member
/external/valgrind/main/auxprogs/
Dposixtestsuite-1.5.1-diff.txt131 + echo "Executing timers and clocks tests"
/external/chromium_org/chrome/browser/ui/cocoa/
Dpresentation_mode_controller.mm113 // performs the show/hide (animation) immediately. It does not touch the timers.
142 // Start timers for showing/hiding the floating bar.
149 // Methods called when the show/hide timers fire. Do not call directly.
/external/chromium/chrome/browser/ui/cocoa/
Dfullscreen_controller.mm110 // performs the show/hide (animation) immediately. It does not touch the timers.
139 // Start timers for showing/hiding the floating bar.
146 // Methods called when the show/hide timers fire. Do not call directly.
/external/skia/tools/
Dbench_pictures_main.cpp44 DEFINE_string(timers, "c", "[wcgWC]*: Display wall, cpu, gpu, truncated wall or truncated cpu time"
/external/chromium_org/third_party/angle/extensions/
DANGLE_timer_query.txt48 information. Applications can get some idea of timing by reading timers
49 on the CPU, but these timers are not synchronized with the graphics
514 simultaneously. In this extension, the timers start and stop when the
539 is written. Developers are warned that using timers on tile-based
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
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: [], property
8470 if ( t() && jQuery.timers.push(t) && !timerId ) {
8570 for ( var timers = jQuery.timers, i = 0 ; i < timers.length ; ++i ) {
8571 if ( !timers[i]() ) {
8572 timers.splice(i--, 1);
[all …]
/external/iproute2/doc/
Dss.sgml49 Option <tt/-o/ shows TCP timers state.
253 to network 193.233.7/24 and look at their timers:
333 <item><tt/-o/ - show some optional information, f.e. TCP timers
/external/skia/bench/
Dbenchmain.cpp240 DEFINE_string(timers, "cg", "Timers to display. "
/external/libppp/src/
DREADME.changes81 `set {lcp,ccp,ipcp,chap,pap}retry' for the other timers. These timeout

123