HomeSort by relevance Sort by last modified time
    Searched refs:AddMethod (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.h 88 void AddMethod(const AuthenticationMethod& method);
negotiating_host_authenticator.cc 44 result->AddMethod(AuthenticationMethod::Spake2(hash_function));
46 result->AddMethod(AuthenticationMethod::Spake2Pair());
60 result->AddMethod(AuthenticationMethod::ThirdParty());
negotiating_authenticator_base.cc 100 void NegotiatingAuthenticatorBase::AddMethod(
negotiating_client_authenticator.cc 40 AddMethod(*it);
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 68 pre_base_env.AddMethod(SetupBrowserEnv)
78 pre_base_env.AddMethod(GetHeadlessPrefix)
106 pre_base_env.AddMethod(ChromeBinary)
129 pre_base_env.AddMethod(GetPPAPIPluginPath)
190 pre_base_env.AddMethod(CopyLibsForExtension)
241 pre_base_env.AddMethod(WhitelistLibsForExtension)
325 pre_base_env.AddMethod(GenerateSimpleManifest)
532 pre_base_env.AddMethod(PPAPIBrowserTester)
540 pre_base_env.AddMethod(PPAPIBrowserTesterIsBroken)
546 pre_base_env.AddMethod(PPAPIGraphics3DIsBroken
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 157 env.AddMethod(code_generate, 'CodeGenerate')
230 env.AddMethod(pkg_check_modules, 'PkgCheckModules')
231 env.AddMethod(pkg_use_modules, 'PkgUseModules')
288 env.AddMethod(parse_source_list, 'ParseSourceList')
gallium.py 84 env.AddMethod(install_program, 'InstallProgram')
85 env.AddMethod(install_shared_library, 'InstallSharedLibrary')
  /external/mesa3d/scons/
custom.py 157 env.AddMethod(code_generate, 'CodeGenerate')
230 env.AddMethod(pkg_check_modules, 'PkgCheckModules')
231 env.AddMethod(pkg_use_modules, 'PkgUseModules')
288 env.AddMethod(parse_source_list, 'ParseSourceList')
gallium.py 84 env.AddMethod(install_program, 'InstallProgram')
85 env.AddMethod(install_shared_library, 'InstallSharedLibrary')
  /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/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/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
test_support.py 116 method = interface.AddMethod('Foo', 42)
module.py 12 # method = interface.AddMethod('Tat', 0)
290 def AddMethod(self, name, ordinal=None):
  /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...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 148 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service,
    [all...]

Completed in 616 milliseconds