Searched refs:exception_msg (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/video/ |
D | 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): argument 154 fullmsg = exception_msg + ' Waited for %ss' % self.event_timeout
|
/external/pytorch/test/cpp/jit/ |
D | test_interpreter.cpp | 254 std::string exception_msg = e.what(); in TEST() local 256 exception_msg, in TEST() 259 exception_msg, in TEST() 271 std::string exception_msg = e.what_without_backtrace(); in TEST() local 273 exception_msg.c_str(), in TEST() 286 std::string exception_msg = e.what_without_backtrace(); in TEST() local 288 exception_msg.c_str(), in TEST()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | parallelizer_test.py | 116 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/pytorch/torch/distributed/rpc/ |
D | internal.py | 223 exception_msg = result.msg.encode("utf-8").decode("unicode_escape") 228 exc = result.exception_type(exception_msg)
|
/external/pigweed/pw_rpc/py/tests/ |
D | callback_client_test.py | 209 exception_msg = 'YOU BROKE IT O-]-<' 213 self._request(), mock.Mock(side_effect=Exception(exception_msg)) 216 self.assertIn(exception_msg, ''.join(logs.output))
|
/external/pytorch/test/cpp/api/ |
D | dataloader.cpp | 1729 std::string exception_msg = in TEST() local 1734 ASSERT_THROWS_WITH(*(data_loader->begin()), exception_msg); in TEST()
|