| /external/rust/crates/mls-rs-crypto-traits/src/ |
| D | mock.rs | 8 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/ |
| D | lib.rs | 291 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/ |
| D | test_source.rs | 7 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/ |
| D | lib.rs | 50 pub(crate) struct TestError(#[allow(unused)] String); struct 52 impl TestError { impl
|
| D | x25519.rs | 97 ) -> Result<E::SharedSecret, TestError> { argument
|
| /external/deqp/framework/common/ |
| D | tcuDefs.cpp | 92 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
|
| D | tcuDefs.hpp | 95 class TestError : public TestException class
|
| /external/libchrome/base/ |
| D | scoped_clear_errno_unittest.cc | 21 TEST(ScopedClearErrno, TestError) { in TEST() argument
|
| /external/rust/crates/uniffi_core/src/ffi/rustfuture/ |
| D | tests.rs | 29 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/ |
| D | test_error.py | 10 class TestError(unittest.TestCase): class
|
| /external/tensorflow/tensorflow/compiler/xla/pjrt/ |
| D | tfrt_cpu_pjrt_client_test.cc | 29 void TestError(void* out, const void** in, XlaCustomCallStatus* status) { in TestError() function
|
| /external/python/mobly/mobly/ |
| D | signals.py | 48 class TestError(TestSignal): class
|
| /external/cronet/base/ |
| D | scoped_clear_last_error_unittest.cc | 26 TEST(ScopedClearLastError, TestError) { in TEST() argument
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
| D | scoped_clear_last_error_pa_unittest.cc | 26 TEST(PAScopedClearLastError, TestError) { in TEST() argument
|
| /external/pigweed/pw_bluetooth_sapphire/host/common/ |
| D | error_test.cc | 25 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/ |
| D | Exceptions.cpp | 112 TestError::TestError(const std::string &msg, LogLevel level, std::string context) in TestError() function in arm_compute::test::framework::TestError
|
| /external/antlr/runtime/Python/ |
| D | setup.py | 56 class TestError(DistutilsError): class
|
| /external/antlr/runtime/Python3/ |
| D | setup.py | 62 class TestError(DistutilsError): class
|
| /external/pigweed/pw_bluetooth/ |
| D | result_test.cc | 22 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/ |
| D | TestError.java | 30 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/ |
| D | TestError.java | 30 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/ |
| D | test_suite.proto | 192 message TestError { message
|
| /external/libyuv/tools_libyuv/autoroller/unittests/ |
| D | roll_deps_test.py | 44 class TestError(Exception): class
|
| /external/rust/crates/uniffi_core/src/ffi/ |
| D | rustcalls.rs | 211 fn test_callback(a: u8) -> Result<i8, TestError> { in test_callback() argument
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | FutureCallbackTest.java | 124 class TestError extends Error {} in testOnSuccessThrowsError() class
|