Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/java/
DProguardRules.h64 inline void AddMethod(const UsageLocation& file, const NameAndSignature& name_and_signature) { in AddMethod() function
DProguardRules.cpp89 void AddMethod(size_t line_number, const std::string& method_name, in AddMethod() function in aapt::proguard::BaseVisitor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py1194 def AddMethod(self, mock_method): member in MethodGroup
1214 def AddMethod(self, mock_method): member in UnorderedGroup
1276 def AddMethod(self, mock_method): member in MultipleTimesGroup
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc164 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() function