/external/python/cpython3/Lib/test/ |
D | test_timeout.py | 26 """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/ |
D | JSDispatcher.kt | 9 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)
|
D | CoroutineContext.kt | 14 // 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/ |
D | JSDispatcher.kt | 10 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/ |
D | ct.js | 51 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);
|
D | test.js | 24 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/ |
D | grpc_session.cc | 146 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/ |
D | rate_limiters.ts | 23 setTimeout(() => { 33 let timerId: undefined | ReturnType<typeof setTimeout>; 38 timerId = setTimeout(() => {
|
/external/autotest/client/common_lib/ |
D | barrier.py | 203 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/ |
D | refreshManager.unit.test.ts | 348 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/ |
D | bug_634716.in | 102 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/ |
D | QueueInputStreamTest.java | 139 …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/ |
D | basic.html | 157 // 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/ |
D | context.cc | 107 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/ |
D | Store.hpp | 73 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/ |
D | debounce.ts | 19 let timeout: ReturnType<typeof setTimeout> | null = null; 28 timeout = setTimeout(later, wait);
|
D | throttle.ts | 19 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/ |
D | RetrySettings.java | 28 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/ |
D | log-view.test.js | 56 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/ |
D | WebhooksClientHttpJsonTest.java | 193 .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/ |
D | WebhooksClientHttpJsonTest.java | 193 .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/ |
D | router.js | 119 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/ |
D | Support_HttpServerSocket.java | 54 * @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/ |
D | trsock.py | 85 def settimeout(self, value): member in TransportSocket 89 'settimeout(): only 0 timeout is allowed on transport sockets')
|
/external/perfetto/ui/src/core/ |
D | live_reload.ts | 37 setTimeout(() => console.error('LiveReload SSE error', err), 1000); 61 setTimeout(
|