/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/tests/ |
H A D | test_source.rs | 7 enum TestError { enum 11 impl Display for TestError { implementation 19 impl StdError for TestError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/tests/ |
D | test_source.rs | 7 enum TestError { enum 11 impl Display for TestError { implementation 19 impl StdError for TestError { implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | tests.rs | 42 struct TestError; in test_downcasting() struct 44 impl fmt::Display for TestError { in test_downcasting() implementation 50 impl error::Error for TestError {} in test_downcasting() implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | tests.rs | 42 struct TestError; in test_downcasting() struct 44 impl fmt::Display for TestError { in test_downcasting() implementation 50 impl error::Error for TestError {} in test_downcasting() implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | tests.rs | 42 struct TestError; in test_downcasting() struct 44 impl fmt::Display for TestError { in test_downcasting() implementation 50 impl error::Error for TestError {} in test_downcasting() implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | tests.rs | 42 struct TestError; in test_downcasting() struct 44 impl fmt::Display for TestError { in test_downcasting() implementation 50 impl error::Error for TestError {} in test_downcasting() implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | tests.rs | 42 struct TestError; in test_downcasting() struct 44 impl fmt::Display for TestError { in test_downcasting() implementation 50 impl error::Error for TestError {} in test_downcasting() implementation
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | ErrorTest.java | 74 private static final class TestError extends Error { class in ErrorTest 75 protected TestError(String message, Throwable cause, boolean enableSuppression, in TestError() method in ErrorTest.TestError
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A 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
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
H A 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
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/flashrom/util/flashrom_tester/src/ |
H A D | tester.rs | 50 type TestError = Box<dyn std::error::Error>; typedef 369 fn decode_test_result(res: TestResult, con: TestConclusion) -> (TestConclusion, Option<TestError>) { in decode_test_result() 450 truns: &[(String, (TestConclusion, Option<TestError>))], in collate_all_test_runs()
|
/aosp_15_r20/art/test/1940-ddms-ext/src-art/art/ |
H A D | Test1940.java | 44 public static final class TestError extends Error { class in Test1940 45 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/ |
D | translate.rs | 1135 struct TestError { struct 1136 span: Span, 1137 kind: hir::ErrorKind, 1140 impl PartialEq<hir::Error> for TestError { implementation
|
/aosp_15_r20/art/test/991-field-trace-2/src/art/ |
H A D | Test991.java | 54 private static class TestError extends Error { class in Test991 56 public TestError(String s) { super(s); } in TestError() method in Test991.TestError
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/ |
H A D | translate.rs | 1371 struct TestError { struct 1372 span: Span, 1373 kind: hir::ErrorKind, 1376 impl PartialEq<hir::Error> for TestError { implementation
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_error.py | 13 class TestError(unittest.TestCase): class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | errors_test.go | 9 func TestError(t *testing.T) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | errors_test.go | 12 func TestError(t *testing.T) { func
|
/aosp_15_r20/external/libchrome/base/ |
H A D | scoped_clear_errno_unittest.cc | 21 TEST(ScopedClearErrno, TestError) { in TEST() argument
|