/third_party/node/test/parallel/ |
D | test-vm-timeout.js | 30 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 …]
|
D | test-child-process-fork-timeout-kill-signal.js | 16 timeout: 5, property 24 timeout: 5, property 33 timeout: 'badValue', property 37 timeout: {}, property 47 timeout: 6, property
|
D | test-child-process-spawn-timeout-kill-signal.js | 14 timeout: 5, property 22 timeout: 6, property 31 timeout: 'badValue', property 35 timeout: {}, property 44 timeout: 6, property
|
D | test-dns-channel-timeout.js | 9 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
|
D | test-child-process-exec-timeout.js | 18 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
|
D | test-http-client-timeout-option-with-agent.js | 11 agent: new Agent({ timeout: 50 }), property 13 timeout: 100 property
|
D | test-timers-to-primitive.js | 19 const timeout = setTimeout(common.mustNotCall(), 1); constant 26 const timeout = setTimeout(common.mustNotCall(), 1); constant
|
/third_party/node/doc/api/ |
D | timers.md | 326 [`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.py | 28 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/ |
D | stream_base.hpp | 87 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.py | 93 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 …]
|
D | utilities.py | 39 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/ |
D | blocking_tcp_client.cpp | 51 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/ |
D | blocking_tcp_client.cpp | 51 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/ |
D | hdmi_hal_ddc.c | 57 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/ |
D | hdmi_hal_ddc.c | 59 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/ |
D | face.py | 361 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/ |
D | p2p_listen.py | 50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 115 timeout = 0 variable 141 timeout = value variable
|
D | p2p_find.py | 53 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/ |
D | p2p_listen.py | 50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 115 timeout = 0 variable 141 timeout = value variable
|
D | p2p_find.py | 53 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/ |
D | blocking_tcp_client.cpp | 40 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/ |
D | blocking_tcp_client.cpp | 40 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/ |
D | future.py | 140 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/ |
D | test_shared_mutex_timed_locks_chrono.cpp | 36 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
|