Home
last modified time | relevance | path

Searched refs:_timeout (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/cert/
Dbehavior.py154 self._timeout = timeout
157 return self._behavior.wait_until_invoked(self._matcher, times, self._timeout)
164 self._timeout = timeout
168 t = self._timeout
Dtruth.py85 self._timeout = timeout
88 …_assert_all_events_occur(self._stream, self._match_fns, order_matters=False, timeout=self._timeout)
92 …U_assert_all_events_occur(self._stream, self._match_fns, order_matters=True, timeout=self._timeout)
/system/core/logd/
DLogReader.cpp117 static const char _timeout[] = " timeout="; in onDataAvailable() local
118 cp = strstr(buffer, _timeout); in onDataAvailable()
120 long timeout_seconds = atol(cp + sizeof(_timeout) - 1); in onDataAvailable()