Home
last modified time | relevance | path

Searched +defs:static +defs:test (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs129 fn test(&self) -> Result<String, StatusCode> { in test() method
152 fn test(&self) -> Result<String, StatusCode>; in test() method
167 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in test() method
170 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>>; in get_dump_args()
173 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in get_selinux_context()
176 fn get_is_handling_transaction(&self) -> binder::BoxFuture<'static, Result<bool, StatusCode>>; in get_is_handling_transaction()
206 fn test(&self) -> Result<String, StatusCode> { in test() method
239 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test() method
247 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args()
257 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/spawn/
Dmod.rs62 F: FnOnce() + Send + 'static, in spawn()
73 F: FnOnce() + Send + 'static, in spawn_in()
86 unsafe fn spawn_job<F>(func: F, registry: &Arc<Registry>) -> JobRef in spawn_job()
132 F: FnOnce() + Send + 'static, in spawn_fifo()
143 F: FnOnce() + Send + 'static, in spawn_fifo_in()
163 mod test; module
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/init_args/
Dchar_encoding_windows.rs35 ) -> Result<Cow<'static, CStr>, JvmError> { in str_to_cstr_win32()
256 fn test() { in test() function
311 result: Result<Cow<'static, CStr>, JvmError>, in test_overflow()
312 ) -> Cow<'static, CStr> { in test_overflow()
325 result: Result<Cow<'static, CStr>, JvmError>, in test_overflow()
326 ) -> Cow<'static, CStr> { in test_overflow()
338 result: Result<Cow<'static, CStr>, JvmError>, in test_overflow()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/
H A Derror.rs54 E: Into<Box<dyn std::error::Error + Send + Sync + 'static>>, in new()
66 pub fn inner(&self) -> &(dyn std::error::Error + Send + Sync + 'static) { in inner()
77 pub fn take_inner(self) -> Box<dyn std::error::Error + Send + Sync + 'static> { in take_inner()
188 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
220 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/
Derror.rs54 E: Into<Box<dyn std::error::Error + Send + Sync + 'static>>, in new()
66 pub fn inner(&self) -> &(dyn std::error::Error + Send + Sync + 'static) { in inner()
77 pub fn take_inner(self) -> Box<dyn std::error::Error + Send + Sync + 'static> { in take_inner()
188 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
220 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dhooks.rs348 F: FnMut() -> bool + Send + 'static, in commit_hook()
358 F: FnMut() + Send + 'static, in rollback_hook()
376 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook()
391 F: FnMut() -> bool + Send + RefUnwindSafe + 'static, in progress_handler()
401 F: for<'r> FnMut(AuthContext<'r>) -> Authorization + Send + RefUnwindSafe + 'static, in authorizer()
419 F: FnMut() -> bool + Send + 'static, in commit_hook()
464 F: FnMut() + Send + 'static, in rollback_hook()
505 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook()
557 F: FnMut() -> bool + Send + RefUnwindSafe + 'static, in progress_handler()
589 F: for<'r> FnMut(AuthContext<'r>) -> Authorization + Send + RefUnwindSafe + 'static, in authorizer()
[all …]
Dcollation.rs21 C: Fn(&str, &str) -> Ordering + Send + UnwindSafe + 'static, in create_collation()
47 C: Fn(&str, &str) -> Ordering + Send + UnwindSafe + 'static, in create_collation()
170 mod test { module
Dsession.rs62 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in table_filter()
584 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in apply()
585 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in apply()
622 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in apply_strm()
623 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in apply_strm()
697 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in call_filter()
698 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in call_filter()
721 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in call_conflict()
722 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in call_conflict()
765 mod test { module
Dfunctions.rs180 T: Send + Sync + 'static, in get_or_create_aux()
181 E: Into<Box<dyn std::error::Error + Send + Sync + 'static>>, in get_or_create_aux()
397 F: FnMut(&Context<'_>) -> Result<T> + Send + UnwindSafe + 'static, in create_scalar_function()
421 D: Aggregate<A, T> + 'static, in create_aggregate_function()
446 W: WindowAggregate<A, T> + 'static, in create_window_function()
479 F: FnMut(&Context<'_>) -> Result<T> + Send + UnwindSafe + 'static, in create_scalar_function()
542 D: Aggregate<A, T> + 'static, in create_aggregate_function()
573 W: WindowAggregate<A, T> + 'static, in create_window_function()
799 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dlib.rs93 mod test; module
508 F: FnMut(usize) -> String + 'static, in thread_name()
583 H: Fn(Box<dyn Any + Send>) + Send + Sync + 'static, in panic_handler()
651 H: Fn(usize) + Send + Sync + 'static, in start_handler()
670 H: Fn(usize) + Send + Sync + 'static, in exit_handler()
687 pub fn build(self) -> Result<ThreadPool, Box<dyn Error + 'static>> { in build()
694 F: FnMut(usize) -> String + 'static, in thread_name()
709 H: Fn(Box<dyn Any + Send>) + Send + Sync + 'static, in panic_handler()
730 H: Fn(usize) + Send + Sync + 'static, in start_handler()
739 H: Fn(usize) + Send + Sync + 'static, in exit_handler()
[all …]
/aosp_15_r20/external/crosvm/cros_async/src/blocking/
H A Dcancellable_pool.rs83 R: Send + 'static, in spawn()
208 R: Send + 'static, in spawn()
209 G: Fn() -> R + Send + 'static, in spawn()
337 R: Send + 'static, in unblock()
338 G: Fn() -> R + Send + 'static, in unblock()
351 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/broadcast/
Dmod.rs8 mod test; module
38 OP: Fn(BroadcastContext<'_>) + Send + Sync + 'static, in spawn_broadcast()
130 OP: Fn(BroadcastContext<'_>) + Send + Sync + 'static, in spawn_broadcast_in()
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/
Dmod.rs18 mod test; module
346 OP: FnOnce() + Send + 'static, in spawn()
362 OP: FnOnce() + Send + 'static, in spawn_fifo()
374 OP: Fn(BroadcastContext<'_>) + Send + Sync + 'static, in spawn_broadcast()
/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/src/
Dtester.rs246 F: 'static, in must_fail()
247 T: 'static, in must_fail()
399 F: 'static, in safe()
400 T: 'static, in safe()
420 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/src/
Dspan.rs436 pub fn new(meta: &'static Metadata<'static>, values: &field::ValueSet<'_>) -> Span { in new()
443 meta: &'static Metadata<'static>, in new_with()
460 pub fn new_root(meta: &'static Metadata<'static>, values: &field::ValueSet<'_>) -> Span { in new_root()
467 meta: &'static Metadata<'static>, in new_root_with()
486 meta: &'static Metadata<'static>, in child_of()
499 meta: &'static Metadata<'static>, in child_of_with()
564 meta: &'static Metadata<'static>, in make_with()
1325 pub fn metadata(&self) -> Option<&'static Metadata<'static>> { in metadata()
1607 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/
DCargo.toml41 [[test]] arraytable
45 [[test]] arraytable
49 [[test]] arraytable
53 [[test]] arraytable
119 static = ["libbpf-sys/static"] qkey
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/
H A Dmain.rs39 mod test; module
181 T: Any + Clone + Send + Sync + 'static, in get_required_arg()
190 T: Any + Clone + Send + Sync + 'static, in get_optional_arg()
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dmod.rs500 pub fn try_init(self) -> Result<(), Box<dyn Error + Send + Sync + 'static>> { in try_init()
743 N: for<'writer> FormatFields<'writer> + 'static, in compact()
772 N: for<'writer> FormatFields<'writer> + 'static, in json()
882 N2: for<'writer> FormatFields<'writer> + 'static, in fmt_fields()
945 Formatter<N, E, W>: tracing_core::Subscriber + 'static, in with_env_filter()
1016 E2: FormatEvent<Registry, N> + 'static, in event_format()
1017 N: for<'writer> FormatFields<'writer> + 'static, in event_format()
1018 W: for<'writer> MakeWriter<'writer> + 'static, in event_format()
1042 W2: for<'writer> MakeWriter<'writer> + 'static, in with_writer()
1096 E2: FormatEvent<Registry, N> + 'static, in map_event_format()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_option_write_error.rs15 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
32 mod test { module
Dtcp_option_read_error.rs23 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
54 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/src/
Dlib.rs105 pub fn test<R>(name: impl Into<String>, runner: R) -> Self in test() method
107 R: FnOnce() -> Result<(), Failed> + Send + 'static, in test()
137 R: FnOnce(bool) -> Result<Option<Measurement>, Failed> + Send + 'static, in bench()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/
Dvalue_too_big_error.rs36 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
42 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ipv6/
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/linux_sll/
Dheader_read_error.rs59 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
69 mod test { module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ipv4/
Dheader_read_error.rs56 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
66 mod test { module

12345678910>>...26