Home
last modified time | relevance | path

Searched refs:timeout_str (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc576 char timeout_str[GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE]; in deadline_enc() local
579 timeout_str); in deadline_enc()
581 grpc_slice_from_copied_string(timeout_str)); in deadline_enc()
/external/python/cpython3/Lib/test/
Dtest_faulthandler.py546 timeout_str = str(datetime.timedelta(seconds=TIMEOUT))
592 … header = r'Timeout \(%s\)!\nThread 0x[0-9a-f]+ \(most recent call first\):\n' % timeout_str