/external/googletest/googlemock/test/ |
D | gmock_ex_test.cc | 41 using testing::internal::GoogleTestFailureException; 67 } catch (const GoogleTestFailureException& /* unused */) { in TEST()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 150 explicit GoogleTestFailureException(const TestPartResult& failure);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 150 explicit GoogleTestFailureException(const TestPartResult& failure);
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 150 explicit GoogleTestFailureException(const TestPartResult& failure);
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 153 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 155 explicit GoogleTestFailureException(const TestPartResult& failure);
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 142 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 144 explicit GoogleTestFailureException(const TestPartResult& failure);
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 1062 : public internal::GoogleTestFailureException { 1065 : GoogleTestFailureException(result) {} in AssertionException()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 1034 : public internal::GoogleTestFailureException { 1037 : GoogleTestFailureException(result) {} in AssertionException()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 2054 class GoogleTestFailureException : public ::std::runtime_error { class 2056 explicit GoogleTestFailureException(const TestPartResult& failure) in GoogleTestFailureException() function in testing::GoogleTestFailureException 2127 } catch (const GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 3766 throw GoogleTestFailureException(result); in AddTestPartResult()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2054 class GoogleTestFailureException : public ::std::runtime_error { class 2056 explicit GoogleTestFailureException(const TestPartResult& failure) in GoogleTestFailureException() function in testing::GoogleTestFailureException 2127 } catch (const GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 3769 throw GoogleTestFailureException(result); in AddTestPartResult()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2055 class GoogleTestFailureException : public ::std::runtime_error { class 2057 explicit GoogleTestFailureException(const TestPartResult& failure) in GoogleTestFailureException() function in testing::GoogleTestFailureException 2128 } catch (const GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 3831 throw GoogleTestFailureException(result); in AddTestPartResult()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 2369 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException 2440 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 4161 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2368 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException 2439 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 4160 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2368 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException 2439 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 4160 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2409 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException 2482 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 4689 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 2390 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException 2463 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 4753 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 3816 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException 3887 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported() 5612 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
|
D | gtest.h | 7894 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 7896 explicit GoogleTestFailureException(const TestPartResult& failure);
|