Home
last modified time | relevance | path

Searched refs:CreateException (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
Dgtest_progress_reporter_unittest.py67 exc_info = self.CreateException()
104 exc_info = self.CreateException()
147 exc_info = self.CreateException()
Dbase_test_results_unittest.py12 def CreateException(self): member in BaseTestResultsUnittest
Dpage_test_results_unittest.py36 failure.FailureValue(self.pages[0], self.CreateException()))
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirectXHelper.h14 throw Platform::Exception::CreateException(hr); in ThrowIfFailed()
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirectXHelper.h14 throw Platform::Exception::CreateException(hr); in ThrowIfFailed()
/external/opencv3/samples/winrt_universal/PhoneTutorial/
DMainPage.xaml.cpp52 throw Exception::CreateException(hr); in ThrowIfFailed()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp389 #define END_CALL_IN_CONTEXT(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\
439 #define END_CREATE_ASYNC(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\