/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ipv6_exts/ |
D | header_read_error.rs | 56 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() 66 mod test { module
|
D | header_limited_read_error.rs | 74 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/ |
D | header_read_error.rs | 56 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() 66 mod test { module
|
D | header_limited_read_error.rs | 74 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/ |
D | header_read_error.rs | 56 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/ |
D | header_read_error.rs | 58 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/ |
D | slice_write_space_error.rs | 49 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() 55 mod test { module
|
D | len_error.rs | 143 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/ |
D | limited_read_error.rs | 59 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 D | buffer_pool_publisher.rs | 62 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/ |
D | headers_read_error.rs | 74 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/ |
D | field.rs | 321 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 D | pool.rs | 110 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 D | versioning.rs | 77 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/ |
D | read.rs | 91 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 D | read.rs | 91 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/ |
D | Cargo.toml | 51 [[test]] arraytable 74 static = [ qkey
|
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/src/ |
H A D | lib.rs | 62 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/ |
D | test_round_trip.rs | 71 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 D | test_round_trip.rs | 71 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/ |
D | fmt_layer.rs | 117 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/ |
D | server.rs | 15 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 D | lib.rs | 38 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 D | lib.rs | 37 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 D | lib.rs | 38 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()
|