Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 25 of 53) 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/v8/test/promises-aplus/lib/
Dglobal.js33 var timers = {};
40 if (!timers[id]) {
49 timers[id] = true;
54 delete timers[id];
/external/autotest/client/site_tests/platform_HighResTimers/
Dcontrol7 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/
Dhelp1 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/
DAppDelegate_iPhone.m32 …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/
DBUILD.gn5 static_library("timers") {
Dalarm_timer_chromeos.h20 namespace timers {
Dalarm_timer_chromeos.cc23 namespace timers { namespace
/external/autotest/client/tests/kernel_sysrq_info/
Dcontrol20 - show-all-timers(Q)
/external/libchrome/base/timer/
Dtimer_unittest.cc262 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/
DAppDelegate_iPad.m32 …Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. G…
/external/iptables/extensions/
Dlibxt_IDLETIMER.man10 /sys/class/xt_idletimer/timers/<label>
/external/universal-tween-engine/
DREADME.md82 You can also quickly create timers:
100 * Simple timers can be built with Tween.call().
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js6750 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/
Dcontrol33 that are triggered by RTC timers or packet pattern matches. Verify this by
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in40 # Specify various default timers.
/external/icu/icu4c/source/data/lang/
Dnb.txt956 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/
Dposixtestsuite-1.5.1-diff.txt131 + echo "Executing timers and clocks tests"
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js8484 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/
Djquery.js9065 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/
DSConstruct245 'name' : 'timers',
249 'prefix' : 'components/timers',
/external/autotest/client/profilers/powertop/src/
DChangelog36 * Add support for deferrable timers (Scott Lamb)
/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/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js4790 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/
Djquery-2.1.3.min.js3timers,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…

123