Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs113 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_exporter() localVariable
325 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_interface_client() localVariable
554 let mut ast: ItemStruct = syn::parse(item.clone()).unwrap(); in copy_without_attributes() localVariable
609 let ast: ItemStruct = syn::parse(item.clone()).unwrap(); in dbus_propmap() localVariable
774 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in dbus_proxy_obj() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs99 let ast: ItemTrait = syn::parse(item.clone()).unwrap(); in btif_callbacks_dispatcher() localVariable
/packages/services/Car/libs/car-wm-shell-lib/src/com/android/wm/shell/automotive/
DAutoTaskStackControllerImpl.kt405 val ast = autoTransitionHandlerDelegate?.handleRequest(transition, request) in <lambda>() constant