Home
last modified time | relevance | path

Searched defs:TestException (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/Benchmark/musl/
Dlibc_exception.cpp24 struct TestException : public exception { struct
25 TestException() in TestException() function
43 throw TestException(); in ThrowExceptionCallStub() argument
/third_party/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/third_party/vk-gl-cts/framework/common/
DtcuDefs.cpp84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException
90 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
DtcuDefs.hpp67 class TestException : public Exception class
/third_party/python/Lib/test/test_email/
Dtest_policy.py285 class TestException(Exception): class
/third_party/protobuf/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/third_party/python/Lib/test/
Dtest_exceptions.py1711 class TestException(MemoryError): class