Home
last modified time | relevance | path

Searched +defs:static +defs:test (Results 26 – 50 of 640) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ipv6_exts/
Dheader_read_error.rs56 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
66 mod test { module
Dheader_limited_read_error.rs74 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
85 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ip_auth/
Dheader_read_error.rs56 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
66 mod test { module
Dheader_limited_read_error.rs74 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
85 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/tcp/
Dheader_read_error.rs56 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
66 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/double_vlan/
Dheader_read_error.rs58 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
68 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/
Dslice_write_space_error.rs49 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
55 mod test { module
Dlen_error.rs143 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
149 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/io/
Dlimited_read_error.rs59 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
69 mod test { module
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/src/publishers/
H A Dbuffer_pool_publisher.rs62 fn subscribe(&mut self, subscriber: impl BufferSubscriber + 'static) { in subscribe()
71 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ip/
Dheaders_read_error.rs74 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
85 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dfield.rs321 fn record_error(&mut self, field: &Field, value: &(dyn std::error::Error + 'static)) { in record_error()
544 impl crate::sealed::Sealed for dyn std::error::Error + 'static {} implementation
548 impl Value for dyn std::error::Error + 'static { implementation
555 impl crate::sealed::Sealed for dyn std::error::Error + Send + 'static {} implementation
559 impl Value for dyn std::error::Error + Send + 'static { implementation
566 impl crate::sealed::Sealed for dyn std::error::Error + Sync + 'static {} implementation
570 impl Value for dyn std::error::Error + Sync + 'static { implementation
577 impl crate::sealed::Sealed for dyn std::error::Error + Send + Sync + 'static {} implementation
581 impl Value for dyn std::error::Error + Send + Sync + 'static { implementation
1087 mod test { module
/aosp_15_r20/external/crosvm/cros_async/src/blocking/
H A Dpool.rs110 R: Send + 'static, in spawn()
272 R: Send + 'static, in spawn()
349 mod test { module
/aosp_15_r20/system/security/keystore2/src/database/
H A Dversioning.rs77 F: Fn(&Transaction) -> Result<u32> + 'static, in upgrade_database()
95 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/rngs/adapter/
Dread.rs91 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
98 mod test { module
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/rngs/adapter/
H A Dread.rs91 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
98 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/
DCargo.toml51 [[test]] arraytable
74 static = [ qkey
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/src/
H A Dlib.rs62 fn subscribe(&mut self, subscriber: impl BufferSubscriber + 'static); in subscribe()
170 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/
Dtest_round_trip.rs71 fn test(path: &Path, failed: &AtomicUsize, abort_after: usize) { in test() function
157 fn translate_message(diagnostic: &Diag) -> Cow<'static, str> { in translate_message()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/
H A Dtest_round_trip.rs71 fn test(path: &Path, failed: &AtomicUsize, abort_after: usize) { in test() function
157 fn translate_message(diagnostic: &Diag) -> Cow<'static, str> { in translate_message()
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dfmt_layer.rs117 E2: FormatEvent<S, N> + 'static, in event_format()
147 E2: FormatEvent<S, N> + 'static, in map_event_format()
181 W2: for<'writer> MakeWriter<'writer> + 'static, in with_writer()
361 W2: for<'writer> MakeWriter<'writer> + 'static, in map_writer()
534 N: for<'writer> FormatFields<'writer> + 'static, in compact()
647 N2: for<'writer> FormatFields<'writer> + 'static, in fmt_fields()
678 N2: for<'writer> FormatFields<'writer> + 'static, in map_fmt_fields()
1219 mod test { module
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs15 mod test; module
121 datastore: impl RawGattDatastore + 'static, in register_gatt_service()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dlib.rs38 pub mod test { module
189 let test = tests in test_main_static_abort() localVariable
247 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable
252 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable
667 ) -> Result<T, Box<dyn Any + Send>> in fold_err()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dlib.rs37 pub mod test { module
188 let test = tests in test_main_static_abort() localVariable
246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable
251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable
666 ) -> Result<T, Box<dyn Any + Send>> in fold_err()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dlib.rs38 pub mod test { module
189 let test = tests in test_main_static_abort() localVariable
247 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable
252 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable
667 ) -> Result<T, Box<dyn Any + Send>> in fold_err()

12345678910>>...26