Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/
Daidl_to_java.cpp651 auto as_interface = element_type_name + ".Stub::asInterface"; in CreateFromParcelFor() local
769 auto as_interface = name + ".Stub::asInterface"; in CreateFromParcelFor() local
842 auto as_interface = element_type_name + ".Stub::asInterface"; in ReadFromParcelFor() local
933 auto as_interface = c.type.GetName() + ".Stub::asInterface"; in ReadFromParcelFor() local
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py663 def as_interface(x: OneTwo) -> OneTwo: function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py6863 def as_interface(x): function