/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/v8/test/promises-aplus/lib/ |
D | global.js | 33 var timers = {}; 40 if (!timers[id]) { 49 timers[id] = true; 54 delete timers[id];
|
/external/autotest/client/site_tests/platform_HighResTimers/ |
D | control | 7 PURPOSE = "Ensure the high resolution timers are working." 8 CRITERIA = "Fails if no timers have nanosecond resolution." 18 Reads from /proc/timer_list to see if any reported timers have nanosecond
|
/external/autotest/client/tests/cyclictest/ |
D | help | 1 Cyclictest is a program to test the performance of high-resolution timers on Linux systems. 78 -n use clock_nanosleep instead of posix interval timers 80 Setting this option runs the tests with clock_nanosleep instead of posix interval timers. 92 -r use relative timers instead of absolute 94 The default behaviour of the tests is to use absolute timers. This option is there for completeness… 96 -s use sys_nanosleep and sys_setitimer instead of posix timers
|
/external/skia/experimental/SimpleiOSApp/iPhone/ |
D | AppDelegate_iPhone.m | 32 …Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. G… 39 …Use this method to release shared resources, save user data, invalidate timers, and store enough a…
|
/external/libchrome/components/timers/ |
D | BUILD.gn | 5 static_library("timers") {
|
D | alarm_timer_chromeos.h | 20 namespace timers {
|
D | alarm_timer_chromeos.cc | 23 namespace timers { namespace
|
/external/autotest/client/tests/kernel_sysrq_info/ |
D | control | 20 - show-all-timers(Q)
|
/external/libchrome/base/timer/ |
D | timer_unittest.cc | 262 base::OneShotTimer timers[20]; in RunTest_DelayTimer_Reset() local 263 for (size_t i = 0; i < arraysize(timers); ++i) { in RunTest_DelayTimer_Reset() 264 timers[i].Start(FROM_HERE, TimeDelta::FromMilliseconds(i * 10), in RunTest_DelayTimer_Reset()
|
/external/skia/experimental/SimpleiOSApp/iPad/ |
D | AppDelegate_iPad.m | 32 …Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. G…
|
/external/iptables/extensions/ |
D | libxt_IDLETIMER.man | 10 /sys/class/xt_idletimer/timers/<label>
|
/external/universal-tween-engine/ |
D | README.md | 82 You can also quickly create timers: 100 * Simple timers can be built with Tween.call().
|
/external/chromium-trace/catapult/third_party/jquery/ |
D | jquery-2.1.4.js | 6750 timers = jQuery.timers, 6765 for ( index = timers.length; index--; ) { 6766 if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) { 6767 timers[ index ].anim.stop( gotoEnd ); 6769 timers.splice( index, 1 ); 6790 timers = jQuery.timers, 6804 for ( index = timers.length; index--; ) { 6805 if ( timers[ index ].elem === this && timers[ index ].queue === type ) { 6806 timers[ index ].anim.stop( true ); 6807 timers.splice( index, 1 ); [all …]
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
D | control | 33 that are triggered by RTC timers or packet pattern matches. Verify this by
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 40 # Specify various default timers.
|
/external/icu/icu4c/source/data/lang/ |
D | nb.txt | 956 h11{"12-timers system (0–11)"} 957 h12{"12-timers system (1–12)"} 958 h23{"24-timers system (0–23)"} 959 h24{"24-timers system (1–24)"}
|
/external/valgrind/auxprogs/ |
D | posixtestsuite-1.5.1-diff.txt | 131 + echo "Executing timers and clocks tests"
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 8484 timers = jQuery.timers, 8508 for ( index = timers.length; index--; ) { 8509 if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) { 8513 timers[ index ]( true ); 8515 timers[ index ].saveState(); 8518 timers.splice( index, 1 ); 8612 timers: [], property 8671 if ( t() && jQuery.timers.push(t) && !timerId ) { 8789 timers = jQuery.timers, 8792 for ( ; i < timers.length; i++ ) { [all …]
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.js | 9065 timers = jQuery.timers, 9080 for ( index = timers.length; index--; ) { 9081 if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) { 9082 timers[ index ].anim.stop( gotoEnd ); 9084 timers.splice( index, 1 ); 9174 jQuery.timers = []; 9178 timers = jQuery.timers, 9183 for ( ; i < timers.length; i++ ) { 9184 timer = timers[ i ]; 9186 if ( !timer() && timers[ i ] === timer ) { [all …]
|
/external/libchrome/ |
D | SConstruct | 245 'name' : 'timers', 249 'prefix' : 'components/timers',
|
/external/autotest/client/profilers/powertop/src/ |
D | Changelog | 36 * Add support for deferrable timers (Scott Lamb)
|
/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/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 4790 var instances = {}, timers = {}; 4803 if (!timers[fps]) timers[fps] = loop.periodical(Math.round(1000 / fps), list); 4810 if (!list.length && timers[fps]){ 4812 timers[fps] = clearInterval(timers[fps]);
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 3 …timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pb.test(e)&&d(… 4 …turn this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return…
|