Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPluginLoader.h23 struct PluginLoader { struct
31 static cl::opt<PluginLoader, false, cl::parser<std::string> > argument
/external/llvm/include/llvm/Support/
DPluginLoader.h23 struct PluginLoader { struct
31 static cl::opt<PluginLoader, false, cl::parser<std::string> > argument
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
DPluginLoader.java19 class PluginLoader { class
25 public PluginLoader(PluginSwitch pluginSwitch) { in PluginLoader() method in PluginLoader
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dutil.py20 class PluginLoader(object): class