Home
last modified time | relevance | path

Searched refs:clearInterval (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/jsframework/runtime/main/extend/systemplugin/
Dsensor.js51 clearInterval(this.unsubscribeAcc)
63 clearInterval(this.unsubscribeAcc)
83 clearInterval(this.unsubscribePressure)
103 clearInterval(this.unsubscribeDirection)
124 clearInterval(this.unsubscribeGyr)
136 clearInterval(this.unsubscribeGyr)
157 clearInterval(this.unsubscribeDevOri)
169 clearInterval(this.unsubscribeDevOri)
189 clearInterval(this.unsubscribeRate)
209 clearInterval(this.unsubscribeIntensity)
[all …]
/third_party/node/test/pummel/
Dtest-timers.js68 clearInterval(this);
87 clearInterval(this);
108 clearInterval(this);
116 if (++count > 10) clearInterval(interval);
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetInterval-js.cpp55 DECLARE_GLOBAL_FUNCTION(clearInterval) { in DECLARE_GLOBAL_FUNCTION() argument
56 CHECK_ARGUMENT_COUNT(global, clearInterval, (args_count == 1)); in DECLARE_GLOBAL_FUNCTION()
57 CHECK_ARGUMENT_TYPE_ALWAYS(global, clearInterval, 0, number); in DECLARE_GLOBAL_FUNCTION()
/third_party/node/test/parallel/
Dtest-timers-clear-null-does-not-throw-error.js6 clearInterval(null);
7 clearInterval();
Dtest-events-on-async-iterator.js233 clearInterval(interval);
255 clearInterval(interval);
301 clearInterval(i);
322 clearInterval(i);
345 clearInterval(i);
366 clearInterval(i);
Dtest-timers.js63 clearInterval(handle); // Disarm timer or we'll never finish
81 setInterval(common.mustCall(function() { clearInterval(this); }), 10);
Dtest-timers-api-refs.js10 delete global.clearInterval;
17 const intervalCallback = () => { timers.clearInterval(interval); };
Dtest-timers-this.js35 clearInterval(intervalHandler);
40 clearInterval(intervalArgsHandler);
Dtest-timers-unref.js48 clearInterval(interval);
58 clearInterval(check_unref);
Dtest-fs-watch.js56 clearInterval(interval);
66 clearInterval(interval);
Dtest-timers-clear-object-does-not-throw-error.js8 clearInterval({});
Dtest-timers-timeout-to-interval.js9 clearInterval(t);
Dtest-timers-clear-timeout-interval-equivalent.js18 clearInterval(timeout);
Dtest-handle-wrap-close-abort.js30 clearInterval(c);
/third_party/node/test/sequential/
Dtest-timers-block-eventloop.js13 clearInterval(t1);
14 clearInterval(t2);
Dtest-timers-set-interval-excludes-callback-duration.js18 clearInterval(t);
23 clearInterval(t2);
Dtest-fs-watch.js66 clearInterval(interval);
87 clearInterval(interval);
107 clearInterval(interval);
/third_party/node/test/fixtures/wpt/html/webappapis/timers/
Dmissing-timeout-setinterval.any.js14 clearInterval(h);
27 clearInterval(h);
/third_party/node/test/async-hooks/
Dtest-graph.intervals.js17 clearInterval(iv1);
23 clearInterval(iv2);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_bluetooth.js44 clearInterval(this.unsubscribeBLE)
55 clearInterval(this.unsubscribeBLE)
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DinputMonitor.js39 clearInterval(this.offInputMonitor);
83 clearInterval(this.offInputMonitor);
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/
DsetInterval-js.h21 DECLARE_GLOBAL_FUNCTION(clearInterval);
/third_party/jsframework/runtime/main/app/
Dbundle.ts196 clearInterval: (n) => {
197 timer.clearInterval(n);
/third_party/node/test/fixtures/v8-coverage/
Dinterval.js12 clearInterval(i);
/third_party/node/test/fixtures/
Dinspector-global-function.js9 clearInterval(interval);

12345