Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/tests/
H A Dtest_source.rs7 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/
Dtest_source.rs7 enum TestError { enum
11 impl Display for TestError { implementation
19 impl StdError for TestError { implementation
/aosp_15_r20/external/deqp/framework/common/
H A 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
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Dlib.rs50 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 Dtests.rs42 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 Dtests.rs42 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 Dtests.rs42 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 Dtests.rs42 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 Dtests.rs42 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 DErrorTest.java74 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 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
/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 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
/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 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/flashrom/util/flashrom_tester/src/
H A Dtester.rs50 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 DTest1940.java44 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/
Dtranslate.rs1135 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 DTest991.java54 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 Dtranslate.rs1371 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 Dtest_error.py13 class TestError(unittest.TestCase): class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Derrors_test.go9 func TestError(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Derrors_test.go12 func TestError(t *testing.T) { func
/aosp_15_r20/external/libchrome/base/
H A Dscoped_clear_errno_unittest.cc21 TEST(ScopedClearErrno, TestError) { in TEST() argument

123