Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 1262) sorted by relevance

12345678910>>...51

/third_party/node/test/parallel/
Dtest-vm-timeout.js30 vm.runInThisContext('while(true) {}', { timeout: 100 }); property
38 vm.runInThisContext('', { timeout: 1000 }); property
45 runInVM: function(timeout) { argument
46 vm.runInNewContext('while(true) {}', context, { timeout }); field
49 vm.runInNewContext('runInVM(10)', context, { timeout: 10000 }); property
61 runInVM: function(timeout) { argument
62 vm.runInNewContext('while(true) {}', context, { timeout }); field
65 vm.runInNewContext('runInVM(10000)', context, { timeout: 100 }); property
76 runInVM: function(timeout) { argument
77 vm.runInNewContext('throw new Error(\'foobar\')', context, { timeout }); field
[all …]
Dtest-child-process-fork-timeout-kill-signal.js16 timeout: 5, property
24 timeout: 5, property
33 timeout: 'badValue', property
37 timeout: {}, property
47 timeout: 6, property
Dtest-child-process-spawn-timeout-kill-signal.js14 timeout: 5, property
22 timeout: 6, property
31 timeout: 'badValue', property
35 timeout: {}, property
44 timeout: 6, property
Dtest-dns-channel-timeout.js9 assert.throws(() => new ctor({ timeout }), { field
16 assert.throws(() => new ctor({ timeout }), { field
22 for (const timeout of [-1, 0, 1]) new ctor({ timeout }); // OK field
28 const resolver = new dns.Resolver({ timeout }); field
43 const resolver = new dns.promises.Resolver({ timeout }); field
Dtest-child-process-exec-timeout.js18 cp.exec(cmd, { timeout: 1 }, common.mustCall((err, stdout, stderr) => { property
42 timeout: 1, property
54 cp.exec(cmd, { timeout: 2 ** 30 }, common.mustSucceed((stdout, stderr) => { property
Dtest-http-client-timeout-option-with-agent.js11 agent: new Agent({ timeout: 50 }), property
13 timeout: 100 property
Dtest-timers-to-primitive.js19 const timeout = setTimeout(common.mustNotCall(), 1); constant
26 const timeout = setTimeout(common.mustNotCall(), 1); constant
/third_party/node/doc/api/
Dtimers.md326 [`clearImmediate()`]: #timers_clearimmediate_immediate
327 [`clearInterval()`]: #timers_clearinterval_timeout
328 [`clearTimeout()`]: #timers_cleartimeout_timeout
329 [`setImmediate()`]: #timers_setimmediate_callback_args
330 [`setInterval()`]: #timers_setinterval_callback_delay_args
331 [`setTimeout()`]: #timers_settimeout_callback_delay_args
334 [primitive]: #timers_timeout_symbol_toprimitive
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py28 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
34 def with_call(self, request, timeout=None, metadata=None, credentials=None): argument
40 def future(self, request, timeout=None, metadata=None, credentials=None): argument
53 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
68 timeout=None, argument
79 timeout=None, argument
90 timeout=None, argument
108 timeout=None, argument
/third_party/boost/boost/beast/websocket/
Dstream_base.hpp87 struct timeout struct
99 duration handshake_timeout;
103 duration idle_timeout;
121 bool keep_alive_pings;
141 suggested(role_type role) noexcept in suggested()
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py93 def result(self, timeout=None): argument
103 def exception(self, timeout=None): argument
115 def traceback(self, timeout=None): argument
172 def _blocking_unary_unary(channel, group, method, timeout, with_call, argument
197 def _future_unary_unary(channel, group, method, timeout, protocol_options, argument
213 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, argument
229 def _blocking_stream_unary(channel, group, method, timeout, with_call, argument
255 def _future_stream_unary(channel, group, method, timeout, protocol_options, argument
271 def _stream_stream(channel, group, method, timeout, protocol_options, metadata, argument
300 timeout, argument
[all …]
Dutilities.py39 def _block(self, timeout): argument
102 def result(self, timeout=None): argument
106 def exception(self, timeout=None): argument
110 def traceback(self, timeout=None): argument
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dblocking_tcp_client.cpp51 boost::asio::chrono::steady_clock::duration timeout) in connect()
72 std::string read_line(boost::asio::chrono::steady_clock::duration timeout) in read_line()
97 boost::asio::chrono::steady_clock::duration timeout) in write_line()
117 void run(boost::asio::chrono::steady_clock::duration timeout) in run()
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dblocking_tcp_client.cpp51 boost::asio::chrono::steady_clock::duration timeout) in connect()
72 std::string read_line(boost::asio::chrono::steady_clock::duration timeout) in read_line()
97 boost::asio::chrono::steady_clock::duration timeout) in write_line()
117 void run(boost::asio::chrono::steady_clock::duration timeout) in run()
/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/drv/hal/ctrl/hisiv100/
Dhdmi_hal_ddc.c57 static hi_s32 ddc_access_enable_wait(hi_u32 timeout) in ddc_access_enable_wait()
75 static hi_s32 ddc_access_disable_wait(hi_u32 timeout) in ddc_access_disable_wait()
93 static hi_s32 ddc_scl_wait(hi_u32 timeout) in ddc_scl_wait()
110 static hi_s32 ddc_sda_wait(hi_u32 timeout) in ddc_sda_wait()
147 static hi_s32 ddc_in_prog_wait(hi_u32 timeout) in ddc_in_prog_wait()
202 static hi_s32 ddc_read(hi_u8 *data, hi_u32 len, hi_u32 timeout) in ddc_read()
242 static hi_s32 ddc_write(hi_u8 *data, hi_u32 len, hi_u32 timeout) in ddc_write()
277 hi_u32 data_size, timeout; in ddc_data_issue() local
/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/drv/hal/ctrl/hisiv200/
Dhdmi_hal_ddc.c59 static hi_s32 ddc_access_enable_wait(hi_u32 timeout) in ddc_access_enable_wait()
77 static hi_s32 ddc_access_disable_wait(hi_u32 timeout) in ddc_access_disable_wait()
95 static hi_s32 ddc_scl_wait(hi_u32 timeout) in ddc_scl_wait()
112 static hi_s32 ddc_sda_wait(hi_u32 timeout) in ddc_sda_wait()
150 static hi_s32 ddc_in_prog_wait(hi_u32 timeout) in ddc_in_prog_wait()
204 static hi_s32 ddc_read(hi_u8 *data, hi_u32 len, hi_u32 timeout) in ddc_read()
245 static hi_s32 ddc_write(hi_u8 *data, hi_u32 len, hi_u32 timeout) in ddc_write()
280 hi_u32 timeout, data_size; in ddc_data_issue() local
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py361 timeout, argument
387 def future(self, request, timeout, metadata=None, protocol_options=None): argument
411 timeout, argument
437 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
460 timeout, argument
488 timeout, argument
516 timeout, argument
541 timeout, argument
569 timeout, argument
593 timeout, argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/
Dblocking_tcp_client.cpp40 std::chrono::steady_clock::duration timeout) in connect()
65 std::string read_line(std::chrono::steady_clock::duration timeout) in read_line()
95 std::chrono::steady_clock::duration timeout) in write_line()
120 void run(std::chrono::steady_clock::duration timeout) in run()
/third_party/boost/libs/asio/example/cpp11/timeouts/
Dblocking_tcp_client.cpp40 std::chrono::steady_clock::duration timeout) in connect()
65 std::string read_line(std::chrono::steady_clock::duration timeout) in read_line()
95 std::chrono::steady_clock::duration timeout) in write_line()
120 void run(std::chrono::steady_clock::duration timeout) in run()
/third_party/grpc/src/python/grpcio/grpc/framework/foundation/
Dfuture.py140 def result(self, timeout=None): argument
163 def exception(self, timeout=None): argument
186 def traceback(self, timeout=None): argument
/third_party/boost/libs/thread/test/
Dtest_shared_mutex_timed_locks_chrono.cpp36 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local
67 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local
100 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local
135 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local
166 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local
199 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local
235 boost::chrono::steady_clock::time_point const timeout=start+boost::chrono::milliseconds(500); in BOOST_AUTO_TEST_CASE() local

12345678910>>...51