Home
last modified time | relevance | path

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

/external/rust/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()
137 F: FnOnce() + Send + 'static, in spawn_fifo()
148 F: FnOnce() + Send + 'static, in spawn_fifo_in()
168 mod test; module
/external/rust/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
/external/rust/crates/rusqlite/src/
Dhooks.rs45 F: FnMut() -> bool + Send + 'static, in commit_hook()
56 F: FnMut() + Send + 'static, in rollback_hook()
73 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook()
88 F: FnMut() -> bool + Send + 'static, in commit_hook()
137 F: FnMut() + Send + 'static, in rollback_hook()
178 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook()
246 mod test { module
Dcollation.rs20 C: Fn(&str, &str) -> Ordering + Send + UnwindSafe + 'static, in create_collation()
44 C: Fn(&str, &str) -> Ordering + Send + UnwindSafe + 'static, in create_collation()
159 mod test { module
Dsession.rs58 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in table_filter()
555 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in apply()
556 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in apply()
594 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in apply_strm()
595 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in apply_strm()
668 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in call_filter()
669 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in call_filter()
696 F: Fn(&str) -> bool + Send + RefUnwindSafe + 'static, in call_conflict()
697 C: Fn(ConflictType, ChangesetItem) -> ConflictAction + Send + RefUnwindSafe + 'static, in call_conflict()
740 mod test { module
Dfunctions.rs173 T: Send + Sync + 'static, in get_or_create_aux()
174 E: Into<Box<dyn std::error::Error + Send + Sync + 'static>>, in get_or_create_aux()
345 F: FnMut(&Context<'_>) -> Result<T> + Send + UnwindSafe + 'static, in create_scalar_function()
422 F: FnMut(&Context<'_>) -> Result<T> + Send + UnwindSafe + 'static, in create_scalar_function()
741 mod test { module
/external/rust/crates/rayon-core/src/
Dlib.rs53 mod test; module
410 F: FnMut(usize) -> String + 'static, in thread_name()
468 H: Fn(Box<dyn Any + Send>) + Send + Sync + 'static, in panic_handler()
536 H: Fn(usize) + Send + Sync + 'static, in start_handler()
555 H: Fn(usize) + Send + Sync + 'static, in exit_handler()
572 pub fn build(self) -> Result<ThreadPool, Box<dyn Error + 'static>> { in build()
579 F: FnMut(usize) -> String + 'static, in thread_name()
594 H: Fn(Box<dyn Any + Send>) + Send + Sync + 'static, in panic_handler()
615 H: Fn(usize) + Send + Sync + 'static, in start_handler()
624 H: Fn(usize) + Send + Sync + 'static, in exit_handler()
[all …]
/external/crosvm/cros_async/src/
Dfd_executor.rs283 F: Future + Send + 'static, in spawn()
284 F::Output: Send + 'static, in spawn()
300 F: Future + 'static, in spawn_local()
301 F::Output: 'static, in spawn_local()
468 F: Future + Send + 'static, in spawn()
469 F::Output: Send + 'static, in spawn()
476 F: Future + 'static, in spawn_local()
477 F::Output: 'static, in spawn_local()
517 mod test { module
/external/rust/crates/rayon-core/src/thread_pool/
Dmod.rs18 mod test; module
234 OP: FnOnce() + Send + 'static, in spawn()
250 OP: FnOnce() + Send + 'static, in spawn_fifo()
/external/rust/crates/rand/src/rngs/adapter/
Dread.rs98 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
105 mod test { module
/external/rust/crates/plotters/src/style/font/
Dttf.rs52 fn load_font_data(face: FontFamily, style: FontStyle) -> FontResult<Font<'static>> { in load_font_data()
188 mod test { module
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DMakefile264 test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test target
300 static: obj/libre2.a target
/external/rust/crates/rayon-core/src/scope/
Dmod.rs20 mod test; module
573 unsafe fn job_panicked(&self, err: Box<dyn Any + Send + 'static>) { in job_panicked()
/external/rust/crates/rusqlite/src/types/
Dfrom_sql.rs65 fn source(&self) -> Option<&(dyn Error + 'static)> { in source()
224 mod test { module
/external/rust/crates/criterion/src/
Dlib.rs198 F: FnMut(&mut Bencher<'_, M>, &I) + 'static, in new()
889 let test = matches.is_present("test"); in configure_from_args() localVariable
1223 I::Item: fmt::Debug + 'static, in bench_function_over_inputs()
1224 F: FnMut(&mut Bencher<'_, M>, &I::Item) + 'static, in bench_function_over_inputs()
1275 I: fmt::Debug + 'static, in bench_functions()
/external/rust/crates/tinytemplate/src/
Dcompiler.rs420 mod test { module
424 fn compile(text: &'static str) -> Result<Vec<Instruction<'static>>> { in compile()
Dtemplate.rs347 mod test { module
351 fn compile(text: &'static str) -> Template<'static> { in compile()
/external/rust/crates/codespan-reporting/src/
Dfiles.rs72 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
410 mod test { module
/external/rust/crates/tokio/src/process/
Dmod.rs608 F: FnMut() -> io::Result<()> + Send + Sync + 'static, in pre_exec()
1251 mod test { module
/external/python/cpython3/Lib/test/
Dtest_functools.py478 static = functools.partialmethod(staticmethod(capture), 8) variable in TestPartialMethod.A
1566 def test(): function
1587 def test(i, x): function
/external/grpc-grpc/
DMakefile1394 static: static_c static_cxx target
1940 test: test_c test_cxx target