/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Timer.c | 57 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/ |
D | chromeos_longterm_test.py | 113 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/ |
D | content.js | 12 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/ |
D | content.js | 12 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/ |
D | pixman-timer.c | 32 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/ |
D | timer_queue.py | 35 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/ |
D | looper-generic.c | 265 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/ |
D | timer_unittest.cc | 234 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/ |
D | about_ui.cc | 633 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/ |
D | timer_unittest.cc | 248 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/ |
D | browser_about_handler.cc | 698 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/ |
D | libxt_IDLETIMER.man | 10 /sys/class/xt_idletimer/timers/<label>
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 2378 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/ |
D | README | 36 SIGALRM signals to implement timers. this makes for much better timing accuracy
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 40 # Specify various default timers.
|
/external/kernel-headers/original/asm-mips/ip32/ |
D | mace.h | 301 struct mace_timers timers; member
|
/external/valgrind/main/auxprogs/ |
D | posixtestsuite-1.5.1-diff.txt | 131 + echo "Executing timers and clocks tests"
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | presentation_mode_controller.mm | 113 // 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/ |
D | fullscreen_controller.mm | 110 // 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/ |
D | bench_pictures_main.cpp | 44 DEFINE_string(timers, "c", "[wcgWC]*: Display wall, cpu, gpu, truncated wall or truncated cpu time"
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_timer_query.txt | 48 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/ |
D | jquery-1.6.4.js | 8315 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/ |
D | ss.sgml | 49 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/ |
D | benchmain.cpp | 240 DEFINE_string(timers, "cg", "Timers to display. "
|
/external/libppp/src/ |
D | README.changes | 81 `set {lcp,ccp,ipcp,chap,pap}retry' for the other timers. These timeout
|