Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dtest_runner.py77 def AddModule(self, module, pattern="*unittest.py"): member in TestRunner
Dproject.py207 def AddModule(self, m): member in _Graph
/external/llvm/bindings/go/llvm/
Dexecutionengine.go148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/external/lldb/source/API/
DSBTarget.cpp1882 SBTarget::AddModule (const char *path, in AddModule() function in SBTarget
1890 SBTarget::AddModule (const char *path, in AddModule() function in SBTarget
1918 SBTarget::AddModule (const SBModuleSpec &module_spec) in AddModule() function in SBTarget
1928 SBTarget::AddModule (lldb::SBModule &module) in AddModule() function in SBTarget