Searched defs:loadModule (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntime.js368 loadModule: function(moduleName)
382 self.runtime.loadModule(moduleNames[i]);
670 this._manager.loadModule(dependencies[i]);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c242 static struct dlstatus *loadModule(const char *path, const struct stat *sbuf, int mode);
772 static struct dlstatus *loadModule(const char *path, const struct stat *sbuf, int mode) function
1003 dls = loadModule(fullPath, sbuf, mode);
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1247 CompilerInstance::loadModule(SourceLocation ImportLoc, function in class:CompilerInstance
1554 loadModule(TheModule->DefinitionLoc, Path,

Completed in 218 milliseconds