Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py677 group.AddMethod(self)
682 new_group.AddMethod(self)
1194 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/base/tools/aapt2/java/
DProguardRules.cpp89 void AddMethod(size_t line_number, const std::string& method_name, in AddMethod() function in aapt::proguard::BaseVisitor
91 keep_set_->AddMethod({file_.name, file_.source.WithLine(line_number)}, in AddMethod()
144 AddMethod(node->line_number, attr.value, "android.view.View"); in Visit()
168 AddMethod(node->line_number, attr.value, "android.view.MenuItem"); in Visit()
DProguardRules.h64 inline void AddMethod(const UsageLocation& file, const NameAndSignature& name_and_signature) { in AddMethod() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc164 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() function
1362 AddMethod(service, "Foo", "FooRequest", "FooResponse"); in SetUp()
1363 AddMethod(service, "Bar", "BarRequest", "BarResponse"); in SetUp()
1371 AddMethod(service2, "Foo", "FooRequest", "FooResponse"); in SetUp()
1372 AddMethod(service2, "Baz", "BazRequest", "BazResponse"); in SetUp()