Searched defs:get_timeout (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | decorators.py | 88 get_timeout = lambda *a, **kw: kw['timeout'] function 106 get_timeout = lambda *a, **kw: kw['timeout'] function 129 get_timeout = lambda *a, **kw: timeout function 154 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout) function 183 def get_timeout(inst, *_args, **kwargs): function
|
/aosp_15_r20/bionic/libc/dns/resolv/ |
H A D | res_send.c | 724 static struct timespec get_timeout(const res_state statp, const struct __res_params* params, const … in get_timeout() function
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | res_send.cpp | 687 static struct timespec get_timeout(ResState* statp, const res_params* params, const int addrIndex) { in get_timeout() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/ |
D | client.rs | 68 pub fn get_timeout(&self) -> Option<Duration> { in get_timeout() method
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_distributed.py | 401 def get_timeout(test_id) -> int: function
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_adapter_tests.py | 1855 get_timeout, property_name, argument
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | node.py | 1941 def get_timeout(self): member in NodeImpl
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/ |
H A D | distributed_test.py | 406 def get_timeout(test_id): function
|