/external/chromium_org/remoting/protocol/ |
negotiating_authenticator_base.cc | 93 void NegotiatingAuthenticatorBase::AddMethod(
|
/external/chromium_org/mojo/public/bindings/generators/ |
mojom.py | 11 # method = interface.AddMethod('Tat', 0) 114 def AddMethod(self, name, ordinal = None):
|
/external/chromium_org/third_party/protobuf/python/ |
mox.py | 677 group.AddMethod(self) 682 new_group.AddMethod(self) 1194 def AddMethod(self, mock_method): 1214 def AddMethod(self, mock_method): [all...] |
/external/protobuf/python/ |
mox.py | 677 group.AddMethod(self) 682 new_group.AddMethod(self) 1194 def AddMethod(self, mock_method): 1214 def AddMethod(self, mock_method): [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 148 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, [all...] |
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 91 void AddMethod(const method_type* method); 153 DispatcherClass::AddMethod(const method_type* method) 500 void AddMethod(int index, const string& name, Method** method, Variable** param); 574 ResultDispatcherClass::AddMethod(int index, const string& name, Method** method, Variable** param) 746 resultsDispatcherClass->AddMethod(index, method->name.data, &dispatchMethod, &dispatchParam); 837 serviceBaseClass->AddMethod(method); 881 presenterClass->AddMethod(method); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 150 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, [all...] |
/external/clang/lib/AST/ |
VTableBuilder.cpp | [all...] |