Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/build/android/
H A Dconvert_dex_profile.py198 def AddMethodMapping(self, from_method, to_method): argument
204 def GetMethodMapping(self, from_method): argument
/aosp_15_r20/external/cronet/build/android/
H A Dconvert_dex_profile.py198 def AddMethodMapping(self, from_method, to_method): argument
204 def GetMethodMapping(self, from_method): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dprost_codegen.rs148 fn from_method(method: &Method) -> MethodType { in from_method() method