Home
last modified time | relevance | path

Searched refs:exception_msg (Results 1 – 4 of 4) 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/autotest/scheduler/
Dthread_lib.py99 exception_msg = ''
101 exception_msg += ('Drone %s raised Exception %s\n' %
103 raise drone_task_queue.DroneTaskQueueException(exception_msg)
Drdb_unittest.py170 exception_msg = 'Bad Field'
179 mock_query_manager.update_hosts.side_effect = e(exception_msg)
184 self.assertTrue(exception_msg in response.get(request))
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer_test.py116 exception_msg = 'thing %d' % exception_index
123 i if i != exception_index else Exception(exception_msg),
131 self.assertTrue(exception_msg in str(e.exception))