Home
last modified time | relevance | path

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

123

/external/rust/android-crates-io/crates/mls-rs-crypto-traits/src/
Dmock.rs8 pub struct TestError {} struct
10 impl std::error::Error for TestError {} implementation
12 impl std::fmt::Display for TestError { implementation
18 impl mls_rs_core::error::IntoAnyError for TestError { implementation
/external/pigweed/pw_kernel/lib/unittest/
Dunittest_core.rs56 pub struct TestError { struct
62 pub type Result<T> = core::result::Result<T, TestError>; argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_source.rs7 enum TestError { enum
11 impl Display for TestError { implementation
19 impl StdError for TestError { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_source.rs7 enum TestError { enum
11 impl Display for TestError { implementation
19 impl StdError for TestError { implementation
/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_source.rs7 enum TestError { enum
11 impl Display for TestError { implementation
19 impl StdError for TestError { implementation
/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Dlib.rs50 pub(crate) struct TestError(#[allow(unused)] String); struct
52 impl TestError { implementation
/external/deqp/framework/common/
DtcuDefs.cpp92 TestError::TestError(const char *message, const char *expr, const char *file, int line, qpTestResul… in TestError() function in tcu::TestError
97 TestError::TestError(const char *message, const char *expr, const char *file, int line) in TestError() function in tcu::TestError
101 TestError::TestError(const std::string &message, const char *expr, const char *file, int line) in TestError() function in tcu::TestError
106 TestError::TestError(const std::string &message) : TestException(message, QP_TEST_RESULT_FAIL) in TestError() function in tcu::TestError
/external/executorch/exir/tests/
Dtest_error.py13 class TestError(unittest.TestCase): class
/external/libchrome/base/
Dscoped_clear_errno_unittest.cc21 TEST(ScopedClearErrno, TestError) { in TEST() argument
/external/python/cpython3/Lib/test/test_tomllib/
Dtest_error.py10 class TestError(unittest.TestCase): class
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtfrt_cpu_pjrt_client_test.cc29 void TestError(void* out, const void** in, XlaCustomCallStatus* status) { in TestError() function
/external/python/mobly/mobly/
Dsignals.py48 class TestError(TestSignal): class
/external/cronet/stable/base/
Dscoped_clear_last_error_unittest.cc26 TEST(ScopedClearLastError, TestError) { in TEST() argument
/external/cronet/tot/base/
Dscoped_clear_last_error_unittest.cc26 TEST(ScopedClearLastError, TestError) { in TEST() argument
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dscoped_clear_last_error_pa_unittest.cc25 TEST(PAScopedClearLastError, TestError) { in TEST() argument
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dscoped_clear_last_error_pa_unittest.cc25 TEST(PAScopedClearLastError, TestError) { in TEST() argument
/external/pigweed/pw_bluetooth_sapphire/host/common/
Derror_test.cc25 enum class TestError : uint8_t { enum
281 [&proto_visited](TestError) { proto_visited = true; }); in TEST() argument
293 [&proto_visited](TestError) { proto_visited = true; }); in TEST() argument
/external/ComputeLibrary/tests/framework/
DExceptions.cpp112 TestError::TestError(const std::string &msg, LogLevel level, std::string context) in TestError() function in arm_compute::test::framework::TestError
/external/antlr/runtime/Python/
Dsetup.py56 class TestError(DistutilsError): class
/external/antlr/runtime/Python3/
Dsetup.py62 class TestError(DistutilsError): class
/external/pigweed/pw_bluetooth/
Dresult_test.cc22 enum class TestError { kFailure0, kFailure1 }; enum
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fdeflate-0.3.6/src/decompress/tests/
Dtest_utils.rs16 TestError(TestErrorKind), enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fdeflate-0.3.6/src/decompress/tests/
Dtest_utils.rs16 TestError(TestErrorKind), enumerator
/external/flatbuffers/tests/
Dparser_test.cpp42 # define TestError(src, ...) \ macro
45 # define TestError(src, ...) \ macro
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DTestError.java30 public final class TestError extends com.google.protobuf.GeneratedMessageV3 class
36 private TestError(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in TestError() method in TestError
40 private TestError() { in TestError() method in TestError

123