Home
last modified time | relevance | path

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

12

/external/rust/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/rust/crates/uniffi_core/src/
Dlib.rs291 pub struct TestError(pub String); struct
294 unsafe impl<UT> FfiConverter<UT> for TestError { implementation
297 fn write(obj: TestError, buf: &mut Vec<u8>) { in write()
301 fn try_read(buf: &mut &[u8]) -> Result<TestError> { in try_read()
309 impl fmt::Display for TestError { implementation
315 impl Error for TestError {} implementation
317 impl<T: Into<String>> From<T> for TestError { implementation
/external/rust/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 { impl
Dx25519.rs97 ) -> Result<E::SharedSecret, TestError> { argument
/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
DtcuDefs.hpp95 class TestError : public TestException class
/external/libchrome/base/
Dscoped_clear_errno_unittest.cc21 TEST(ScopedClearErrno, TestError) { in TEST() argument
/external/rust/crates/uniffi_core/src/ffi/rustfuture/
Dtests.rs29 fn send(&self, value: Result<String, TestError>) { in send() argument
45 fn poll(self: Pin<&mut Self>, context: &mut Context<'_>) -> Poll<Result<String, TestError>> { in poll() 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/base/
Dscoped_clear_last_error_unittest.cc26 TEST(ScopedClearLastError, TestError) { in TEST() argument
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Dscoped_clear_last_error_pa_unittest.cc26 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/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
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
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
/external/googleapis/google/devtools/resultstore/v2/
Dtest_suite.proto192 message TestError { message
/external/libyuv/tools_libyuv/autoroller/unittests/
Droll_deps_test.py44 class TestError(Exception): class
/external/rust/crates/uniffi_core/src/ffi/
Drustcalls.rs211 fn test_callback(a: u8) -> Result<i8, TestError> { in test_callback() argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFutureCallbackTest.java124 class TestError extends Error {} in testOnSuccessThrowsError() class

12