Home
last modified time | relevance | path

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/
Dattributes.rs19 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 …]
Dscaffolding.rs24 if let Some(async_runtime) = ar { in gen_fn_scaffolding()
26 async_runtime, in gen_fn_scaffolding()
Dtrait_interface.rs27 if let Some(rt) = args.async_runtime { in gen_trait_scaffolding()
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dexport.rs45 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()
Dutil.rs258 syn::custom_keyword!(async_runtime);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc176 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 DBUILD43 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 DBUILD18 "//tensorflow/compiler/xla/runtime:async_runtime",
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/
H A DBUILD209 "//tensorflow/compiler/xla/runtime:async_runtime",