Home
last modified time | relevance | path

Searched refs:setTimeout (Results 1 – 25 of 116) sorted by relevance

12345

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DJSDispatcher.kt26 setTimeout(processQueue, 0) in <lambda>()
39 val handle = setTimeout({ block.run() }, delayToInt(timeMillis)) in <lambda>()
44 …val handle = setTimeout({ with(continuation) { resumeUndispatched(Unit) } }, delayToInt(timeMillis… in <lambda>()
58 setTimeout(messageQueue.processQueue, 0) in scheduleQueueProcessing()
81 … window.setTimeout({ with(continuation) { resumeUndispatched(Unit) } }, delayToInt(timeMillis)) in toString()
85 val handle = window.setTimeout({ block.run() }, delayToInt(timeMillis)) in toString()
162 private external fun setTimeout(handler: dynamic, timeout: Int = definedExternally): Int method
/external/autotest/client/site_tests/power_LoadTest/extension/
Dct.js51 setTimeout(smoothScrollDown, response.scroll_interval);
53 setTimeout(smoothScrollUp, start_interval);
61 setTimeout(smoothScrollUp, response.scroll_interval);
63 setTimeout(smoothScrollDown, start_interval);
66 setTimeout(smoothScrollDown, start_interval);
Dtest.js24 setTimeout(launch_task, tasks[i].start / time_ratio, tasks[i]);
32 setTimeout(send_summary, end);
116 cycle.timer = setTimeout(cycle_check_timeout, cycle.timeout, cycle);
118 cycle.timer = setTimeout(cycle_navigate, cycle.delay / time_ratio, cycle);
146 cycle.timer = setTimeout(cycle_navigate,
170 setTimeout(function(win_id) {
194 setTimeout(function(cycle, win_id) {
304 setTimeout(setupTest, 1000);
312 setTimeout(setupTest, 1000);
/external/perfetto/ui/src/frontend/
Drate_limiters.ts23 window.setTimeout(() => {
38 timerId = window.setTimeout(() => {
Dlive_reload.ts37 setTimeout(() => console.error('LiveReload SSE error', err), 1000);
50 setTimeout(() => {
Dsearch_handler.ts71 setTimeout(() => moveViewportToCurrentSearch(), delay);
/external/webrtc/rtc_tools/loopback_test/
Dstat_tracker.js65 setTimeout(poll, pollInterval);
75 setTimeout(poll, pollInterval);
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js108 setTimeout(function () {
127 setTimeout(function () { advance(); step(); }, 0);
262 setTimeout(paused[i], 0);
280 setTimeout(f, 0);
288 setTimeout(f, 0);
/external/libchrome/mojo/public/js/lib/
Drouter.js119 setTimeout(endpoint.client.notifyError.bind(endpoint.client), 0);
124 setTimeout((function() {
257 setTimeout(endpoint.client.notifyError.bind(endpoint.client, reason),
271 setTimeout(
Dinterface_endpoint_handle.js85 setTimeout(this.runAssociationEventHandler.bind(this,
88 setTimeout(this.runAssociationEventHandler.bind(this,
/external/doclava/res/assets/templates-sdk/assets/design/
Ddefault.js98 window.setTimeout(function() {
113 window.setTimeout(function() {
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_ServerSocket.java29 public void setTimeout(int timeout); in setTimeout() method
DSupport_HttpServerSocket.java57 public void setTimeout(int timeout) { in setTimeout() method in Support_HttpServerSocket
/external/perfetto/ui/src/base/
Dhttp_utils.ts18 const timer = setTimeout(
/external/python/httplib2/doc/html/_static/
Ddoctools.js155 window.setTimeout(function() {
168 window.setTimeout(function() {
/external/apache-http/src/org/apache/http/conn/params/
DConnManagerParamBean.java53 public void setTimeout (final long timeout) { in setTimeout() method in ConnManagerParamBean
DConnManagerParams.java81 public static void setTimeout(final HttpParams params, long timeout) { in setTimeout() method in ConnManagerParams
/external/autotest/client/deps/webgl_mpd/src/common/
Dwebgl-utils.js160 return window.setTimeout(callback, 1000/60);
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js502 setTimeout(function() {
509 setTimeout(function() {
520 setTimeout(function() {
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js61 setTimeout(
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dresolution-switching.js65 () => setTimeout(
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-cancel-events.js55 setTimeout(function() {
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js199 setTimeout(function () {
362 setTimeout(function () { that.$element.trigger('slid') }, 0)
782 , timeout = setTimeout(function () {
967 this.timeout = setTimeout(function() {
979 this.timeout = setTimeout(function() {
1063 var timeout = setTimeout(function () {
1777 setTimeout(function () { that.hide() }, 150)
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dmain-feed-switching.js70 setTimeout(
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js54 setImmediate = setTimeout;
370 return window.setTimeout(callback, 1e3 / 60);
532 setTimeout(takeMutations);
1007 setTimeout(f, 16);
1010 setTimeout(function() {

12345