Searched refs:_timeout (Results 1 – 3 of 3) sorted by relevance
154 self._timeout = timeout157 return self._behavior.wait_until_invoked(self._matcher, times, self._timeout)164 self._timeout = timeout168 t = self._timeout
85 self._timeout = timeout88 …_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)
117 static const char _timeout[] = " timeout="; in onDataAvailable() local118 cp = strstr(buffer, _timeout); in onDataAvailable()120 long timeout_seconds = atol(cp + sizeof(_timeout) - 1); in onDataAvailable()