Home
last modified time | relevance | path

Searched refs:timeout (Results 1926 - 1950 of 2369) sorted by relevance

1...<<71727374757677787980>>...95

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp44 .timeout = 0,
1761 .timeout = 0, in HWTEST_F()
1828 .timeout = 0, in HWTEST_F()
H A Dbuffer_client_producer_remote_test.cpp48 .timeout = 0,
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1800 const int64_t timeout = timeoutLimit - static_cast<int64_t>(RawNowNano()) + timestamp; in OnParallelRenderBegin()
1801 if (timeout > 0) { in OnParallelRenderBegin()
1802 std::this_thread::sleep_for(std::chrono::nanoseconds(timeout)); in OnParallelRenderBegin()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp446 chan->timeout = TEST_TIMEOUT; in HWTEST_F()
1618 chan->timeout = TEST_TIMEOUT; in HWTEST_F()
1648 chan->timeout = TEST_TIMEOUT; in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_client_test.cpp1147 size_t timeout = 1; in HWTEST_F() local
1148 mClient.ReqP2pStartFind(timeout); in HWTEST_F()
1150 EXPECT_TRUE(mClient.ReqP2pStartFind(timeout) == WIFI_HAL_OPT_FAILED); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp764 int SQLiteRelationalStore::RemoteQuery(const std::string &device, const RemoteCondition &condition, uint64_t timeout, in RemoteQuery() argument
799 return syncAbleEngine_->RemoteQuery(device, condition, timeout, connectionId, result); in RemoteQuery()
1244 info.timeout = option.waitTime; in FillSyncInfo()
/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c1300 int timeout; in dvbsub_parse_page_segment() local
1306 timeout = *buf++; in dvbsub_parse_page_segment()
1314 ctx->time_out = timeout; in dvbsub_parse_page_segment()
1560 {"compute_edt", "compute end of time using pts or timeout", OFFSET(compute_edt), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, DS},
/third_party/curl/tests/
H A Dservers.pm359 my ($cmd, $pidfile, $timeout, $fakepidfile)=@_;
396 portable_sleep($timeout);
404 my $count = $timeout;
1826 # timeout passed to startnew, when this happens startnew completes
/third_party/backends/backend/
H A Dplustek-usbhw.c230 long timeout; in usb_IsScannerReady() local
244 timeout = t.tv_sec + len; in usb_IsScannerReady()
269 } while( t.tv_sec < timeout ); in usb_IsScannerReady()
619 /* at least we move 20 seconds before timeout... */ in usb_ModuleMove()
H A Dteco1.c1247 int timeout; in teco_wait_scanner() local
1254 /* Set the timeout to 60 seconds. */ in teco_wait_scanner()
1255 timeout = 60; in teco_wait_scanner()
1257 while (timeout > 0) in teco_wait_scanner()
H A Dleo.c952 int timeout; in leo_wait_scanner() local
959 /* Set the timeout to 60 seconds. */ in leo_wait_scanner()
960 timeout = 60; in leo_wait_scanner()
962 while (timeout > 0) in leo_wait_scanner()
H A Dteco3.c1072 int timeout; in teco_wait_scanner() local
1079 /* Set the timeout to 60 seconds. */ in teco_wait_scanner()
1080 timeout = 60; in teco_wait_scanner()
1082 while (timeout > 0) in teco_wait_scanner()
H A Dmatsushita.c1323 int timeout; in matsushita_wait_scanner() local
1330 /* Set the timeout to 60 seconds. */ in matsushita_wait_scanner()
1331 timeout = 60; in matsushita_wait_scanner()
1333 while (timeout > 0) in matsushita_wait_scanner()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c132 struct pb_buffer *_buf, uint64_t timeout, in radeon_bo_wait()
138 /* No timeout. Just query. */ in radeon_bo_wait()
139 if (timeout == 0) in radeon_bo_wait()
142 abs_timeout = os_time_get_absolute_timeout(timeout); in radeon_bo_wait()
148 /* Infinite timeout. */ in radeon_bo_wait()
131 radeon_bo_wait(struct radeon_winsys *rws, struct pb_buffer *_buf, uint64_t timeout, unsigned usage) radeon_bo_wait() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c866 uint64_t timeout, in wsi_AcquireNextImageKHR()
876 .timeout = timeout, in wsi_AcquireNextImageKHR()
864 wsi_AcquireNextImageKHR(VkDevice _device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) wsi_AcquireNextImageKHR() argument
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1530 timeout: *const ::timespec, in kevent()
1555 timeout: *const ::timespec, in ppoll()
1667 timeout: *const ::timespec, in sigtimedwait()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h615 VkResult wait(VkDevice device, uint64_t timeout) const;
1714 ANGLE_INLINE VkResult Fence::wait(VkDevice device, uint64_t timeout) const in wait()
1717 return vkWaitForFences(device, 1, &mHandle, true, timeout); in wait()
/third_party/python/Lib/test/
H A Dtest_curses.py796 stdscr.timeout(-1)
797 stdscr.timeout(0)
798 stdscr.timeout(5)
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1604 pub fn aio_waitcomplete(iocbp: *mut *mut aiocb, timeout: *mut ::timespec) -> ::c_int; in aio_waitcomplete()
1664 pub fn umtx_sleep(ptr: *const ::c_int, value: ::c_int, timeout: ::c_int) -> ::c_int; in umtx_sleep()
1681 timeout: *const ::timespec, in aio_suspend()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c336 "reset timeout.\n"); in xhci_start_controller()
448 device_printf(sc->sc_bus.parent, "Run timeout.\n"); in xhci_start_controller()
487 device_printf(sc->sc_bus.parent, "Controller halt timeout.\n"); in xhci_halt_controller()
514 "reset timeout.\n"); in xhci_reset_controller()
1095 /* check for timeout */ in xhci_interrupt_poll()
1133 uint8_t timeout = 0; in xhci_do_command() local
1217 DPRINTF("Command timeout!\n"); in xhci_do_command()
1226 if ((timeout == 0) && in xhci_do_command()
1237 DPRINTF("Set address timeout\n"); in xhci_do_command()
1239 timeout in xhci_do_command()
[all...]
/third_party/mbedtls/library/
H A Dssl_msg.c477 * Double the retransmit timeout value, within the allowed range,
509 MBEDTLS_SSL_DEBUG_MSG(3, ("update timeout value to %lu millisecs", in ssl_double_retransmit_timeout()
518 MBEDTLS_SSL_DEBUG_MSG(3, ("update timeout value to %lu millisecs", in ssl_reset_retransmit_timeout()
2169 uint32_t timeout; in mbedtls_ssl_fetch_input() local
2235 timeout = ssl->handshake->retransmit_timeout; in mbedtls_ssl_fetch_input()
2237 timeout = ssl->conf->read_timeout; in mbedtls_ssl_fetch_input()
2240 MBEDTLS_SSL_DEBUG_MSG(3, ("f_recv_timeout: %lu ms", (unsigned long) timeout)); in mbedtls_ssl_fetch_input()
2244 timeout); in mbedtls_ssl_fetch_input()
2257 MBEDTLS_SSL_DEBUG_MSG(2, ("timeout")); in mbedtls_ssl_fetch_input()
2262 MBEDTLS_SSL_DEBUG_MSG(1, ("handshake timeout")); in mbedtls_ssl_fetch_input()
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3553 EGLint flags, EGLTime timeout) in dri2_client_wait_sync()
3580 timeout)) in dri2_client_wait_sync()
3593 /* if timeout is EGL_FOREVER_KHR, it should wait without any timeout.*/ in dri2_client_wait_sync()
3594 if (timeout == EGL_FOREVER_KHR) { in dri2_client_wait_sync()
3610 expire.tv_nsec = timeout % 1000000000L; in dri2_client_wait_sync()
3611 expire.tv_sec = timeout / 1000000000L; in dri2_client_wait_sync()
3552 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, EGLint flags, EGLTime timeout) dri2_client_wait_sync() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/base/telephony/sms_mms/services/sms/
H A Dsms_sender.cpp353 if (cv_.wait_for(lck, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout) { in SetImsSmsConfig()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp182 std::chrono::seconds(CAP_CMD_TIMEOUT_S)) == std::cv_status::timeout) { in GetMaxFilterNumber()
183 HILOGI("GetMaxFilterNumber timeout"); in GetMaxFilterNumber()

Completed in 62 milliseconds

1...<<71727374757677787980>>...95