Searched refs:async_runtime (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/ |
D | attributes.rs | 19 pub(crate) async_runtime: Option<AsyncRuntime>, field 33 if lookahead.peek(kw::async_runtime) { in parse_one() 34 let _: kw::async_runtime = input.parse()?; in parse_one() 37 async_runtime: Some(input.parse()?), in parse_one() 57 async_runtime: either_attribute_arg(self.async_runtime, other.async_runtime)?, in merge() 76 pub(crate) async_runtime: Option<AsyncRuntime>, field 90 if lookahead.peek(kw::async_runtime) { in parse_one() 91 let _: kw::async_runtime = input.parse()?; in parse_one() 94 async_runtime: Some(input.parse()?), in parse_one() 120 async_runtime: either_attribute_arg(self.async_runtime, other.async_runtime)?, in merge() [all …]
|
D | scaffolding.rs | 24 if let Some(async_runtime) = ar { in gen_fn_scaffolding() 26 async_runtime, in gen_fn_scaffolding()
|
D | trait_interface.rs | 27 if let Some(rt) = args.async_runtime { in gen_trait_scaffolding()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | export.rs | 45 gen_fn_scaffolding(sig, &args.async_runtime, udl_mode) in expand_export() 52 if let Some(rt) = &args.async_runtime { in expand_export() 68 gen_constructor_scaffolding(sig, &args.async_runtime, udl_mode) in expand_export() 71 gen_method_scaffolding(sig, &args.async_runtime, udl_mode) in expand_export()
|
D | util.rs | 258 syn::custom_keyword!(async_runtime);
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | async_runtime.cc | 176 static thread_local AsyncRuntime async_runtime; variable 196 async_runtime = runtime; in Set() 200 assert(async_runtime.runner() != nullptr); in GetCurrentRuntime() 201 return async_runtime; in GetCurrentRuntime()
|
H A D | BUILD | 43 name = "async_runtime", 44 srcs = ["async_runtime.cc"], 45 hdrs = ["async_runtime.h"], 152 ":async_runtime",
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/utils/runtime/ |
H A D | BUILD | 18 "//tensorflow/compiler/xla/runtime:async_runtime",
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/ |
H A D | BUILD | 209 "//tensorflow/compiler/xla/runtime:async_runtime",
|