Searched refs:MethodName (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 1186 const std::string MethodName = "reduce_" + ER->getNameReduce(); in genExportReduceArrayVariant() local 1192 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceArrayVariant() 1235 …mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArg… in genExportReduceArrayVariant() 1267 const std::string MethodName = "reduce_" + ER->getNameReduce(); in genExportReduceAllocationVariant() local 1274 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant() 1275 mOut.indent() << "return " << MethodName << "("; in genExportReduceAllocationVariant() 1294 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 235 This strategy is used to override method implementations. Given a method SomeClass.MethodName(), 1 240 b- A brand new implementation of SomeClass.MethodName() which calls to a non-existing static method 241 named SomeClass_Delegate.MethodName(). The implementation of this 'delegate' method is done in
|