OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception_msg
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/cros/video/
video_player.py
76
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
):
150
@param
exception_msg
: string, an exception message to show when desire
[
all
...]
/external/autotest/scheduler/
thread_lib.py
99
exception_msg
= ''
101
exception_msg
+= ('Drone %s raised Exception %s\n' %
103
raise drone_task_queue.DroneTaskQueueException(
exception_msg
)
rdb_unittest.py
170
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/
parallelizer_test.py
116
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))
Completed in 184 milliseconds