Home
last modified time | relevance | path

Searched defs:get_timeout (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddecorators.py88 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 Dres_send.c724 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/
Dres_send.cpp687 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/
Dclient.rs68 pub fn get_timeout(&self) -> Option<Duration> { in get_timeout() method
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_distributed.py401 def get_timeout(test_id) -> int: function
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py1855 get_timeout, property_name, argument
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dnode.py1941 def get_timeout(self): member in NodeImpl
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py406 def get_timeout(test_id): function