Searched refs:AddModule (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/mojo/spy/
H A Drun_ui_tests22 runner.AddModule(ui)
/external/chromium_org/tools/python/google/httpd_config/
H A Dhttpd.conf245 #AddModule mod_vhost_alias.c
246 #AddModule mod_env.c
247 AddModule mod_log_config.c
248 #AddModule mod_mime_magic.c
249 AddModule mod_mime.c
250 AddModule mod_negotiation.c
251 #AddModule mod_status.c
252 #AddModule mod_info.c
253 AddModule mod_include.c
254 AddModule mod_autoinde
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.h62 PP_Module AddModule(PluginModule* module);
65 // The given handle should be one generated by AddModule.
H A Dhost_globals.cc198 PP_Module HostGlobals::AddModule(PluginModule* module) { function in class:content::HostGlobals
241 // accidents. See also AddModule below.
H A Dplugin_module.cc409 pp_module_ = HostGlobals::Get()->AddModule(this);
/external/lldb/include/lldb/API/
H A DSBTarget.h468 AddModule (lldb::SBModule &module);
471 AddModule (const char *path,
476 AddModule (const char *path,
482 AddModule (const SBModuleSpec &module_spec);
/external/lldb/scripts/Python/interface/
H A DSBTarget.i505 AddModule (lldb::SBModule &module);
508 AddModule (const char *path,
513 AddModule (const char *path,
519 AddModule (const SBModuleSpec &module_spec);
/external/lldb/examples/python/
H A Dsymbolication.py315 self.module = target.AddModule (None, None, uuid_str)
321 self.module = target.AddModule (resolved_path, self.arch, uuid_str, self.symfile)
/external/lldb/source/API/
H A DSBTarget.cpp1882 SBTarget::AddModule (const char *path, function in class:SBTarget
1886 return AddModule (path, triple, uuid_cstr, NULL);
1890 SBTarget::AddModule (const char *path, function in class:SBTarget
1918 SBTarget::AddModule (const SBModuleSpec &module_spec) function in class:SBTarget
1928 SBTarget::AddModule (lldb::SBModule &module) function in class:SBTarget

Completed in 282 milliseconds