Home
last modified time | relevance | path

Searched full:settimeout (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/external/python/cpython3/Lib/test/
Dtest_timeout.py26 """Test case for socket.gettimeout() and socket.settimeout()"""
41 self.sock.settimeout(7.345)
44 self.sock.settimeout(3)
47 self.sock.settimeout(None)
52 self.sock.settimeout(1)
55 self.sock.settimeout(3.9)
59 # Test type checking by settimeout()
60 self.sock.settimeout(0)
61 self.sock.settimeout(0)
62 self.sock.settimeout(0.0)
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DJSDispatcher.kt9 setTimeout(window, handler, timeout) in <lambda>()
12 setTimeout(handler, timeout) in <lambda>()
28 setTimeout(processQueue, 0) in <lambda>()
31 internal actual fun setTimeout(timeout: Int) { in <lambda>() method in kotlinx.coroutines.ScheduledMessageQueue
32 setTimeout(processQueue, timeout) in <lambda>()
63 // We need to reference global setTimeout and clearTimeout so that it works on Node.JS as opposed to
65 private external fun setTimeout(handler: dynamic, timeout: Int = definedExternally): Int method
69 private fun setTimeout(window: Window, handler: () -> Unit, timeout: Int): Int = method
70 window.setTimeout(handler, timeout)
DCoroutineContext.kt14 // Check if we are in the browser and must use window.postMessage to avoid setTimeout throttling in createDefaultDispatcher()
17 // If process is undefined (e.g. in NativeScript, #1404), use SetTimeout-based dispatcher in createDefaultDispatcher()
/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/
DJSDispatcher.kt10 setTimeout(window, handler, timeout) in clearTimeout()
13 setTimeout(handler, timeout) in clearTimeout()
29 setTimeout(processQueue, 0) in clearTimeout()
32 internal actual fun setTimeout(timeout: Int) { in clearTimeout() method in kotlinx.coroutines.ScheduledMessageQueue
33 setTimeout(processQueue, timeout) in clearTimeout()
78 // We need to reference global setTimeout and clearTimeout so that it works on Node.JS as opposed to
80 private external fun setTimeout(handler: () -> Unit, timeout: Int): Int method
88 private fun setTimeout(window: W3CWindow, handler: () -> Unit, timeout: Int): Int = method
89 js("window.setTimeout(handler, timeout)")
/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/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc146 call_options.SetTimeout(options_.config.operation_timeout_in_ms()); in Create()
152 call_options.SetTimeout(run_options.timeout_in_ms()); in Create()
190 call_options.SetTimeout(options_.config.operation_timeout_in_ms()); in Extend()
196 call_options.SetTimeout(run_options.timeout_in_ms()); in Extend()
244 call_options.SetTimeout(req->options().timeout_in_ms()); in RunHelper()
335 call_options.SetTimeout(options_.config.operation_timeout_in_ms()); in PRunSetup()
363 call_options.SetTimeout(options_.config.operation_timeout_in_ms()); in Close()
386 call_options.SetTimeout(options_.config.operation_timeout_in_ms()); in ListDevices()
421 call_options.SetTimeout(options.config.operation_timeout_in_ms()); in Reset()
435 call_options.SetTimeout(options_.config.operation_timeout_in_ms()); in MakeCallable()
[all …]
/external/perfetto/ui/src/frontend/
Drate_limiters.ts23 setTimeout(() => {
33 let timerId: undefined | ReturnType<typeof setTimeout>;
38 timerId = setTimeout(() => {
/external/autotest/client/common_lib/
Dbarrier.py203 client.settimeout(5)
227 client.settimeout(5)
233 client.settimeout(5)
263 client.settimeout(5)
303 client.settimeout(5)
332 client.settimeout(5)
364 server.socket.settimeout(self._remaining())
400 remote.settimeout(30)
449 remote.settimeout(self._remaining())
468 remote.settimeout(self._remaining())
/external/pigweed/pw_ide/ts/pigweed-vscode/src/
DrefreshManager.unit.test.ts348 await new Promise((resolve) => setTimeout(resolve, 25));
358 await new Promise((resolve) => setTimeout(resolve, 25));
367 await new Promise((resolve) => setTimeout(resolve, 25));
376 await new Promise((resolve) => setTimeout(resolve, 25));
387 setTimeout(() => {
404 await new Promise((resolve) => setTimeout(resolve, 25));
417 setTimeout(() => {
/external/pdfium/testing/resources/
Dbug_634716.in102 timeOut = app.setTimeOut("myFunction()", 1000);
106 array[i][j] = app.setTimeOut("aaaaaaaaaa()", 100000);
115 app.setTimeOut("main()", 1000);
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DQueueInputStreamTest.java139 …assertThrows(IllegalArgumentException.class, () -> QueueInputStream.builder().setTimeout(Duration.… in testInvalidArguments()
144 … try (QueueInputStream queueInputStream = QueueInputStream.builder().setTimeout(null).get()) { in testResetArguments()
157 …try (QueueInputStream inputStream = QueueInputStream.builder().setTimeout(Duration.ofMinutes(2)).g… in testTimeoutInterrupted()
183 …try (QueueInputStream inputStream = QueueInputStream.builder().setTimeout(Duration.ofMillis(500)).… in testTimeoutUnavailableData()
209 try (QueueInputStream inputStream = QueueInputStream.builder().setTimeout(timeout).get(); in testUnbufferedReadWriteWithTimeout()
/external/chromium-trace/catapult/third_party/polymer/components/iron-autogrow-textarea/test/
Dbasic.html157 // setTimeout to wait for potentially more, erroneous events
158 setTimeout(function() {
165 // setTimeout to wait for potentially more, erroneous events
166 setTimeout(function() {
/external/pigweed/pw_transfer/
Dcontext.cc107 SetTimeout(initial_chunk_timeout_); in InitiateTransferAsClient()
505 SetTimeout(chunk_timeout_); in PerformInitialHandshake()
656 SetTimeout(chunk_timeout_); in HandleTransferParametersUpdate()
751 SetTimeout(chunk_timeout_); in TransmitNextChunk()
801 SetTimeout(chunk_timeout_); in TransmitNextChunk()
805 SetTimeout(chrono::SystemClock::for_at_least(interchunk_delay_)); in TransmitNextChunk()
867 SetTimeout(chunk_timeout_); in HandleReceiveChunk()
920 SetTimeout(chunk_timeout_); in HandleReceivedData()
938 SetTimeout(chunk_timeout_); in HandleReceivedData()
1004 SetTimeout(chunk_timeout_); in HandleReceivedData()
[all …]
/external/pytorch/torch/csrc/distributed/c10d/
DStore.hpp73 virtual void setTimeout(const std::chrono::milliseconds& timeout);
110 store.setTimeout(timeout); in StoreTimeoutGuard()
114 store_.setTimeout(oldTimeout_); in ~StoreTimeoutGuard()
/external/pigweed/pw_web/log-viewer/src/utils/
Ddebounce.ts19 let timeout: ReturnType<typeof setTimeout> | null = null;
28 timeout = setTimeout(later, wait);
Dthrottle.ts19 let timeout: ReturnType<typeof setTimeout> | null = null;
42 timeout = setTimeout(() => {
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/model/
DRetrySettings.java28 return builder().setTimeout(timeout).setRetryPolicy(retryPolicy).build(); in with()
38 abstract Builder setTimeout(Duration timeout); in setTimeout() method in RetrySettings.Builder
/external/pigweed/pw_web/log-viewer/test/
Dlog-view.test.js56 await new Promise((resolve) => setTimeout(resolve, 100));
158 await new Promise((resolve) => setTimeout(resolve, 100));
182 await new Promise((resolve) => setTimeout(resolve, 100));
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/
DWebhooksClientHttpJsonTest.java193 .setTimeout(Duration.newBuilder().build()) in getWebhookTest()
240 .setTimeout(Duration.newBuilder().build()) in getWebhookTest2()
289 .setTimeout(Duration.newBuilder().build()) in createWebhookTest()
338 .setTimeout(Duration.newBuilder().build()) in createWebhookTest2()
387 .setTimeout(Duration.newBuilder().build()) in updateWebhookTest()
396 .setTimeout(Duration.newBuilder().build()) in updateWebhookTest()
431 .setTimeout(Duration.newBuilder().build()) in updateWebhookExceptionTest()
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/
DWebhooksClientHttpJsonTest.java193 .setTimeout(Duration.newBuilder().build()) in getWebhookTest()
240 .setTimeout(Duration.newBuilder().build()) in getWebhookTest2()
289 .setTimeout(Duration.newBuilder().build()) in createWebhookTest()
338 .setTimeout(Duration.newBuilder().build()) in createWebhookTest2()
387 .setTimeout(Duration.newBuilder().build()) in updateWebhookTest()
396 .setTimeout(Duration.newBuilder().build()) in updateWebhookTest()
431 .setTimeout(Duration.newBuilder().build()) in updateWebhookExceptionTest()
/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(
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServerSocket.java54 * @see tests.support.Support_ServerSocket#setTimeout(int) Sets the
57 public void setTimeout(int timeout) { in setTimeout() method in Support_HttpServerSocket
/external/python/cpython3/Lib/asyncio/
Dtrsock.py85 def settimeout(self, value): member in TransportSocket
89 'settimeout(): only 0 timeout is allowed on transport sockets')
/external/perfetto/ui/src/core/
Dlive_reload.ts37 setTimeout(() => console.error('LiveReload SSE error', err), 1000);
61 setTimeout(

12345678910>>...20