Home
last modified time | relevance | path

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

/external/autotest/client/cros/video/
Dvideo_player.py76 exception_msg = 'Script did not ready in time.'
78 self._wait_for_event(self.is_javascript_ready, exception_msg)
90 exception_msg = 'Video did not signal ready in time.'
92 self._wait_for_event(self.is_video_ready, exception_msg)
104 exception_msg = 'Expected current time >%ds.' %duration
110 lambda : self.currentTime() > duration, exception_msg)
135 exception_msg = 'Video did not complete seeking in time.'
137 self._wait_for_event(self.has_video_finished_seeking, exception_msg)
144 def _wait_for_event(self, predicate_function, exception_msg): argument
154 fullmsg = exception_msg + ' Waited for %ss' % self.event_timeout
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer_test.py116 exception_msg = 'thing %d' % exception_index
125 i if i != exception_index else BaseError(exception_msg),
134 self.assertTrue(exception_msg in str(e.exception))
/external/pigweed/pw_rpc/py/tests/
Dcallback_client_test.py238 exception_msg = 'YOU BROKE IT O-]-<'
242 mock.Mock(side_effect=Exception(exception_msg)))
244 self.assertIn(exception_msg, ''.join(logs.output))