Searched refs:_timeout (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/cert/ |
H A D | behavior.py | 154 self._timeout = timeout 157 return self._behavior.wait_until_invoked(self._matcher, times, self._timeout) 164 self._timeout = timeout 168 t = self._timeout
|
H A D | truth.py | 85 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)
|
/aosp12/system/logging/logd/ |
H A D | LogReader.cpp | 118 static const char _timeout[] = " timeout="; in onDataAvailable() local 119 cp = strstr(buffer, _timeout); in onDataAvailable() 121 long timeout_seconds = atol(cp + sizeof(_timeout) - 1); in onDataAvailable()
|
/aosp12/art/tools/common/ |
H A D | common.py | 291 self._timeout = timeout 340 cmd, env, PIPE, PIPE, self._timeout) 382 self._timeout = timeout 451 STDOUT, self._timeout)
|