Home
last modified time | relevance | path

Searched defs:TestError (Results 1 – 25 of 25) sorted by relevance

/external/rust/crates/anyhow/tests/
Dtest_source.rs7 enum TestError { enum
11 impl Display for TestError { implementation
19 impl StdError for TestError { implementation
/external/deqp/framework/common/
DtcuDefs.cpp96 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError() function in tcu::TestError
100 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError() function in tcu::TestError
105 TestError::TestError (const std::string& message) in TestError() function in tcu::TestError
DtcuDefs.hpp80 class TestError : public TestException class
/external/libchrome/base/
Dscoped_clear_errno_unittest.cc21 TEST(ScopedClearErrno, TestError) { in TEST() argument
/external/antlr/runtime/Python/
Dsetup.py56 class TestError(DistutilsError): class
/external/antlr/runtime/Python3/
Dsetup.py62 class TestError(DistutilsError): class
/external/libyuv/files/tools_libyuv/autoroller/unittests/
Droll_deps_test.py44 class TestError(Exception): class
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFutureCallbackTest.java116 class TestError extends Error {} in testOnSuccessThrowsError() class
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFutureCallbackTest.java116 class TestError extends Error {} in testOnSuccessThrowsError() class
/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp352 void UnifiedCacheTest::TestError() { in TestError() function in UnifiedCacheTest
/external/rust/crates/regex-syntax/src/hir/
Dtranslate.rs1119 struct TestError { struct
1120 span: Span,
1121 kind: hir::ErrorKind,
1124 impl PartialEq<hir::Error> for TestError { implementation
/external/webrtc/p2p/base/
Dstun_request_unittest.cc110 TEST_F(StunRequestTest, TestError) { in TEST_F() argument
/external/autotest/client/cros/faft/utils/
Dsaft_flashrom_util.py25 class TestError(Exception): class
/external/webrtc/tools_webrtc/autoroller/unittests/
Droll_deps_test.py49 class TestError(Exception): class
/external/robolectric-shadows/shadowapi/src/test/java/org/robolectric/util/
DReflectionHelpersTest.java266 private static class TestError extends Error { class in ReflectionHelpersTest
/external/rust/crates/regex-syntax/src/ast/
Dparse.rs2339 struct TestError { struct
2340 span: Span,
2341 kind: ast::ErrorKind,
2344 impl PartialEq<ast::Error> for TestError { implementation
/external/autotest/client/cros/cellular/pseudomodem/
Dpm_errors.py344 class TestError(dbus.exceptions.DBusException): class
/external/autotest/client/common_lib/
Derror.py74 class TestError(TestBaseException): class
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java1007 private static final class TestError extends Error {} class in ContextTest
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java1425 private static final class TestError extends Error {} class in ServerImplTest
/external/flatbuffers/tests/
Dtest.cpp1564 # define TestError(src, ...) \ macro
1567 # define TestError(src, ...) \ macro
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py2691 class TestError(Exception): class
/external/python/cpython2/Modules/
D_testcapimodule.c25 static PyObject *TestError; /* set to exception object in init */ variable
/external/python/pyopenssl/tests/
Dtest_ssl.py3317 class TestError(object): class
/external/python/cpython3/Modules/
D_testcapimodule.c41 static PyObject *TestError; /* set to exception object in init */ variable