/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 1554 timeout=support.SHORT_TIMEOUT) 1559 timeout=support.SHORT_TIMEOUT) 1612 timeout=support.SHORT_TIMEOUT) 1619 timeout=support.SHORT_TIMEOUT) 1626 timeout=support.SHORT_TIMEOUT) 1633 timeout=support.SHORT_TIMEOUT) 1703 # may sleep at little bit less than timeout depending on the resolution
|
/third_party/openssl/ssl/statem/ |
H A D | statem_srvr.c | 3623 uint32_t timeout = (uint32_t)s->session->timeout; in create_ticket_prequel() local 3628 * timeout, limited to a 1 week period per RFC8446. in create_ticket_prequel() 3635 if (s->session->timeout > ONE_WEEK_SEC) in create_ticket_prequel() 3636 timeout = ONE_WEEK_SEC; in create_ticket_prequel() 3638 timeout = 0; in create_ticket_prequel() 3640 if (!WPACKET_put_bytes_u32(pkt, timeout)) { in create_ticket_prequel() 3770 /* Put timeout and length */ in construct_stateless_ticket()
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 584 # Issue #8524: when creating an SSL socket, the timeout of the 586 for timeout in (None, 0.0, 5.0): 588 s.settimeout(timeout) 590 self.assertEqual(timeout, ss.gettimeout()) 2233 with self.assertRaises(socket.timeout): 2235 timeout=0.1) 2281 timeout = kwargs.get('timeout', support.SHORT_TIMEOUT) 2282 deadline = time.monotonic() + timeout 2286 self.fail("timeout") [all...] |
/drivers/hdf_core/framework/model/network/wifi/bus/ |
H A D | hdf_sdio_intf.c | 335 palSdioCommonInfo.funcInfo.enTimeout = busCfg->timeout; in HdfSdioInit()
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dcamera_stream.cpp | 197 .timeout = 0 in GetNextRequest()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 431 parmas.timeout = USB_CTRL_SET_TIMEOUT; in UsbSpeedRequestHandle()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkapi_speed.c | 397 parmas.timeout = USB_CTRL_SET_TIMEOUT; in FillRequest()
|
/third_party/eudev/src/shared/ |
H A D | util.h | 280 int fd_wait_for_event(int fd, int event, usec_t timeout);
|
/third_party/glfw/src/ |
H A D | null_window.c | 496 void _glfwWaitEventsTimeoutNull(double timeout) in _glfwWaitEventsTimeoutNull() argument
|
/third_party/curl/docs/examples/ |
H A D | ephiperfifo.c | 109 long timeout; member 142 * inform us through this callback what it wants the new timeout to be, 148 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb() 157 /* libcurl wants us to timeout now, however setting both fields of in multi_timer_cb() 214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb() 220 /* Called by main loop when our timeout expires */
|
H A D | evhiperfifo.c | 111 long timeout; member 125 /* -1 means delete, other values are timeout times in milliseconds */ in multi_timer_cb() 214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb() 219 /* Called by libevent when our timeout expires */
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 349 fd_set *errorfds, struct timeval *timeout); 548 4. set the SIGALRM signal timeout
|
/third_party/cares/include/ |
H A D | ares.h | 261 int timeout; /* in seconds or milliseconds, depending on options */ member
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 262 void uv__io_poll(uv_loop_t* loop, int timeout); /* in milliseconds or -1 */
|
/third_party/libuv/include/uv/ |
H A D | win.h | 556 uint64_t timeout; \
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 99 out, err = proc.communicate(timeout=30)
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 317 int timeout; /* in seconds or milliseconds, depending on options */ member 781 * the specified timeout has expired. 787 * if requested timeout expires, ARES_SUCCESS when queue is empty.
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_conn.h | 629 /* timeout is keep-alive timeout. When it expires, a packet 633 ngtcp2_duration timeout; member 967 * should be closed if it continues to be idle. If idle timeout is
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 100 check-timeout:) [ -z "$val" ] && val=1 381 # do we want a timeout? 384 pre_cmd="timeout $check_timeout"
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.h | 118 Maybe<double> timeout,
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 552 uint64_t timeout; \
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 323 timeout: *mut ::timespec, in recvmmsg()
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 157 request = rpc.request_queue.get(block=True, timeout=0.05)
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs_autogen.h | 39 EGLTimeKHR timeout);
|