/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 213 uint64_t timeout);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_winsys.h | 678 * \param timeout in nanoseconds (may be PIPE_TIMEOUT_INFINITE). 685 uint64_t timeout,
|
/third_party/node/lib/ |
H A D | https.js | 89 this.timeout = 0; 185 * timeout?: number; 393 * timeout?: number;
|
/third_party/node/src/ |
H A D | node_contextify.h | 172 const int64_t timeout,
|
H A D | node_report_utils.cc | 186 uint64_t due = handle->timer.timeout; in WalkHandle()
|
/third_party/nghttp2/src/ |
H A D | h2load.h | 226 // The number of requests that failed due to timeout. 423 void timeout();
|
H A D | shrpx_client_handler.cc | 446 get_config()->conn.upstream.timeout.write, in ClientHandler() 447 get_config()->conn.upstream.timeout.read, in ClientHandler() 554 reset_upstream_read_timeout(config->conn.upstream.timeout.http3_read); in setup_http3_upstream()
|
/third_party/node/deps/npm/node_modules/diff/lib/diff/ |
H A D | base.js | 18 var _options$timeout; 60 (_options$timeout = 62 options.timeout) !== null && _options$timeout !== void 0 ? _options$timeout : Infinity;
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
H A D | diff.min.js | 1 !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self).Diff={})}(this,function(e){"use strict";function t(){}t.prototype={diff:function(s,a,e){var n,t=2<arguments.length&&void 0!==e?e:{},r=t.callback;"function"==typeof t&&(r=t,t={}),this.options=t;var u=this;function d(e){return r?(setTimeout(function(){r(void 0,e)},0),!0):e}s=this.castInput(s),a=this.castInput(a),s=this.removeEmpty(this.tokenize(s));var f=(a=this.removeEmpty(this.tokenize(a))).length,c=s.length,p=1,i=f+c;t.maxEditLength&&(i=Math.min(i,t.maxEditLength));var o=null!==(n=t.timeout)&&void 0!==n?n:1/0,l=Date.now()+o,h=[{oldPos:-1,lastComponent:void 0}],v=this.extractCommon(h[0],a (…)
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer.h | 127 uint64_t timeout; member
|
/third_party/libinput/tools/ |
H A D | test_tool_option_parsing.py | 63 stdout, stderr = p.communicate(timeout=5)
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 333 uint64_t timeout; \
|
/third_party/node/deps/uv/src/unix/ |
H A D | internal.h | 216 void uv__io_poll(uv_loop_t* loop, int timeout); /* in milliseconds or -1 */
|
/third_party/node/deps/uvwasi/src/ |
H A D | wasi_serdes.c | 135 FIELD(24, timestamp_t, u.clock.timeout); \
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_register.py | 63 def open(self, req, data=None, timeout=None):
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 175 EGLTimeKHR timeout);
|
H A D | egl_stubs_autogen.h | 50 EGLTime timeout);
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microspdy.h | 356 * Set a custom timeout for all connections. Must be followed by
358 * zero for no timeout.
931 * Obtain timeout value for select for this daemon. The returned value
933 * should at most block, not the timeout value set for connections.
935 * @param daemon to query for timeout
936 * @param timeout will be set to the timeout value (in milliseconds)
939 * would necessiate the use of a timeout right now
943 unsigned long long *timeout);
|
/third_party/python/Lib/test/ |
H A D | test_epoll.py | 182 events = ep.poll(timeout=0.1, maxevents=4)
|
H A D | test_poll.py | 224 poll_thread.join(timeout=0.1)
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | epoll.rs | 219 /// `epoll_wait(self, events, timeout)`—Waits for registered events of 228 timeout: c::c_int, in wait() 238 timeout, in wait()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 266 line = queue.get(timeout=0.01)
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1094 int ready, timeout; in ppoll_fallback() local 1097 timeout = (timeout_ts == NULL) ? -1 : (timeout_ts->tv_sec * 1000 + timeout_ts->tv_nsec / 1000000); in ppoll_fallback() 1101 ready = poll(fds, nfds, timeout); in ppoll_fallback()
|
/third_party/curl/lib/ |
H A D | connect.c | 93 * transfer/connection. If the value is 0, there's no timeout (ie there's 94 * infinite time left). If the value is negative, the timeout time has already 98 * @param duringconnect TRUE iff connect timeout is also taken into account. 110 different time-stamps. It can end up with the total timeout being reached in Curl_timeleft() 111 before the connect timeout expires and we must acknowledge whichever in Curl_timeleft() 112 timeout that is reached first. The total timeout is set per entire in Curl_timeleft() 113 operation, while the connect timeout is set per connect. */ in Curl_timeleft() 114 if(data->set.timeout <= 0 && !duringconnect) in Curl_timeleft() 115 return 0; /* no timeout i in Curl_timeleft() [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_screen.c | 842 uint64_t timeout) in virgl_fence_finish() 848 if (vctx && timeout) in virgl_fence_finish() 851 return vws->fence_wait(vws, fence, timeout); in virgl_fence_finish() 839 virgl_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) virgl_fence_finish() argument
|